]>
Commit | Line | Data |
---|---|---|
2a52e8c5 DK |
1 | # SOME DESCRIPTIVE TITLE |
2 | # Copyright (C) YEAR Free Software Foundation, Inc. | |
aec22160 | 3 | # This file is distributed under the same license as the apt-doc package. |
2a52e8c5 DK |
4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | # | |
6 | #, fuzzy | |
7 | msgid "" | |
8 | msgstr "" | |
864fe99c | 9 | "Project-Id-Version: apt-doc 1.1~exp10\n" |
f8b830ab | 10 | "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" |
864fe99c | 11 | "POT-Creation-Date: 2015-08-24 04:18-0400\n" |
2a52e8c5 DK |
12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
14 | "Language-Team: LANGUAGE <LL@li.org>\n" | |
0c1a7101 | 15 | "Language: \n" |
2a52e8c5 | 16 | "MIME-Version: 1.0\n" |
0c1a7101 DK |
17 | "Content-Type: text/plain; charset=UTF-8\n" |
18 | "Content-Transfer-Encoding: 8bit\n" | |
2a52e8c5 | 19 | |
2a52e8c5 | 20 | #. type: Plain text |
45fb8bf7 | 21 | #: apt.ent:7 |
2a52e8c5 DK |
22 | #, no-wrap |
23 | msgid "" | |
24 | "<!ENTITY apt-author.team \"\n" | |
25 | " <author>\n" | |
26 | " <othername>APT team</othername>\n" | |
bcf91c1b | 27 | " <contrib></contrib>\n" |
2a52e8c5 DK |
28 | " </author>\n" |
29 | "\">\n" | |
30 | msgstr "" | |
31 | ||
32 | #. type: Plain text | |
45fb8bf7 | 33 | #: apt.ent:13 |
2a52e8c5 DK |
34 | #, no-wrap |
35 | msgid "" | |
36 | "<!ENTITY apt-qapage \"\n" | |
37 | "\t<para>\n" | |
38 | "\t\t<ulink url='http://packages.qa.debian.org/a/apt.html'>QA Page</ulink>\n" | |
39 | "\t</para>\n" | |
40 | "\">\n" | |
41 | msgstr "" | |
42 | ||
43 | #. type: Plain text | |
45fb8bf7 | 44 | #: apt.ent:24 |
2a52e8c5 DK |
45 | #, no-wrap |
46 | msgid "" | |
47 | "<!-- Boiler plate Bug reporting section -->\n" | |
48 | "<!ENTITY manbugs \"\n" | |
49 | " <refsect1><title>Bugs</title>\n" | |
0c1a7101 | 50 | " <para><ulink url='http://bugs.debian.org/src:apt'>APT bug page</ulink>.\n" |
2a52e8c5 DK |
51 | " If you wish to report a bug in APT, please see\n" |
52 | " <filename>/usr/share/doc/debian/bug-reporting.txt</filename> or the\n" | |
53 | " &reportbug; command.\n" | |
54 | " </para>\n" | |
55 | " </refsect1>\n" | |
56 | "\">\n" | |
57 | msgstr "" | |
58 | ||
59 | #. type: Plain text | |
45fb8bf7 | 60 | #: apt.ent:32 |
2a52e8c5 DK |
61 | #, no-wrap |
62 | msgid "" | |
63 | "<!-- Boiler plate Author section -->\n" | |
64 | "<!ENTITY manauthor \"\n" | |
65 | " <refsect1><title>Author</title>\n" | |
66 | " <para>APT was written by the APT team " | |
67 | "<email>apt@packages.debian.org</email>.\n" | |
68 | " </para>\n" | |
69 | " </refsect1>\n" | |
70 | "\">\n" | |
71 | msgstr "" | |
72 | ||
73 | #. type: Plain text | |
45fb8bf7 | 74 | #: apt.ent:42 |
2a52e8c5 DK |
75 | #, no-wrap |
76 | msgid "" | |
77 | "<!-- Should be used within the option section of the text to\n" | |
78 | " put in the blurb about -h, -v, -c and -o -->\n" | |
79 | "<!ENTITY apt-commonoptions \"\n" | |
80 | " <varlistentry><term><option>-h</option></term>\n" | |
81 | " <term><option>--help</option></term>\n" | |
82 | " <listitem><para>Show a short usage summary.\n" | |
83 | " </para>\n" | |
84 | " </listitem>\n" | |
85 | " </varlistentry>\n" | |
86 | msgstr "" | |
87 | ||
88 | #. type: Plain text | |
45fb8bf7 | 89 | #: apt.ent:50 |
2a52e8c5 DK |
90 | #, no-wrap |
91 | msgid "" | |
92 | " <varlistentry>\n" | |
93 | " <term><option>-v</option></term>\n" | |
94 | " <term><option>--version</option></term>\n" | |
95 | " <listitem><para>Show the program version.\n" | |
96 | " </para>\n" | |
97 | " </listitem>\n" | |
98 | " </varlistentry>\n" | |
99 | msgstr "" | |
100 | ||
101 | #. type: Plain text | |
45fb8bf7 | 102 | #: apt.ent:62 |
2a52e8c5 DK |
103 | #, no-wrap |
104 | msgid "" | |
105 | " <varlistentry>\n" | |
106 | " <term><option>-c</option></term>\n" | |
107 | " <term><option>--config-file</option></term>\n" | |
108 | " <listitem><para>Configuration File; Specify a configuration file to " | |
109 | "use. \n" | |
110 | " The program will read the default configuration file and then this \n" | |
b81dbe40 DK |
111 | " configuration file. If configuration settings need to be set before " |
112 | "the\n" | |
113 | " default configuration files are parsed specify a file with the " | |
114 | "<envar>APT_CONFIG</envar>\n" | |
115 | " environment variable. See &apt-conf; for syntax information.\n" | |
2a52e8c5 DK |
116 | " </para>\n" |
117 | " </listitem>\n" | |
118 | " </varlistentry>\n" | |
119 | msgstr "" | |
120 | ||
121 | #. type: Plain text | |
45fb8bf7 | 122 | #: apt.ent:74 |
2a52e8c5 DK |
123 | #, no-wrap |
124 | msgid "" | |
125 | " <varlistentry>\n" | |
126 | " <term><option>-o</option></term>\n" | |
127 | " <term><option>--option</option></term>\n" | |
128 | " <listitem><para>Set a Configuration Option; This will set an " | |
129 | "arbitrary\n" | |
130 | " configuration option. The syntax is <option>-o " | |
131 | "Foo::Bar=bar</option>.\n" | |
132 | " <option>-o</option> and <option>--option</option> can be used " | |
133 | "multiple\n" | |
134 | " times to set different options.\n" | |
135 | " </para>\n" | |
136 | " </listitem>\n" | |
137 | " </varlistentry>\n" | |
138 | "\">\n" | |
139 | msgstr "" | |
140 | ||
141 | #. type: Plain text | |
45fb8bf7 | 142 | #: apt.ent:85 |
2a52e8c5 DK |
143 | #, no-wrap |
144 | msgid "" | |
145 | "<!-- Should be used within the option section of the text to\n" | |
146 | " put in the blurb about -h, -v, -c and -o -->\n" | |
147 | "<!ENTITY apt-cmdblurb \"\n" | |
148 | " <para>All command line options may be set using the configuration file, " | |
149 | "the\n" | |
150 | " descriptions indicate the configuration option to set. For boolean\n" | |
151 | " options you can override the config file by using something like \n" | |
152 | " <option>-f-</option>,<option>--no-f</option>, <option>-f=no</option>\n" | |
153 | " or several other variations.\n" | |
154 | " </para>\n" | |
155 | "\">\n" | |
156 | msgstr "" | |
157 | ||
bcf91c1b | 158 | #. type: Plain text |
45fb8bf7 | 159 | #: apt.ent:91 |
bcf91c1b DK |
160 | #, no-wrap |
161 | msgid "" | |
162 | "<!ENTITY file-aptconf \"\n" | |
163 | " <varlistentry><term><filename>/etc/apt/apt.conf</filename></term>\n" | |
164 | " <listitem><para>APT configuration file.\n" | |
165 | " Configuration Item: " | |
166 | "<literal>Dir::Etc::Main</literal>.</para></listitem>\n" | |
167 | " </varlistentry>\n" | |
168 | msgstr "" | |
169 | ||
170 | #. type: Plain text | |
45fb8bf7 | 171 | #: apt.ent:97 |
bcf91c1b DK |
172 | #, no-wrap |
173 | msgid "" | |
174 | " <varlistentry><term><filename>/etc/apt/apt.conf.d/</filename></term>\n" | |
175 | " <listitem><para>APT configuration file fragments.\n" | |
176 | " Configuration Item: " | |
177 | "<literal>Dir::Etc::Parts</literal>.</para></listitem>\n" | |
178 | " </varlistentry>\n" | |
179 | "\">\n" | |
180 | msgstr "" | |
181 | ||
182 | #. type: Plain text | |
45fb8bf7 | 183 | #: apt.ent:103 |
bcf91c1b DK |
184 | #, no-wrap |
185 | msgid "" | |
186 | "<!ENTITY file-cachearchives \"\n" | |
187 | " <varlistentry><term><filename>&cachedir;/archives/</filename></term>\n" | |
188 | " <listitem><para>Storage area for retrieved package files.\n" | |
189 | " Configuration Item: " | |
190 | "<literal>Dir::Cache::Archives</literal>.</para></listitem>\n" | |
191 | " </varlistentry>\n" | |
192 | msgstr "" | |
193 | ||
194 | #. type: Plain text | |
45fb8bf7 | 195 | #: apt.ent:109 |
bcf91c1b DK |
196 | #, no-wrap |
197 | msgid "" | |
198 | " " | |
199 | "<varlistentry><term><filename>&cachedir;/archives/partial/</filename></term>\n" | |
200 | " <listitem><para>Storage area for package files in transit.\n" | |
c086ac18 DK |
201 | " Configuration Item: <literal>Dir::Cache::Archives</literal> " |
202 | "(<filename>partial</filename> will be implicitly " | |
aec22160 | 203 | "appended)</para></listitem>\n" |
bcf91c1b DK |
204 | " </varlistentry>\n" |
205 | "\">\n" | |
206 | msgstr "" | |
207 | ||
208 | #. type: Plain text | |
45fb8bf7 | 209 | #: apt.ent:119 |
bcf91c1b DK |
210 | #, no-wrap |
211 | msgid "" | |
212 | "<!ENTITY file-preferences \"\n" | |
213 | " <varlistentry><term><filename>/etc/apt/preferences</filename></term>\n" | |
214 | " <listitem><para>Version preferences file.\n" | |
215 | " This is where you would specify "pinning",\n" | |
216 | " i.e. a preference to get certain packages\n" | |
217 | " from a separate source\n" | |
218 | " or from a different version of a distribution.\n" | |
219 | " Configuration Item: " | |
220 | "<literal>Dir::Etc::Preferences</literal>.</para></listitem>\n" | |
221 | " </varlistentry>\n" | |
222 | msgstr "" | |
223 | ||
224 | #. type: Plain text | |
45fb8bf7 | 225 | #: apt.ent:125 |
bcf91c1b DK |
226 | #, no-wrap |
227 | msgid "" | |
228 | " " | |
229 | "<varlistentry><term><filename>/etc/apt/preferences.d/</filename></term>\n" | |
230 | " <listitem><para>File fragments for the version preferences.\n" | |
231 | " Configuration Item: " | |
232 | "<literal>Dir::Etc::PreferencesParts</literal>.</para></listitem>\n" | |
233 | " </varlistentry>\n" | |
234 | "\">\n" | |
235 | msgstr "" | |
236 | ||
237 | #. type: Plain text | |
45fb8bf7 | 238 | #: apt.ent:131 |
bcf91c1b DK |
239 | #, no-wrap |
240 | msgid "" | |
241 | "<!ENTITY file-sourceslist \"\n" | |
242 | " <varlistentry><term><filename>/etc/apt/sources.list</filename></term>\n" | |
243 | " <listitem><para>Locations to fetch packages from.\n" | |
244 | " Configuration Item: " | |
245 | "<literal>Dir::Etc::SourceList</literal>.</para></listitem>\n" | |
246 | " </varlistentry>\n" | |
247 | msgstr "" | |
248 | ||
249 | #. type: Plain text | |
45fb8bf7 | 250 | #: apt.ent:137 |
bcf91c1b DK |
251 | #, no-wrap |
252 | msgid "" | |
253 | " " | |
254 | "<varlistentry><term><filename>/etc/apt/sources.list.d/</filename></term>\n" | |
255 | " <listitem><para>File fragments for locations to fetch packages from.\n" | |
256 | " Configuration Item: " | |
257 | "<literal>Dir::Etc::SourceParts</literal>.</para></listitem>\n" | |
258 | " </varlistentry>\n" | |
259 | "\">\n" | |
260 | msgstr "" | |
261 | ||
262 | #. type: Plain text | |
45fb8bf7 | 263 | #: apt.ent:144 |
bcf91c1b DK |
264 | #, no-wrap |
265 | msgid "" | |
266 | "<!ENTITY file-statelists \"\n" | |
267 | " <varlistentry><term><filename>&statedir;/lists/</filename></term>\n" | |
268 | " <listitem><para>Storage area for state information for each package " | |
269 | "resource specified in\n" | |
270 | " &sources-list;\n" | |
271 | " Configuration Item: " | |
272 | "<literal>Dir::State::Lists</literal>.</para></listitem>\n" | |
273 | " </varlistentry>\n" | |
274 | msgstr "" | |
275 | ||
276 | #. type: Plain text | |
45fb8bf7 | 277 | #: apt.ent:150 |
bcf91c1b DK |
278 | #, no-wrap |
279 | msgid "" | |
280 | " " | |
281 | "<varlistentry><term><filename>&statedir;/lists/partial/</filename></term>\n" | |
282 | " <listitem><para>Storage area for state information in transit.\n" | |
c086ac18 DK |
283 | " Configuration Item: <literal>Dir::State::Lists</literal> " |
284 | "(<filename>partial</filename> will be implicitly " | |
aec22160 | 285 | "appended)</para></listitem>\n" |
bcf91c1b DK |
286 | " </varlistentry>\n" |
287 | "\">\n" | |
288 | msgstr "" | |
289 | ||
b39c1859 | 290 | #. type: Plain text |
45fb8bf7 | 291 | #: apt.ent:156 |
b39c1859 MV |
292 | #, no-wrap |
293 | msgid "" | |
294 | "<!ENTITY file-trustedgpg \"\n" | |
295 | " <varlistentry><term><filename>/etc/apt/trusted.gpg</filename></term>\n" | |
296 | " <listitem><para>Keyring of local trusted keys, new keys will be added " | |
297 | "here.\n" | |
298 | " Configuration Item: " | |
299 | "<literal>Dir::Etc::Trusted</literal>.</para></listitem>\n" | |
300 | " </varlistentry>\n" | |
301 | msgstr "" | |
302 | ||
303 | #. type: Plain text | |
45fb8bf7 | 304 | #: apt.ent:163 |
b39c1859 MV |
305 | #, no-wrap |
306 | msgid "" | |
307 | " " | |
308 | "<varlistentry><term><filename>/etc/apt/trusted.gpg.d/</filename></term>\n" | |
309 | " <listitem><para>File fragments for the trusted keys, additional " | |
310 | "keyrings can\n" | |
311 | " be stored here (by other packages or the administrator).\n" | |
312 | " Configuration Item " | |
313 | "<literal>Dir::Etc::TrustedParts</literal>.</para></listitem>\n" | |
314 | " </varlistentry>\n" | |
315 | "\">\n" | |
316 | msgstr "" | |
317 | ||
318 | #. type: Plain text | |
45fb8bf7 | 319 | #: apt.ent:171 |
b6c6b52f MV |
320 | #, no-wrap |
321 | msgid "" | |
322 | "<!ENTITY file-extended_states \"\n" | |
323 | " " | |
324 | "<varlistentry><term><filename>/var/lib/apt/extended_states</filename></term>\n" | |
325 | " <listitem><para>Status list of auto-installed packages.\n" | |
326 | " Configuration Item: <literal>Dir::State::extended_states</literal>.\n" | |
327 | " </para></listitem>\n" | |
328 | " </varlistentry>\n" | |
329 | "\">\n" | |
330 | msgstr "" | |
331 | ||
332 | #. type: Plain text | |
45fb8bf7 | 333 | #: apt.ent:175 |
d8b3cbb6 DK |
334 | #, no-wrap |
335 | msgid "" | |
336 | "<!-- TRANSLATOR: This is the section header for the following paragraphs - " | |
337 | "comparable\n" | |
338 | " to the other headers like NAME and DESCRIPTION and should therefore be " | |
339 | "uppercase. -->\n" | |
340 | "<!ENTITY translation-title \"TRANSLATION\">\n" | |
b39c1859 MV |
341 | msgstr "" |
342 | ||
343 | #. type: Plain text | |
45fb8bf7 | 344 | #: apt.ent:184 |
b39c1859 MV |
345 | #, no-wrap |
346 | msgid "" | |
347 | "<!-- TRANSLATOR: This is a placeholder. You should write here who has " | |
d8b3cbb6 | 348 | "contributed\n" |
b39c1859 MV |
349 | " to the translation in the past, who is responsible now and maybe " |
350 | "further information\n" | |
351 | " specially related to your translation. -->\n" | |
352 | "<!ENTITY translation-holder \"\n" | |
353 | " The english translation was done by John Doe " | |
354 | "<email>john@doe.org</email> in 2009,\n" | |
355 | " 2010 and Daniela Acme <email>daniela@acme.us</email> in 2010 together " | |
356 | "with the\n" | |
357 | " Debian Dummy l10n Team " | |
358 | "<email>debian-l10n-dummy@lists.debian.org</email>.\n" | |
359 | "\">\n" | |
360 | msgstr "" | |
361 | ||
362 | #. type: Plain text | |
45fb8bf7 | 363 | #: apt.ent:195 |
b39c1859 MV |
364 | #, no-wrap |
365 | msgid "" | |
366 | "<!-- TRANSLATOR: As a translation is allowed to have 20% of " | |
367 | "untranslated/fuzzy strings\n" | |
d8b3cbb6 DK |
368 | " in a shipped manpage newer/modified paragraphs will maybe appear in " |
369 | "english in\n" | |
370 | " the generated manpage. This sentence is therefore here to tell the " | |
371 | "reader that this\n" | |
372 | " is not a mistake by the translator - obviously the target is that at " | |
373 | "least for stable\n" | |
374 | " releases this sentence is not needed. :) -->\n" | |
b39c1859 MV |
375 | "<!ENTITY translation-english \"\n" |
376 | " Note that this translated document may contain untranslated parts.\n" | |
377 | " This is done on purpose, to avoid losing content when the\n" | |
378 | " translation is lagging behind the original content.\n" | |
379 | "\">\n" | |
380 | msgstr "" | |
381 | ||
c77d6597 | 382 | #. type: Plain text |
45fb8bf7 | 383 | #: apt.ent:198 |
c77d6597 MV |
384 | msgid "" |
385 | "<!-- TRANSLATOR: used as in -o=config_string " | |
386 | "e.g. -o=Debug::pkgProblemResolver=1 --> <!ENTITY synopsis-config-string " | |
387 | "\"config_string\">" | |
388 | msgstr "" | |
389 | ||
390 | #. type: Plain text | |
45fb8bf7 | 391 | #: apt.ent:201 |
c77d6597 MV |
392 | msgid "" |
393 | "<!-- TRANSLATOR: used as in -c=config_file e.g. -c=./apt.conf --> <!ENTITY " | |
394 | "synopsis-config-file \"config_file\">" | |
395 | msgstr "" | |
396 | ||
397 | #. type: Plain text | |
45fb8bf7 | 398 | #: apt.ent:204 |
c77d6597 MV |
399 | msgid "" |
400 | "<!-- TRANSLATOR: used as in -t=target_release or pkg/target_release " | |
401 | "e.g. -t=squeeze apt/experimental --> <!ENTITY synopsis-target-release " | |
402 | "\"target_release\">" | |
403 | msgstr "" | |
404 | ||
405 | #. type: Plain text | |
45fb8bf7 | 406 | #: apt.ent:207 |
c77d6597 MV |
407 | msgid "" |
408 | "<!-- TRANSLATOR: used as in -a=architecture e.g. -a=armel --> <!ENTITY " | |
409 | "synopsis-architecture \"architecture\">" | |
410 | msgstr "" | |
411 | ||
412 | #. type: Plain text | |
45fb8bf7 | 413 | #: apt.ent:210 |
c77d6597 MV |
414 | msgid "" |
415 | "<!-- TRANSLATOR: used as in apt-get install pkg e.g. apt-get install awesome " | |
416 | "--> <!ENTITY synopsis-pkg \"pkg\">" | |
417 | msgstr "" | |
418 | ||
419 | #. type: Plain text | |
45fb8bf7 | 420 | #: apt.ent:213 |
c77d6597 MV |
421 | msgid "" |
422 | "<!-- TRANSLATOR: used as in pkg=pkg_version_number e.g. apt=0.8.15 --> " | |
423 | "<!ENTITY synopsis-pkg-ver-number \"pkg_version_number\">" | |
424 | msgstr "" | |
425 | ||
426 | #. type: Plain text | |
45fb8bf7 | 427 | #: apt.ent:216 |
c77d6597 MV |
428 | msgid "" |
429 | "<!-- TRANSLATOR: used as in apt-cache pkgnames prefix e.g. apt-cache " | |
430 | "pkgnames apt --> <!ENTITY synopsis-prefix \"prefix\">" | |
431 | msgstr "" | |
432 | ||
433 | #. type: Plain text | |
45fb8bf7 | 434 | #: apt.ent:219 |
c77d6597 MV |
435 | msgid "" |
436 | "<!-- TRANSLATOR: used as in apt-cache search regex e.g. apt-cache search " | |
437 | "awesome --> <!ENTITY synopsis-regex \"regex\">" | |
438 | msgstr "" | |
439 | ||
440 | #. type: Plain text | |
45fb8bf7 | 441 | #: apt.ent:222 |
c77d6597 MV |
442 | msgid "" |
443 | "<!-- TRANSLATOR: used as in apt-cdrom -d=cdrom_mount_point e.g. apt-cdrom " | |
444 | "-d=/media/cdrom --> <!ENTITY synopsis-cdrom-mount \"cdrom_mount_point\">" | |
445 | msgstr "" | |
446 | ||
447 | #. type: Plain text | |
45fb8bf7 | 448 | #: apt.ent:225 |
c77d6597 MV |
449 | msgid "" |
450 | "<!-- TRANSLATOR: used as in apt-extracttemplates -t=temporary_directory " | |
451 | "e.g. apt-extracttemplates -t=/tmp --> <!ENTITY synopsis-tmp-directory " | |
452 | "\"temporary_directory\">" | |
453 | msgstr "" | |
454 | ||
455 | #. type: Plain text | |
45fb8bf7 | 456 | #: apt.ent:228 |
c77d6597 MV |
457 | msgid "" |
458 | "<!-- TRANSLATOR: used as in apt-extracttemplates filename --> <!ENTITY " | |
459 | "synopsis-filename \"filename\">" | |
460 | msgstr "" | |
461 | ||
c086ac18 | 462 | #. type: Plain text |
45fb8bf7 | 463 | #: apt.ent:231 |
c086ac18 DK |
464 | msgid "" |
465 | "<!-- TRANSLATOR: used as parameter for apt-ftparchive e.g. apt-ftparchive " | |
466 | "packages path override-file pathprefix --> <!ENTITY synopsis-path \"path\">" | |
467 | msgstr "" | |
468 | ||
c77d6597 | 469 | #. type: Plain text |
45fb8bf7 | 470 | #: apt.ent:234 |
c77d6597 | 471 | msgid "" |
c086ac18 DK |
472 | "<!-- TRANSLATOR: used as parameter for apt-ftparchive e.g. apt-ftparchive " |
473 | "packages path override-file pathprefix --> <!ENTITY synopsis-override " | |
474 | "\"override-file\">" | |
c77d6597 MV |
475 | msgstr "" |
476 | ||
477 | #. type: Plain text | |
45fb8bf7 | 478 | #: apt.ent:237 |
c77d6597 | 479 | msgid "" |
c086ac18 DK |
480 | "<!-- TRANSLATOR: used as parameter for apt-ftparchive e.g. apt-ftparchive " |
481 | "packages path override-file pathprefix --> <!ENTITY synopsis-pathprefix " | |
482 | "\"pathprefix\">" | |
483 | msgstr "" | |
484 | ||
485 | #. type: Plain text | |
45fb8bf7 | 486 | #: apt.ent:240 |
c086ac18 DK |
487 | msgid "" |
488 | "<!-- TRANSLATOR: used as parameter for apt-ftparchive e.g. apt-ftparchive " | |
489 | "generate section --> <!ENTITY synopsis-section \"section\">" | |
490 | msgstr "" | |
491 | ||
492 | #. type: Plain text | |
45fb8bf7 | 493 | #: apt.ent:243 |
c086ac18 | 494 | msgid "" |
c77d6597 MV |
495 | "<!-- TRANSLATOR: used as in apt-key export keyid e.g. apt-key export " |
496 | "473041FA --> <!ENTITY synopsis-keyid \"keyid\">" | |
497 | msgstr "" | |
498 | ||
2a52e8c5 | 499 | #. type: Content of: <refentry><refmeta><manvolnum> |
9de26945 | 500 | #: apt.8.xml:21 apt-get.8.xml:22 apt-cache.8.xml:22 apt-key.8.xml:21 apt-mark.8.xml:22 apt-secure.8.xml:21 apt-cdrom.8.xml:21 apt-config.8.xml:22 |
2a52e8c5 DK |
501 | msgid "8" |
502 | msgstr "" | |
503 | ||
bcf91c1b | 504 | #. type: Content of: <refentry><refmeta><refmiscinfo> |
9de26945 | 505 | #: apt.8.xml:22 apt-get.8.xml:23 apt-cache.8.xml:23 apt-key.8.xml:22 apt-mark.8.xml:23 apt-secure.8.xml:22 apt-cdrom.8.xml:22 apt-config.8.xml:23 apt.conf.5.xml:28 apt_preferences.5.xml:22 sources.list.5.xml:23 apt-extracttemplates.1.xml:23 apt-sortpkgs.1.xml:23 apt-ftparchive.1.xml:23 |
bcf91c1b DK |
506 | msgid "APT" |
507 | msgstr "" | |
508 | ||
2a52e8c5 | 509 | #. type: Content of: <refentry><refnamediv><refpurpose> |
9de26945 | 510 | #: apt.8.xml:28 |
93ae7f7f | 511 | msgid "command-line interface" |
2a52e8c5 DK |
512 | msgstr "" |
513 | ||
2a52e8c5 | 514 | #. type: Content of: <refentry><refsect1><title> |
9de26945 | 515 | #: apt.8.xml:33 apt-get.8.xml:34 apt-cache.8.xml:34 apt-key.8.xml:33 apt-mark.8.xml:34 apt-secure.8.xml:46 apt-cdrom.8.xml:33 apt-config.8.xml:34 apt.conf.5.xml:37 apt_preferences.5.xml:32 sources.list.5.xml:32 apt-extracttemplates.1.xml:34 apt-sortpkgs.1.xml:34 apt-ftparchive.1.xml:34 |
2a52e8c5 DK |
516 | msgid "Description" |
517 | msgstr "" | |
518 | ||
93ae7f7f | 519 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 520 | #: apt.8.xml:34 |
93ae7f7f MV |
521 | msgid "" |
522 | "<command>apt</command> (Advanced Package Tool) is the command-line tool for " | |
523 | "handling packages. It provides a commandline interface for the package " | |
524 | "management of the system. See also &apt-get; and &apt-cache; for more " | |
525 | "low-level command options." | |
526 | msgstr "" | |
527 | ||
528 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 529 | #: apt.8.xml:43 |
93ae7f7f MV |
530 | msgid "" |
531 | "<literal>list</literal> is used to display a list of packages. It supports " | |
532 | "shell pattern for matching package names and the following options: " | |
6dbf3380 | 533 | "<option>--installed</option>, <option>--upgradable</option>, " |
df7c9fd2 JAK |
534 | "<option>--upgradeable</option>, <option>--all-versions</option> are " |
535 | "supported." | |
93ae7f7f MV |
536 | msgstr "" |
537 | ||
538 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 539 | #: apt.8.xml:55 |
93ae7f7f MV |
540 | msgid "" |
541 | "<literal>search</literal> searches for the given term(s) and display " | |
542 | "matching packages." | |
543 | msgstr "" | |
544 | ||
545 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 546 | #: apt.8.xml:61 |
93ae7f7f MV |
547 | msgid "" |
548 | "<literal>show</literal> shows the package information for the given " | |
549 | "package(s)." | |
550 | msgstr "" | |
551 | ||
552 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 553 | #: apt.8.xml:68 |
93ae7f7f MV |
554 | msgid "" |
555 | "<literal>install</literal> is followed by one or more package names desired " | |
556 | "for installation or upgrading." | |
557 | msgstr "" | |
558 | ||
559 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 560 | #: apt.8.xml:72 apt-get.8.xml:112 |
93ae7f7f MV |
561 | msgid "" |
562 | "A specific version of a package can be selected for installation by " | |
563 | "following the package name with an equals and the version of the package to " | |
564 | "select. This will cause that version to be located and selected for " | |
565 | "install. Alternatively a specific distribution can be selected by following " | |
566 | "the package name with a slash and the version of the distribution or the " | |
567 | "Archive name (stable, testing, unstable)." | |
568 | msgstr "" | |
569 | ||
570 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 571 | #: apt.8.xml:82 apt-get.8.xml:147 |
93ae7f7f MV |
572 | msgid "" |
573 | "<literal>remove</literal> is identical to <literal>install</literal> except " | |
574 | "that packages are removed instead of installed. Note that removing a package " | |
575 | "leaves its configuration files on the system. If a plus sign is appended to " | |
576 | "the package name (with no intervening space), the identified package will be " | |
577 | "installed instead of removed." | |
578 | msgstr "" | |
579 | ||
864fe99c MV |
580 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> |
581 | #: apt.8.xml:89 apt-get.8.xml:217 apt-get.8.xml:227 | |
582 | msgid "(and the" | |
583 | msgstr "" | |
584 | ||
585 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> | |
586 | #: apt.8.xml:89 apt-get.8.xml:217 apt-get.8.xml:227 | |
587 | msgid "alias since 1.1)" | |
588 | msgstr "" | |
589 | ||
93ae7f7f | 590 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c MV |
591 | #: apt.8.xml:90 apt-get.8.xml:228 |
592 | msgid "" | |
593 | "<literal>autoremove</literal> is used to remove packages that were " | |
594 | "automatically installed to satisfy dependencies for other packages and are " | |
595 | "now no longer needed." | |
596 | msgstr "" | |
597 | ||
598 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
599 | #: apt.8.xml:95 | |
93ae7f7f MV |
600 | msgid "" |
601 | "<literal>edit-sources</literal> lets you edit your sources.list file and " | |
602 | "provides basic sanity checks." | |
603 | msgstr "" | |
604 | ||
605 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 606 | #: apt.8.xml:101 |
93ae7f7f MV |
607 | msgid "" |
608 | "<literal>update</literal> is used to resynchronize the package index files " | |
609 | "from their sources." | |
610 | msgstr "" | |
611 | ||
612 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 613 | #: apt.8.xml:107 |
93ae7f7f MV |
614 | msgid "" |
615 | "<literal>upgrade</literal> is used to install the newest versions of all " | |
616 | "packages currently installed on the system from the sources enumerated in " | |
9de26945 MV |
617 | "<filename>/etc/apt/sources.list</filename>. New packages will be installed, " |
618 | "but existing packages will never be removed." | |
93ae7f7f MV |
619 | msgstr "" |
620 | ||
621 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 622 | #: apt.8.xml:116 |
93ae7f7f MV |
623 | msgid "" |
624 | "<literal>full-upgrade</literal> performs the function of upgrade but may " | |
625 | "also remove installed packages if that is required in order to resolve a " | |
626 | "package conflict." | |
627 | msgstr "" | |
628 | ||
629 | #. type: Content of: <refentry><refsect1><title> | |
864fe99c | 630 | #: apt.8.xml:126 apt-get.8.xml:262 apt-cache.8.xml:246 apt-mark.8.xml:104 apt-config.8.xml:80 apt-extracttemplates.1.xml:48 apt-sortpkgs.1.xml:44 apt-ftparchive.1.xml:500 |
93ae7f7f MV |
631 | msgid "options" |
632 | msgstr "" | |
633 | ||
634 | #. type: Content of: <refentry><refsect1><title> | |
864fe99c | 635 | #: apt.8.xml:136 |
93ae7f7f MV |
636 | msgid "Script usage" |
637 | msgstr "" | |
638 | ||
639 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 640 | #: apt.8.xml:138 |
93ae7f7f MV |
641 | msgid "" |
642 | "The &apt; commandline is designed as a end-user tool and it may change the " | |
643 | "output between versions. While it tries to not break backward compatibility " | |
644 | "there is no guarantee for it either. All features of &apt; are available in " | |
645 | "&apt-cache; and &apt-get; via APT options. Please prefer using these " | |
646 | "commands in your scripts." | |
647 | msgstr "" | |
648 | ||
649 | #. type: Content of: <refentry><refsect1><title> | |
864fe99c | 650 | #: apt.8.xml:146 |
93ae7f7f MV |
651 | msgid "Differences to &apt-get;" |
652 | msgstr "" | |
653 | ||
654 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 655 | #: apt.8.xml:147 |
93ae7f7f MV |
656 | msgid "" |
657 | "The <command>apt</command> command is meant to be pleasant for end users and " | |
128aa7d3 | 658 | "does not need to be backward compatible like &apt-get;. Therefore some " |
93ae7f7f MV |
659 | "options are different:" |
660 | msgstr "" | |
661 | ||
662 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> | |
864fe99c | 663 | #: apt.8.xml:153 |
506ab3c7 | 664 | msgid "The option <literal>DPkg::Progress-Fancy</literal> is enabled." |
93ae7f7f MV |
665 | msgstr "" |
666 | ||
667 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> | |
864fe99c | 668 | #: apt.8.xml:157 |
93ae7f7f MV |
669 | msgid "The option <literal>APT::Color</literal> is enabled." |
670 | msgstr "" | |
671 | ||
672 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> | |
864fe99c | 673 | #: apt.8.xml:161 |
93ae7f7f MV |
674 | msgid "" |
675 | "A new <literal>list</literal> command is available similar to <literal>dpkg " | |
676 | "--list</literal>." | |
677 | msgstr "" | |
678 | ||
679 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> | |
864fe99c | 680 | #: apt.8.xml:166 |
93ae7f7f MV |
681 | msgid "" |
682 | "The option <literal>upgrade</literal> has <literal>--with-new-pkgs</literal> " | |
683 | "enabled by default." | |
684 | msgstr "" | |
685 | ||
686 | #. type: Content of: <refentry><refsect1><title> | |
864fe99c | 687 | #: apt.8.xml:176 apt-get.8.xml:597 apt-cache.8.xml:359 apt-key.8.xml:191 apt-mark.8.xml:127 apt-secure.8.xml:187 apt-cdrom.8.xml:148 apt-config.8.xml:105 apt.conf.5.xml:1319 apt_preferences.5.xml:716 sources.list.5.xml:453 apt-extracttemplates.1.xml:66 apt-sortpkgs.1.xml:59 apt-ftparchive.1.xml:603 |
93ae7f7f MV |
688 | msgid "See Also" |
689 | msgstr "" | |
690 | ||
691 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 692 | #: apt.8.xml:177 |
93ae7f7f | 693 | msgid "" |
6dbf3380 | 694 | "&apt-get;, &apt-cache;, &sources-list;, &apt-conf;, &apt-config;, The APT " |
93ae7f7f MV |
695 | "User's guide in &guidesdir;, &apt-preferences;, the APT Howto." |
696 | msgstr "" | |
697 | ||
698 | #. type: Content of: <refentry><refsect1><title> | |
864fe99c | 699 | #: apt.8.xml:182 apt-get.8.xml:603 apt-cache.8.xml:364 apt-mark.8.xml:131 apt-cdrom.8.xml:153 apt-config.8.xml:110 apt-extracttemplates.1.xml:70 apt-sortpkgs.1.xml:63 apt-ftparchive.1.xml:607 |
93ae7f7f MV |
700 | msgid "Diagnostics" |
701 | msgstr "" | |
702 | ||
703 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 704 | #: apt.8.xml:183 |
93ae7f7f MV |
705 | msgid "" |
706 | "<command>apt</command> returns zero on normal operation, decimal 100 on " | |
707 | "error." | |
708 | msgstr "" | |
709 | ||
710 | #. type: Content of: <refentry><refnamediv><refpurpose> | |
9de26945 | 711 | #: apt-get.8.xml:29 |
93ae7f7f MV |
712 | msgid "APT package handling utility -- command-line interface" |
713 | msgstr "" | |
714 | ||
2a52e8c5 | 715 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 716 | #: apt-get.8.xml:35 |
2a52e8c5 | 717 | msgid "" |
7d76ea1d DK |
718 | "<command>apt-get</command> is the command-line tool for handling packages, " |
719 | "and may be considered the user's \"back-end\" to other tools using the APT " | |
1c937475 MV |
720 | "library. Several \"front-end\" interfaces exist, such as &aptitude;, " |
721 | "&synaptic; and &wajig;." | |
2a52e8c5 DK |
722 | msgstr "" |
723 | ||
724 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 725 | #: apt-get.8.xml:40 apt-cache.8.xml:40 apt-cdrom.8.xml:47 apt-config.8.xml:40 apt-ftparchive.1.xml:50 |
2a52e8c5 DK |
726 | msgid "" |
727 | "Unless the <option>-h</option>, or <option>--help</option> option is given, " | |
728 | "one of the commands below must be present." | |
729 | msgstr "" | |
730 | ||
2a52e8c5 | 731 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 732 | #: apt-get.8.xml:45 |
2a52e8c5 | 733 | msgid "" |
7d76ea1d DK |
734 | "<literal>update</literal> is used to resynchronize the package index files " |
735 | "from their sources. The indexes of available packages are fetched from the " | |
736 | "location(s) specified in <filename>/etc/apt/sources.list</filename>. For " | |
737 | "example, when using a Debian archive, this command retrieves and scans the " | |
738 | "<filename>Packages.gz</filename> files, so that information about new and " | |
739 | "updated packages is available. An <literal>update</literal> should always be " | |
740 | "performed before an <literal>upgrade</literal> or " | |
741 | "<literal>dist-upgrade</literal>. Please be aware that the overall progress " | |
742 | "meter will be incorrect as the size of the package files cannot be known in " | |
743 | "advance." | |
2a52e8c5 DK |
744 | msgstr "" |
745 | ||
746 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 747 | #: apt-get.8.xml:57 |
2a52e8c5 | 748 | msgid "" |
7d76ea1d DK |
749 | "<literal>upgrade</literal> is used to install the newest versions of all " |
750 | "packages currently installed on the system from the sources enumerated in " | |
751 | "<filename>/etc/apt/sources.list</filename>. Packages currently installed " | |
752 | "with new versions available are retrieved and upgraded; under no " | |
753 | "circumstances are currently installed packages removed, or packages not " | |
754 | "already installed retrieved and installed. New versions of currently " | |
755 | "installed packages that cannot be upgraded without changing the install " | |
756 | "status of another package will be left at their current version. An " | |
757 | "<literal>update</literal> must be performed first so that " | |
758 | "<command>apt-get</command> knows that new versions of packages are " | |
759 | "available." | |
2a52e8c5 DK |
760 | msgstr "" |
761 | ||
2a52e8c5 | 762 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 763 | #: apt-get.8.xml:70 |
2a52e8c5 | 764 | msgid "" |
7d76ea1d DK |
765 | "<literal>dist-upgrade</literal> in addition to performing the function of " |
766 | "<literal>upgrade</literal>, also intelligently handles changing dependencies " | |
767 | "with new versions of packages; <command>apt-get</command> has a \"smart\" " | |
768 | "conflict resolution system, and it will attempt to upgrade the most " | |
769 | "important packages at the expense of less important ones if necessary. The " | |
770 | "<literal>dist-upgrade</literal> command may therefore remove some packages. " | |
771 | "The <filename>/etc/apt/sources.list</filename> file contains a list of " | |
772 | "locations from which to retrieve desired package files. See also " | |
773 | "&apt-preferences; for a mechanism for overriding the general settings for " | |
774 | "individual packages." | |
2a52e8c5 DK |
775 | msgstr "" |
776 | ||
777 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 778 | #: apt-get.8.xml:83 |
2a52e8c5 | 779 | msgid "" |
7d76ea1d DK |
780 | "<literal>dselect-upgrade</literal> is used in conjunction with the " |
781 | "traditional Debian packaging front-end, " | |
782 | "&dselect;. <literal>dselect-upgrade</literal> follows the changes made by " | |
783 | "&dselect; to the <literal>Status</literal> field of available packages, and " | |
784 | "performs the actions necessary to realize that state (for instance, the " | |
785 | "removal of old and the installation of new packages)." | |
2a52e8c5 DK |
786 | msgstr "" |
787 | ||
2a52e8c5 | 788 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 789 | #: apt-get.8.xml:94 |
2a52e8c5 | 790 | msgid "" |
7d76ea1d DK |
791 | "<literal>install</literal> is followed by one or more packages desired for " |
792 | "installation or upgrading. Each package is a package name, not a fully " | |
793 | "qualified filename (for instance, in a Debian system, " | |
794 | "<package>apt-utils</package> would be the argument provided, not " | |
795 | "<filename>apt-utils_&apt-product-version;_amd64.deb</filename>). All " | |
796 | "packages required by the package(s) specified for installation will also be " | |
797 | "retrieved and installed. The <filename>/etc/apt/sources.list</filename> " | |
798 | "file is used to locate the desired packages. If a hyphen is appended to the " | |
799 | "package name (with no intervening space), the identified package will be " | |
800 | "removed if it is installed. Similarly a plus sign can be used to designate " | |
801 | "a package to install. These latter features may be used to override " | |
802 | "decisions made by apt-get's conflict resolution system." | |
2a52e8c5 DK |
803 | msgstr "" |
804 | ||
7d76ea1d | 805 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 806 | #: apt-get.8.xml:119 |
2a52e8c5 | 807 | msgid "" |
7d76ea1d DK |
808 | "Both of the version selection mechanisms can downgrade packages and must be " |
809 | "used with care." | |
2a52e8c5 DK |
810 | msgstr "" |
811 | ||
7d76ea1d | 812 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 813 | #: apt-get.8.xml:122 |
2a52e8c5 | 814 | msgid "" |
7d76ea1d DK |
815 | "This is also the target to use if you want to upgrade one or more " |
816 | "already-installed packages without upgrading every package you have on your " | |
817 | "system. Unlike the \"upgrade\" target, which installs the newest version of " | |
818 | "all currently installed packages, \"install\" will install the newest " | |
819 | "version of only the package(s) specified. Simply provide the name of the " | |
820 | "package(s) you wish to upgrade, and if a newer version is available, it (and " | |
821 | "its dependencies, as described above) will be downloaded and installed." | |
2a52e8c5 DK |
822 | msgstr "" |
823 | ||
7d76ea1d | 824 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 825 | #: apt-get.8.xml:133 |
2a52e8c5 | 826 | msgid "" |
7d76ea1d DK |
827 | "Finally, the &apt-preferences; mechanism allows you to create an alternative " |
828 | "installation policy for individual packages." | |
2a52e8c5 DK |
829 | msgstr "" |
830 | ||
7d76ea1d | 831 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 832 | #: apt-get.8.xml:137 |
2a52e8c5 | 833 | msgid "" |
7d76ea1d DK |
834 | "If no package matches the given expression and the expression contains one " |
835 | "of '.', '?' or '*' then it is assumed to be a POSIX regular expression, and " | |
836 | "it is applied to all package names in the database. Any matches are then " | |
837 | "installed (or removed). Note that matching is done by substring so 'lo.*' " | |
838 | "matches 'how-lo' and 'lowest'. If this is undesired, anchor the regular " | |
839 | "expression with a '^' or '$' character, or create a more specific regular " | |
840 | "expression." | |
2a52e8c5 DK |
841 | msgstr "" |
842 | ||
7d76ea1d | 843 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 844 | #: apt-get.8.xml:155 |
2a52e8c5 | 845 | msgid "" |
7d76ea1d DK |
846 | "<literal>purge</literal> is identical to <literal>remove</literal> except " |
847 | "that packages are removed and purged (any configuration files are deleted " | |
848 | "too)." | |
2a52e8c5 DK |
849 | msgstr "" |
850 | ||
2a52e8c5 | 851 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 852 | #: apt-get.8.xml:160 |
2a52e8c5 | 853 | msgid "" |
7d76ea1d DK |
854 | "<literal>source</literal> causes <command>apt-get</command> to fetch source " |
855 | "packages. APT will examine the available packages to decide which source " | |
856 | "package to fetch. It will then find and download into the current directory " | |
857 | "the newest available version of that source package while respecting the " | |
858 | "default release, set with the option " | |
859 | "<literal>APT::Default-Release</literal>, the <option>-t</option> option or " | |
860 | "per package with the <literal>pkg/release</literal> syntax, if possible." | |
2a52e8c5 DK |
861 | msgstr "" |
862 | ||
2a52e8c5 | 863 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 864 | #: apt-get.8.xml:168 |
2a52e8c5 | 865 | msgid "" |
7d76ea1d DK |
866 | "Source packages are tracked separately from binary packages via " |
867 | "<literal>deb-src</literal> lines in the &sources-list; file. This means that " | |
868 | "you will need to add such a line for each repository you want to get sources " | |
869 | "from; otherwise you will probably get either the wrong (too old/too new) " | |
870 | "source versions or none at all." | |
2a52e8c5 DK |
871 | msgstr "" |
872 | ||
2a52e8c5 | 873 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 874 | #: apt-get.8.xml:174 |
2a52e8c5 | 875 | msgid "" |
7d76ea1d DK |
876 | "If the <option>--compile</option> option is specified then the package will " |
877 | "be compiled to a binary .deb using <command>dpkg-buildpackage</command> for " | |
878 | "the architecture as defined by the <command>--host-architecture</command> " | |
879 | "option. If <option>--download-only</option> is specified then the source " | |
880 | "package will not be unpacked." | |
2a52e8c5 DK |
881 | msgstr "" |
882 | ||
2a52e8c5 | 883 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 884 | #: apt-get.8.xml:181 |
2a52e8c5 | 885 | msgid "" |
7d76ea1d DK |
886 | "A specific source version can be retrieved by postfixing the source name " |
887 | "with an equals and then the version to fetch, similar to the mechanism used " | |
888 | "for the package files. This enables exact matching of the source package " | |
889 | "name and version, implicitly enabling the " | |
890 | "<literal>APT::Get::Only-Source</literal> option." | |
2a52e8c5 DK |
891 | msgstr "" |
892 | ||
2a52e8c5 | 893 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 894 | #: apt-get.8.xml:187 |
2a52e8c5 | 895 | msgid "" |
7d76ea1d DK |
896 | "Note that source packages are not installed and tracked in the " |
897 | "<command>dpkg</command> database like binary packages; they are simply " | |
898 | "downloaded to the current directory, like source tarballs." | |
2a52e8c5 DK |
899 | msgstr "" |
900 | ||
901 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 902 | #: apt-get.8.xml:193 |
2a52e8c5 | 903 | msgid "" |
7d76ea1d DK |
904 | "<literal>build-dep</literal> causes apt-get to install/remove packages in an " |
905 | "attempt to satisfy the build dependencies for a source package. By default " | |
906 | "the dependencies are satisfied to build the package natively. If desired a " | |
907 | "host-architecture can be specified with the " | |
908 | "<option>--host-architecture</option> option instead." | |
2a52e8c5 DK |
909 | msgstr "" |
910 | ||
911 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 912 | #: apt-get.8.xml:200 |
2a52e8c5 | 913 | msgid "" |
7d76ea1d DK |
914 | "<literal>check</literal> is a diagnostic tool; it updates the package cache " |
915 | "and checks for broken dependencies." | |
2a52e8c5 DK |
916 | msgstr "" |
917 | ||
2a52e8c5 | 918 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 919 | #: apt-get.8.xml:205 |
2a52e8c5 | 920 | msgid "" |
7d76ea1d DK |
921 | "<literal>download</literal> will download the given binary package into the " |
922 | "current directory." | |
2a52e8c5 DK |
923 | msgstr "" |
924 | ||
2a52e8c5 | 925 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 926 | #: apt-get.8.xml:211 |
2a52e8c5 | 927 | msgid "" |
7d76ea1d DK |
928 | "<literal>clean</literal> clears out the local repository of retrieved " |
929 | "package files. It removes everything but the lock file from " | |
930 | "<filename>&cachedir;/archives/</filename> and " | |
1c937475 | 931 | "<filename>&cachedir;/archives/partial/</filename>." |
2a52e8c5 DK |
932 | msgstr "" |
933 | ||
934 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 935 | #: apt-get.8.xml:218 |
2a52e8c5 | 936 | msgid "" |
7d76ea1d DK |
937 | "Like <literal>clean</literal>, <literal>autoclean</literal> clears out the " |
938 | "local repository of retrieved package files. The difference is that it only " | |
939 | "removes package files that can no longer be downloaded, and are largely " | |
940 | "useless. This allows a cache to be maintained over a long period without it " | |
941 | "growing out of control. The configuration option " | |
942 | "<literal>APT::Clean-Installed</literal> will prevent installed packages from " | |
943 | "being erased if it is set to off." | |
2a52e8c5 DK |
944 | msgstr "" |
945 | ||
63fc5550 | 946 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 947 | #: apt-get.8.xml:233 |
63fc5550 | 948 | msgid "" |
864fe99c MV |
949 | "<literal>changelog</literal> tries to download the changelog of a package " |
950 | "and displays it through <command>sensible-pager</command>. By default it " | |
951 | "displays the changelog for the version that is installed. However, you can " | |
952 | "specify the same options as for the <option>install</option> command." | |
63fc5550 DK |
953 | msgstr "" |
954 | ||
2a52e8c5 | 955 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 956 | #: apt-get.8.xml:243 |
2a52e8c5 | 957 | msgid "" |
864fe99c MV |
958 | "Displays by default a deb822 formatted listing of information about all data " |
959 | "files (aka index targets) <command>apt-get update</command> would " | |
960 | "download. Supports a <option>--format</option> option to modify the output " | |
961 | "format as well as accepts lines of the default output to filter the records " | |
962 | "by. The command is mainly used as an interface for external tools working " | |
963 | "with APT to get information as well as filenames for downloaded files so " | |
964 | "they can use them as well instead of downloading them again on their " | |
965 | "own. Detailed documentation is omitted here and can instead be found in the " | |
966 | "source tree in " | |
967 | "<literal><filename>doc/acquire-additional-files.txt</filename></literal>." | |
2a52e8c5 DK |
968 | msgstr "" |
969 | ||
2a52e8c5 | 970 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 971 | #: apt-get.8.xml:267 |
2a52e8c5 | 972 | msgid "" |
7d76ea1d DK |
973 | "Do not consider recommended packages as a dependency for installing. " |
974 | "Configuration Item: <literal>APT::Install-Recommends</literal>." | |
2a52e8c5 DK |
975 | msgstr "" |
976 | ||
2a52e8c5 | 977 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 978 | #: apt-get.8.xml:272 |
2a52e8c5 | 979 | msgid "" |
7d76ea1d DK |
980 | "Consider suggested packages as a dependency for installing. Configuration " |
981 | "Item: <literal>APT::Install-Suggests</literal>." | |
2a52e8c5 DK |
982 | msgstr "" |
983 | ||
2a52e8c5 | 984 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 985 | #: apt-get.8.xml:277 |
2a52e8c5 | 986 | msgid "" |
7d76ea1d DK |
987 | "Download only; package files are only retrieved, not unpacked or installed. " |
988 | "Configuration Item: <literal>APT::Get::Download-Only</literal>." | |
2a52e8c5 DK |
989 | msgstr "" |
990 | ||
991 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 992 | #: apt-get.8.xml:282 |
2a52e8c5 | 993 | msgid "" |
7d76ea1d DK |
994 | "Fix; attempt to correct a system with broken dependencies in place. This " |
995 | "option, when used with install/remove, can omit any packages to permit APT " | |
996 | "to deduce a likely solution. If packages are specified, these have to " | |
997 | "completely correct the problem. The option is sometimes necessary when " | |
998 | "running APT for the first time; APT itself does not allow broken package " | |
999 | "dependencies to exist on a system. It is possible that a system's dependency " | |
1000 | "structure can be so corrupt as to require manual intervention (which usually " | |
1c937475 MV |
1001 | "means using <command>dpkg --remove</command> to eliminate some of the " |
1002 | "offending packages). Use of this option together with <option>-m</option> " | |
1003 | "may produce an error in some situations. Configuration Item: " | |
1004 | "<literal>APT::Get::Fix-Broken</literal>." | |
2a52e8c5 DK |
1005 | msgstr "" |
1006 | ||
2a52e8c5 | 1007 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1008 | #: apt-get.8.xml:297 |
2a52e8c5 | 1009 | msgid "" |
7d76ea1d DK |
1010 | "Ignore missing packages; if packages cannot be retrieved or fail the " |
1011 | "integrity check after retrieval (corrupted package files), hold back those " | |
1012 | "packages and handle the result. Use of this option together with " | |
1013 | "<option>-f</option> may produce an error in some situations. If a package is " | |
1014 | "selected for installation (particularly if it is mentioned on the command " | |
1015 | "line) and it could not be downloaded then it will be silently held back. " | |
1016 | "Configuration Item: <literal>APT::Get::Fix-Missing</literal>." | |
2a52e8c5 DK |
1017 | msgstr "" |
1018 | ||
2a52e8c5 | 1019 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1020 | #: apt-get.8.xml:308 |
2a52e8c5 | 1021 | msgid "" |
7d76ea1d DK |
1022 | "Disables downloading of packages. This is best used with " |
1023 | "<option>--ignore-missing</option> to force APT to use only the .debs it has " | |
1024 | "already downloaded. Configuration Item: " | |
1025 | "<literal>APT::Get::Download</literal>." | |
2a52e8c5 DK |
1026 | msgstr "" |
1027 | ||
2a52e8c5 | 1028 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1029 | #: apt-get.8.xml:315 |
2a52e8c5 | 1030 | msgid "" |
7d76ea1d DK |
1031 | "Quiet; produces output suitable for logging, omitting progress indicators. " |
1032 | "More q's will produce more quiet up to a maximum of 2. You can also use " | |
1033 | "<option>-q=#</option> to set the quiet level, overriding the configuration " | |
1034 | "file. Note that quiet level 2 implies <option>-y</option>; you should never " | |
1035 | "use -qq without a no-action modifier such as -d, --print-uris or -s as APT " | |
1036 | "may decide to do something you did not expect. Configuration Item: " | |
1037 | "<literal>quiet</literal>." | |
2a52e8c5 DK |
1038 | msgstr "" |
1039 | ||
2a52e8c5 | 1040 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1041 | #: apt-get.8.xml:330 |
2a52e8c5 | 1042 | msgid "" |
864fe99c MV |
1043 | "No action; perform a simulation of events that would occur based on the " |
1044 | "current system state but do not actually change the system. Locking will be " | |
1045 | "disabled (<option>Debug::NoLocking</option>) so the system state could " | |
1046 | "change while <command>apt-get</command> is running. Simulations can also be " | |
1047 | "executed by non-root users which might not have read access to all apt " | |
1048 | "configuration distorting the simulation. A notice expressing this warning " | |
1049 | "is also shown by default for non-root users " | |
1050 | "(<option>APT::Get::Show-User-Simulation-Note</option>). Configuration Item: " | |
7d76ea1d | 1051 | "<literal>APT::Get::Simulate</literal>." |
2a52e8c5 DK |
1052 | msgstr "" |
1053 | ||
2a52e8c5 | 1054 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1055 | #: apt-get.8.xml:340 |
2a52e8c5 | 1056 | msgid "" |
7d76ea1d DK |
1057 | "Simulated runs print out a series of lines, each representing a " |
1058 | "<command>dpkg</command> operation: configure (<literal>Conf</literal>), " | |
1059 | "remove (<literal>Remv</literal>) or unpack " | |
1060 | "(<literal>Inst</literal>). Square brackets indicate broken packages, and " | |
1061 | "empty square brackets indicate breaks that are of no consequence (rare)." | |
2a52e8c5 DK |
1062 | msgstr "" |
1063 | ||
b6c6b52f | 1064 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1065 | #: apt-get.8.xml:348 |
b6c6b52f | 1066 | msgid "" |
7d76ea1d DK |
1067 | "Automatic yes to prompts; assume \"yes\" as answer to all prompts and run " |
1068 | "non-interactively. If an undesirable situation, such as changing a held " | |
1069 | "package, trying to install a unauthenticated package or removing an " | |
1070 | "essential package occurs then <literal>apt-get</literal> will abort. " | |
1071 | "Configuration Item: <literal>APT::Get::Assume-Yes</literal>." | |
b6c6b52f MV |
1072 | msgstr "" |
1073 | ||
2a52e8c5 | 1074 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1075 | #: apt-get.8.xml:356 |
2a52e8c5 | 1076 | msgid "" |
7d76ea1d DK |
1077 | "Automatic \"no\" to all prompts. Configuration Item: " |
1078 | "<literal>APT::Get::Assume-No</literal>." | |
2a52e8c5 DK |
1079 | msgstr "" |
1080 | ||
2a52e8c5 | 1081 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1082 | #: apt-get.8.xml:361 |
2a52e8c5 | 1083 | msgid "" |
7d76ea1d DK |
1084 | "Show upgraded packages; print out a list of all packages that are to be " |
1085 | "upgraded. Configuration Item: <literal>APT::Get::Show-Upgraded</literal>." | |
2a52e8c5 DK |
1086 | msgstr "" |
1087 | ||
2a52e8c5 | 1088 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1089 | #: apt-get.8.xml:367 |
2a52e8c5 | 1090 | msgid "" |
7d76ea1d DK |
1091 | "Show full versions for upgraded and installed packages. Configuration Item: " |
1092 | "<literal>APT::Get::Show-Versions</literal>." | |
2a52e8c5 DK |
1093 | msgstr "" |
1094 | ||
2a52e8c5 | 1095 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1096 | #: apt-get.8.xml:373 |
2a52e8c5 | 1097 | msgid "" |
7d76ea1d DK |
1098 | "This option controls the architecture packages are built for by " |
1099 | "<command>apt-get source --compile</command> and how cross-builddependencies " | |
1100 | "are satisfied. By default is it not set which means that the host " | |
1101 | "architecture is the same as the build architecture (which is defined by " | |
1102 | "<literal>APT::Architecture</literal>). Configuration Item: " | |
7ffbb475 | 1103 | "<literal>APT::Get::Host-Architecture</literal>." |
2a52e8c5 DK |
1104 | msgstr "" |
1105 | ||
2a52e8c5 | 1106 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1107 | #: apt-get.8.xml:383 |
2a52e8c5 | 1108 | msgid "" |
7ffbb475 MV |
1109 | "This option controls the activated build profiles for which a source package " |
1110 | "is built by <command>apt-get source --compile</command> and how build " | |
1111 | "dependencies are satisfied. By default no build profile is active. More " | |
1112 | "than one build profile can be activated at a time by concatenating them with " | |
1113 | "a comma. Configuration Item: <literal>APT::Build-Profiles</literal>." | |
1114 | msgstr "" | |
1115 | ||
1116 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 1117 | #: apt-get.8.xml:394 |
7ffbb475 | 1118 | msgid "" |
7d76ea1d DK |
1119 | "Compile source packages after downloading them. Configuration Item: " |
1120 | "<literal>APT::Get::Compile</literal>." | |
2a52e8c5 DK |
1121 | msgstr "" |
1122 | ||
2a52e8c5 | 1123 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1124 | #: apt-get.8.xml:399 |
2a52e8c5 | 1125 | msgid "" |
7d76ea1d DK |
1126 | "Ignore package holds; this causes <command>apt-get</command> to ignore a " |
1127 | "hold placed on a package. This may be useful in conjunction with " | |
1128 | "<literal>dist-upgrade</literal> to override a large number of undesired " | |
1129 | "holds. Configuration Item: <literal>APT::Ignore-Hold</literal>." | |
2a52e8c5 DK |
1130 | msgstr "" |
1131 | ||
2a52e8c5 | 1132 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1133 | #: apt-get.8.xml:406 |
ce34af08 MV |
1134 | msgid "" |
1135 | "Allow installing new packages when used in conjunction with " | |
1136 | "<literal>upgrade</literal>. This is useful if the update of a installed " | |
1137 | "package requires new dependencies to be installed. Instead of holding the " | |
1138 | "package back <literal>upgrade</literal> will upgrade the package and install " | |
1139 | "the new dependencies. Note that <literal>upgrade</literal> with this option " | |
1140 | "will never remove packages, only allow adding new ones. Configuration Item: " | |
1141 | "<literal>APT::Get::Upgrade-Allow-New</literal>." | |
1142 | msgstr "" | |
1143 | ||
1144 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 1145 | #: apt-get.8.xml:418 |
2a52e8c5 | 1146 | msgid "" |
7d76ea1d DK |
1147 | "Do not upgrade packages; when used in conjunction with " |
1148 | "<literal>install</literal>, <literal>no-upgrade</literal> will prevent " | |
1149 | "packages on the command line from being upgraded if they are already " | |
1150 | "installed. Configuration Item: <literal>APT::Get::Upgrade</literal>." | |
2a52e8c5 DK |
1151 | msgstr "" |
1152 | ||
2a52e8c5 | 1153 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1154 | #: apt-get.8.xml:425 |
2a52e8c5 | 1155 | msgid "" |
7d76ea1d DK |
1156 | "Do not install new packages; when used in conjunction with " |
1157 | "<literal>install</literal>, <literal>only-upgrade</literal> will install " | |
1158 | "upgrades for already installed packages only and ignore requests to install " | |
1159 | "new packages. Configuration Item: " | |
1160 | "<literal>APT::Get::Only-Upgrade</literal>." | |
2a52e8c5 DK |
1161 | msgstr "" |
1162 | ||
7d76ea1d | 1163 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c MV |
1164 | #: apt-get.8.xml:433 |
1165 | msgid "" | |
1166 | "This is a dangerous option that will cause apt to continue without prompting " | |
1167 | "if it is doing downgrades. It should not be used except in very special " | |
1168 | "situations. Using it can potentially destroy your system! Configuration " | |
1169 | "Item: <literal>APT::Get::allow-downgrades</literal>. Introduced in APT 1.1." | |
1170 | msgstr "" | |
1171 | ||
1172 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
1173 | #: apt-get.8.xml:441 | |
1174 | msgid "" | |
1175 | "Force yes; this is a dangerous option that will cause apt to continue " | |
1176 | "without prompting if it is removing essentials. It should not be used except " | |
1177 | "in very special situations. Using it can potentially destroy your system! " | |
1178 | "Configuration Item: " | |
1179 | "<literal>APT::Get::allow-remove-essential</literal>. Introduced in APT 1.1." | |
1180 | msgstr "" | |
1181 | ||
1182 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
1183 | #: apt-get.8.xml:449 | |
1184 | msgid "" | |
1185 | "Force yes; this is a dangerous option that will cause apt to continue " | |
1186 | "without prompting if it is changing held packages. It should not be used " | |
1187 | "except in very special situations. Using it can potentially destroy your " | |
1188 | "system! Configuration Item: " | |
1189 | "<literal>APT::Get::allow-change-held-packages</literal>. Introduced in APT " | |
1190 | "1.1." | |
1191 | msgstr "" | |
1192 | ||
1193 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
1194 | #: apt-get.8.xml:457 | |
2a52e8c5 | 1195 | msgid "" |
7d76ea1d DK |
1196 | "Force yes; this is a dangerous option that will cause apt to continue " |
1197 | "without prompting if it is doing something potentially harmful. It should " | |
1198 | "not be used except in very special situations. Using " | |
1199 | "<literal>force-yes</literal> can potentially destroy your system! " | |
864fe99c MV |
1200 | "Configuration Item: <literal>APT::Get::force-yes</literal>. This is " |
1201 | "deprecated and replaced by <option>--allow-downgrades</option>, " | |
1202 | "<option>--allow-remove-essential</option>, " | |
1203 | "<option>--allow-change-held-packages</option> in 1.1." | |
2a52e8c5 DK |
1204 | msgstr "" |
1205 | ||
7d76ea1d | 1206 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1207 | #: apt-get.8.xml:465 |
2a52e8c5 | 1208 | msgid "" |
7d76ea1d DK |
1209 | "Instead of fetching the files to install their URIs are printed. Each URI " |
1210 | "will have the path, the destination file name, the size and the expected MD5 " | |
1211 | "hash. Note that the file name to write to will not always match the file " | |
1212 | "name on the remote site! This also works with the <literal>source</literal> " | |
1213 | "and <literal>update</literal> commands. When used with the " | |
1214 | "<literal>update</literal> command the MD5 and size are not included, and it " | |
1215 | "is up to the user to decompress any compressed files. Configuration Item: " | |
1216 | "<literal>APT::Get::Print-URIs</literal>." | |
2a52e8c5 DK |
1217 | msgstr "" |
1218 | ||
7d76ea1d | 1219 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1220 | #: apt-get.8.xml:476 |
2a52e8c5 | 1221 | msgid "" |
7d76ea1d DK |
1222 | "Use purge instead of remove for anything that would be removed. An asterisk " |
1223 | "(\"*\") will be displayed next to packages which are scheduled to be " | |
1224 | "purged. <option>remove --purge</option> is equivalent to the " | |
1225 | "<option>purge</option> command. Configuration Item: " | |
1226 | "<literal>APT::Get::Purge</literal>." | |
2a52e8c5 DK |
1227 | msgstr "" |
1228 | ||
aec22160 | 1229 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1230 | #: apt-get.8.xml:484 |
2a52e8c5 | 1231 | msgid "" |
7d76ea1d DK |
1232 | "Re-install packages that are already installed and at the newest version. " |
1233 | "Configuration Item: <literal>APT::Get::ReInstall</literal>." | |
2a52e8c5 DK |
1234 | msgstr "" |
1235 | ||
aec22160 | 1236 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1237 | #: apt-get.8.xml:489 |
2a52e8c5 | 1238 | msgid "" |
7d76ea1d DK |
1239 | "This option is on by default; use <literal>--no-list-cleanup</literal> to " |
1240 | "turn it off. When it is on, <command>apt-get</command> will automatically " | |
1241 | "manage the contents of <filename>&statedir;/lists</filename> to ensure that " | |
1242 | "obsolete files are erased. The only reason to turn it off is if you " | |
1243 | "frequently change your sources list. Configuration Item: " | |
1244 | "<literal>APT::Get::List-Cleanup</literal>." | |
2a52e8c5 DK |
1245 | msgstr "" |
1246 | ||
aec22160 | 1247 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1248 | #: apt-get.8.xml:499 |
2a52e8c5 | 1249 | msgid "" |
7d76ea1d DK |
1250 | "This option controls the default input to the policy engine; it creates a " |
1251 | "default pin at priority 990 using the specified release string. This " | |
1252 | "overrides the general settings in " | |
1253 | "<filename>/etc/apt/preferences</filename>. Specifically pinned packages are " | |
1254 | "not affected by the value of this option. In short, this option lets you " | |
1255 | "have simple control over which distribution packages will be retrieved " | |
1256 | "from. Some common examples might be <option>-t '2.1*'</option>, <option>-t " | |
1257 | "unstable</option> or <option>-t sid</option>. Configuration Item: " | |
1258 | "<literal>APT::Default-Release</literal>; see also the &apt-preferences; " | |
1259 | "manual page." | |
2a52e8c5 DK |
1260 | msgstr "" |
1261 | ||
7d76ea1d | 1262 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1263 | #: apt-get.8.xml:514 |
7d76ea1d DK |
1264 | msgid "" |
1265 | "Only perform operations that are 'trivial'. Logically this can be considered " | |
1266 | "related to <option>--assume-yes</option>; where " | |
1267 | "<option>--assume-yes</option> will answer yes to any prompt, " | |
1268 | "<option>--trivial-only</option> will answer no. Configuration Item: " | |
1269 | "<literal>APT::Get::Trivial-Only</literal>." | |
2a52e8c5 DK |
1270 | msgstr "" |
1271 | ||
2a52e8c5 | 1272 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1273 | #: apt-get.8.xml:521 |
2a52e8c5 | 1274 | msgid "" |
7d76ea1d DK |
1275 | "If any packages are to be removed apt-get immediately aborts without " |
1276 | "prompting. Configuration Item: <literal>APT::Get::Remove</literal>." | |
2a52e8c5 DK |
1277 | msgstr "" |
1278 | ||
2a52e8c5 | 1279 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1280 | #: apt-get.8.xml:527 |
2a52e8c5 | 1281 | msgid "" |
7d76ea1d DK |
1282 | "If the command is either <literal>install</literal> or " |
1283 | "<literal>remove</literal>, then this option acts like running the " | |
1284 | "<literal>autoremove</literal> command, removing unused dependency " | |
1285 | "packages. Configuration Item: <literal>APT::Get::AutomaticRemove</literal>." | |
2a52e8c5 DK |
1286 | msgstr "" |
1287 | ||
2a52e8c5 | 1288 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1289 | #: apt-get.8.xml:534 |
2a52e8c5 | 1290 | msgid "" |
7d76ea1d DK |
1291 | "Only has meaning for the <literal>source</literal> and " |
1292 | "<literal>build-dep</literal> commands. Indicates that the given source " | |
1293 | "names are not to be mapped through the binary table. This means that if " | |
1294 | "this option is specified, these commands will only accept source package " | |
1295 | "names as arguments, rather than accepting binary package names and looking " | |
1296 | "up the corresponding source package. Configuration Item: " | |
1297 | "<literal>APT::Get::Only-Source</literal>." | |
2a52e8c5 DK |
1298 | msgstr "" |
1299 | ||
2a52e8c5 | 1300 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1301 | #: apt-get.8.xml:545 |
2a52e8c5 | 1302 | msgid "" |
7d76ea1d DK |
1303 | "Download only the diff, dsc, or tar file of a source archive. Configuration " |
1304 | "Item: <literal>APT::Get::Diff-Only</literal>, " | |
1305 | "<literal>APT::Get::Dsc-Only</literal>, and " | |
1306 | "<literal>APT::Get::Tar-Only</literal>." | |
2a52e8c5 DK |
1307 | msgstr "" |
1308 | ||
2a52e8c5 | 1309 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1310 | #: apt-get.8.xml:551 |
2a52e8c5 | 1311 | msgid "" |
7d76ea1d DK |
1312 | "Only process architecture-dependent build-dependencies. Configuration Item: " |
1313 | "<literal>APT::Get::Arch-Only</literal>." | |
2a52e8c5 DK |
1314 | msgstr "" |
1315 | ||
2a52e8c5 | 1316 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1317 | #: apt-get.8.xml:556 |
2a52e8c5 | 1318 | msgid "" |
7d76ea1d | 1319 | "Ignore if packages can't be authenticated and don't prompt about it. This " |
864fe99c MV |
1320 | "can be useful while working with local repositories, but is a huge security " |
1321 | "risk if data authenticity isn't ensured in another way by the user itself. " | |
1322 | "The usage of the <option>Trusted</option> option for &sources-list; entries " | |
1323 | "should usually be preferred over this global override. Configuration Item: " | |
7d76ea1d DK |
1324 | "<literal>APT::Get::AllowUnauthenticated</literal>." |
1325 | msgstr "" | |
1326 | ||
ce34af08 | 1327 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1328 | #: apt-get.8.xml:566 |
ce34af08 | 1329 | msgid "" |
5b1e4e86 MV |
1330 | "Forbid the update command to acquire unverifiable data from configured " |
1331 | "sources. Apt will fail at the update command for repositories without valid " | |
1332 | "cryptographically signatures. Configuration Item: " | |
1333 | "<literal>Acquire::AllowInsecureRepositories</literal>." | |
1334 | msgstr "" | |
1335 | ||
1336 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 1337 | #: apt-get.8.xml:574 |
5b1e4e86 | 1338 | msgid "" |
ce34af08 MV |
1339 | "Show user friendly progress information in the terminal window when packages " |
1340 | "are installed, upgraded or removed. For a machine parsable version of this " | |
1341 | "data see README.progress-reporting in the apt doc directory. Configuration " | |
506ab3c7 | 1342 | "Item: <literal>Dpkg::Progress</literal> and " |
ce34af08 MV |
1343 | "<literal>Dpkg::Progress-Fancy</literal>." |
1344 | msgstr "" | |
1345 | ||
7d76ea1d | 1346 | #. type: Content of: <refentry><refsect1><title> |
864fe99c | 1347 | #: apt-get.8.xml:587 apt-cache.8.xml:352 apt-key.8.xml:170 apt-mark.8.xml:121 apt.conf.5.xml:1313 apt_preferences.5.xml:709 |
7d76ea1d DK |
1348 | msgid "Files" |
1349 | msgstr "" | |
1350 | ||
2a52e8c5 | 1351 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 1352 | #: apt-get.8.xml:598 |
7d76ea1d | 1353 | msgid "" |
1c937475 MV |
1354 | "&apt-cache;, &apt-cdrom;, &dpkg;, &sources-list;, &apt-conf;, &apt-config;, " |
1355 | "&apt-secure;, The APT User's guide in &guidesdir;, &apt-preferences;, the " | |
1356 | "APT Howto." | |
7d76ea1d DK |
1357 | msgstr "" |
1358 | ||
2a52e8c5 | 1359 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 1360 | #: apt-get.8.xml:604 |
2a52e8c5 | 1361 | msgid "" |
7d76ea1d DK |
1362 | "<command>apt-get</command> returns zero on normal operation, decimal 100 on " |
1363 | "error." | |
2a52e8c5 DK |
1364 | msgstr "" |
1365 | ||
2a52e8c5 | 1366 | #. type: Content of: <refentry><refnamediv><refpurpose> |
9de26945 | 1367 | #: apt-cache.8.xml:29 |
7d76ea1d | 1368 | msgid "query the APT cache" |
2a52e8c5 DK |
1369 | msgstr "" |
1370 | ||
2a52e8c5 | 1371 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 1372 | #: apt-cache.8.xml:35 |
2a52e8c5 | 1373 | msgid "" |
7d76ea1d DK |
1374 | "<command>apt-cache</command> performs a variety of operations on APT's " |
1375 | "package cache. <command>apt-cache</command> does not manipulate the state of " | |
1376 | "the system but does provide operations to search and generate interesting " | |
1377 | "output from the package metadata." | |
2a52e8c5 DK |
1378 | msgstr "" |
1379 | ||
2a52e8c5 | 1380 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1381 | #: apt-cache.8.xml:45 |
2a52e8c5 | 1382 | msgid "" |
7d76ea1d DK |
1383 | "<literal>gencaches</literal> creates APT's package cache. This is done " |
1384 | "implicitly by all commands needing this cache if it is missing or outdated." | |
2a52e8c5 DK |
1385 | msgstr "" |
1386 | ||
7d76ea1d | 1387 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term><option><replaceable> |
864fe99c | 1388 | #: apt-cache.8.xml:49 apt-cache.8.xml:137 apt-cache.8.xml:161 apt-cache.8.xml:183 apt-cache.8.xml:188 apt-cache.8.xml:204 apt-cache.8.xml:222 apt-cache.8.xml:234 |
7d76ea1d | 1389 | msgid "&synopsis-pkg;" |
2a52e8c5 DK |
1390 | msgstr "" |
1391 | ||
1392 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 1393 | #: apt-cache.8.xml:50 |
2a52e8c5 | 1394 | msgid "" |
7d76ea1d DK |
1395 | "<literal>showpkg</literal> displays information about the packages listed on " |
1396 | "the command line. Remaining arguments are package names. The available " | |
1397 | "versions and reverse dependencies of each package listed are listed, as well " | |
1398 | "as forward dependencies for each version. Forward (normal) dependencies are " | |
1399 | "those packages upon which the package in question depends; reverse " | |
1400 | "dependencies are those packages that depend upon the package in " | |
1401 | "question. Thus, forward dependencies must be satisfied for a package, but " | |
1402 | "reverse dependencies need not be. For instance, <command>apt-cache showpkg " | |
1403 | "libreadline2</command> would produce output similar to the following:" | |
2a52e8c5 DK |
1404 | msgstr "" |
1405 | ||
7d76ea1d | 1406 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting> |
9de26945 | 1407 | #: apt-cache.8.xml:62 |
7d76ea1d | 1408 | #, no-wrap |
2a52e8c5 | 1409 | msgid "" |
7d76ea1d DK |
1410 | "Package: libreadline2\n" |
1411 | "Versions: 2.1-12(/var/state/apt/lists/foo_Packages),\n" | |
1412 | "Reverse Depends: \n" | |
1413 | " libreadlineg2,libreadline2\n" | |
1414 | " libreadline2-altdev,libreadline2\n" | |
1415 | "Dependencies:\n" | |
1416 | "2.1-12 - libc5 (2 5.4.0-0) ncurses3.0 (0 (null))\n" | |
1417 | "Provides:\n" | |
1418 | "2.1-12 - \n" | |
1419 | "Reverse Provides: \n" | |
2a52e8c5 DK |
1420 | msgstr "" |
1421 | ||
1422 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 1423 | #: apt-cache.8.xml:74 |
7d76ea1d DK |
1424 | msgid "" |
1425 | "Thus it may be seen that libreadline2, version 2.1-12, depends on libc5 and " | |
1426 | "ncurses3.0 which must be installed for libreadline2 to work. In turn, " | |
1427 | "libreadlineg2 and libreadline2-altdev depend on libreadline2. If " | |
1428 | "libreadline2 is installed, libc5 and ncurses3.0 (and ldso) must also be " | |
1429 | "installed; libreadlineg2 and libreadline2-altdev do not have to be " | |
1430 | "installed. For the specific meaning of the remainder of the output it is " | |
1431 | "best to consult the apt source code." | |
2a52e8c5 DK |
1432 | msgstr "" |
1433 | ||
aa2218b2 | 1434 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1435 | #: apt-cache.8.xml:83 |
aa2218b2 | 1436 | msgid "" |
7d76ea1d DK |
1437 | "<literal>stats</literal> displays some statistics about the cache. No " |
1438 | "further arguments are expected. Statistics reported are:" | |
aa2218b2 MV |
1439 | msgstr "" |
1440 | ||
7d76ea1d | 1441 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><itemizedlist><listitem><para> |
9de26945 | 1442 | #: apt-cache.8.xml:86 |
aa2218b2 | 1443 | msgid "" |
7d76ea1d DK |
1444 | "<literal>Total package names</literal> is the number of package names found " |
1445 | "in the cache." | |
aa2218b2 MV |
1446 | msgstr "" |
1447 | ||
7d76ea1d | 1448 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><itemizedlist><listitem><para> |
9de26945 | 1449 | #: apt-cache.8.xml:90 |
aa2218b2 | 1450 | msgid "" |
7d76ea1d DK |
1451 | "<literal>Normal packages</literal> is the number of regular, ordinary " |
1452 | "package names; these are packages that bear a one-to-one correspondence " | |
1453 | "between their names and the names used by other packages for them in " | |
1454 | "dependencies. The majority of packages fall into this category." | |
2a52e8c5 DK |
1455 | msgstr "" |
1456 | ||
7d76ea1d | 1457 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><itemizedlist><listitem><para> |
9de26945 | 1458 | #: apt-cache.8.xml:96 |
2a52e8c5 | 1459 | msgid "" |
7d76ea1d DK |
1460 | "<literal>Pure virtual packages</literal> is the number of packages that " |
1461 | "exist only as a virtual package name; that is, packages only \"provide\" the " | |
1462 | "virtual package name, and no package actually uses the name. For instance, " | |
1463 | "\"mail-transport-agent\" in the Debian system is a pure virtual package; " | |
1464 | "several packages provide \"mail-transport-agent\", but there is no package " | |
1465 | "named \"mail-transport-agent\"." | |
2a52e8c5 DK |
1466 | msgstr "" |
1467 | ||
7d76ea1d | 1468 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><itemizedlist><listitem><para> |
9de26945 | 1469 | #: apt-cache.8.xml:104 |
2a52e8c5 | 1470 | msgid "" |
7d76ea1d DK |
1471 | "<literal>Single virtual packages</literal> is the number of packages with " |
1472 | "only one package providing a particular virtual package. For example, in the " | |
1473 | "Debian system, \"X11-text-viewer\" is a virtual package, but only one " | |
1474 | "package, xless, provides \"X11-text-viewer\"." | |
2a52e8c5 DK |
1475 | msgstr "" |
1476 | ||
7d76ea1d | 1477 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><itemizedlist><listitem><para> |
9de26945 | 1478 | #: apt-cache.8.xml:110 |
7d76ea1d DK |
1479 | msgid "" |
1480 | "<literal>Mixed virtual packages</literal> is the number of packages that " | |
1481 | "either provide a particular virtual package or have the virtual package name " | |
1482 | "as the package name. For instance, in the Debian system, \"debconf\" is both " | |
1483 | "an actual package, and provided by the debconf-tiny package." | |
2a52e8c5 DK |
1484 | msgstr "" |
1485 | ||
7d76ea1d | 1486 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><itemizedlist><listitem><para> |
9de26945 | 1487 | #: apt-cache.8.xml:117 |
2a52e8c5 | 1488 | msgid "" |
7d76ea1d DK |
1489 | "<literal>Missing</literal> is the number of package names that were " |
1490 | "referenced in a dependency but were not provided by any package. Missing " | |
1491 | "packages may be an evidence if a full distribution is not accessed, or if a " | |
1492 | "package (real or virtual) has been dropped from the distribution. Usually " | |
1493 | "they are referenced from Conflicts or Breaks statements." | |
2a52e8c5 DK |
1494 | msgstr "" |
1495 | ||
7d76ea1d | 1496 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><itemizedlist><listitem><para> |
9de26945 | 1497 | #: apt-cache.8.xml:124 |
2a52e8c5 | 1498 | msgid "" |
7d76ea1d | 1499 | "<literal>Total distinct</literal> versions is the number of package versions " |
864fe99c | 1500 | "found in the cache. If more than one distribution is being accessed (for " |
7d76ea1d DK |
1501 | "instance, \"stable\" and \"unstable\"), this value can be considerably " |
1502 | "larger than the number of total package names." | |
2a52e8c5 DK |
1503 | msgstr "" |
1504 | ||
7d76ea1d | 1505 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><itemizedlist><listitem><para> |
864fe99c | 1506 | #: apt-cache.8.xml:130 |
2a52e8c5 | 1507 | msgid "" |
7d76ea1d DK |
1508 | "<literal>Total dependencies</literal> is the number of dependency " |
1509 | "relationships claimed by all of the packages in the cache." | |
2a52e8c5 DK |
1510 | msgstr "" |
1511 | ||
2a52e8c5 | 1512 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1513 | #: apt-cache.8.xml:138 |
2a52e8c5 | 1514 | msgid "" |
7d76ea1d DK |
1515 | "<literal>showsrc</literal> displays all the source package records that " |
1516 | "match the given package names. All versions are shown, as well as all " | |
864fe99c MV |
1517 | "records that declare the name to be a binary package. Use " |
1518 | "<option>--only-source</option> to display only source package names." | |
2a52e8c5 DK |
1519 | msgstr "" |
1520 | ||
2a52e8c5 | 1521 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1522 | #: apt-cache.8.xml:147 |
2a52e8c5 | 1523 | msgid "" |
7d76ea1d DK |
1524 | "<literal>dump</literal> shows a short listing of every package in the " |
1525 | "cache. It is primarily for debugging." | |
2a52e8c5 DK |
1526 | msgstr "" |
1527 | ||
7d76ea1d | 1528 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1529 | #: apt-cache.8.xml:152 |
2a52e8c5 | 1530 | msgid "" |
7d76ea1d DK |
1531 | "<literal>dumpavail</literal> prints out an available list to stdout. This is " |
1532 | "suitable for use with &dpkg; and is used by the &dselect; method." | |
2a52e8c5 DK |
1533 | msgstr "" |
1534 | ||
7d76ea1d | 1535 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1536 | #: apt-cache.8.xml:157 |
2a52e8c5 | 1537 | msgid "" |
7d76ea1d DK |
1538 | "<literal>unmet</literal> displays a summary of all unmet dependencies in the " |
1539 | "package cache." | |
2a52e8c5 DK |
1540 | msgstr "" |
1541 | ||
7d76ea1d | 1542 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1543 | #: apt-cache.8.xml:162 |
2a52e8c5 | 1544 | msgid "" |
7d76ea1d DK |
1545 | "<literal>show</literal> performs a function similar to <command>dpkg " |
1546 | "--print-avail</command>; it displays the package records for the named " | |
1547 | "packages." | |
2a52e8c5 DK |
1548 | msgstr "" |
1549 | ||
7d76ea1d | 1550 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term><option><replaceable> |
864fe99c | 1551 | #: apt-cache.8.xml:167 |
7d76ea1d | 1552 | msgid "&synopsis-regex;" |
2a52e8c5 DK |
1553 | msgstr "" |
1554 | ||
2a52e8c5 | 1555 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1556 | #: apt-cache.8.xml:168 |
2a52e8c5 | 1557 | msgid "" |
7d76ea1d DK |
1558 | "<literal>search</literal> performs a full text search on all available " |
1559 | "package lists for the POSIX regex pattern given, see ®ex;. It searches " | |
1560 | "the package names and the descriptions for an occurrence of the regular " | |
1561 | "expression and prints out the package name and the short description, " | |
1562 | "including virtual package names. If <option>--full</option> is given then " | |
1563 | "output identical to <literal>show</literal> is produced for each matched " | |
1564 | "package, and if <option>--names-only</option> is given then the long " | |
864fe99c MV |
1565 | "description is not searched, only the package name and provided packages " |
1566 | "are." | |
2a52e8c5 DK |
1567 | msgstr "" |
1568 | ||
1569 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 1570 | #: apt-cache.8.xml:179 |
7d76ea1d DK |
1571 | msgid "" |
1572 | "Separate arguments can be used to specify multiple search patterns that are " | |
1573 | "and'ed together." | |
2a52e8c5 DK |
1574 | msgstr "" |
1575 | ||
2a52e8c5 | 1576 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1577 | #: apt-cache.8.xml:184 |
2a52e8c5 | 1578 | msgid "" |
7d76ea1d DK |
1579 | "<literal>depends</literal> shows a listing of each dependency a package has " |
1580 | "and all the possible other packages that can fulfill that dependency." | |
2a52e8c5 DK |
1581 | msgstr "" |
1582 | ||
1583 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 1584 | #: apt-cache.8.xml:189 |
2a52e8c5 | 1585 | msgid "" |
7d76ea1d DK |
1586 | "<literal>rdepends</literal> shows a listing of each reverse dependency a " |
1587 | "package has." | |
2a52e8c5 DK |
1588 | msgstr "" |
1589 | ||
7d76ea1d | 1590 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> |
864fe99c | 1591 | #: apt-cache.8.xml:193 |
7d76ea1d | 1592 | msgid "<optional><replaceable>&synopsis-prefix;</replaceable></optional>" |
2a52e8c5 DK |
1593 | msgstr "" |
1594 | ||
2a52e8c5 | 1595 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1596 | #: apt-cache.8.xml:194 |
2a52e8c5 | 1597 | msgid "" |
7d76ea1d DK |
1598 | "This command prints the name of each package APT knows. The optional " |
1599 | "argument is a prefix match to filter the name list. The output is suitable " | |
1600 | "for use in a shell tab complete function and the output is generated " | |
1601 | "extremely quickly. This command is best used with the " | |
1602 | "<option>--generate</option> option." | |
2a52e8c5 DK |
1603 | msgstr "" |
1604 | ||
2a52e8c5 | 1605 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1606 | #: apt-cache.8.xml:199 |
2a52e8c5 | 1607 | msgid "" |
7d76ea1d DK |
1608 | "Note that a package which APT knows of is not necessarily available to " |
1609 | "download, installable or installed, e.g. virtual packages are also listed in " | |
1610 | "the generated list." | |
2a52e8c5 DK |
1611 | msgstr "" |
1612 | ||
1613 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 1614 | #: apt-cache.8.xml:205 |
2a52e8c5 | 1615 | msgid "" |
7d76ea1d DK |
1616 | "<literal>dotty</literal> takes a list of packages on the command line and " |
1617 | "generates output suitable for use by dotty from the <ulink " | |
1618 | "url=\"http://www.research.att.com/sw/tools/graphviz/\">GraphViz</ulink> " | |
1619 | "package. The result will be a set of nodes and edges representing the " | |
1620 | "relationships between the packages. By default the given packages will trace " | |
1621 | "out all dependent packages; this can produce a very large graph. To limit " | |
1622 | "the output to only the packages listed on the command line, set the " | |
1623 | "<literal>APT::Cache::GivenOnly</literal> option." | |
2a52e8c5 DK |
1624 | msgstr "" |
1625 | ||
2a52e8c5 | 1626 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1627 | #: apt-cache.8.xml:214 |
2a52e8c5 | 1628 | msgid "" |
7d76ea1d DK |
1629 | "The resulting nodes will have several shapes; normal packages are boxes, " |
1630 | "pure virtual packages are triangles, mixed virtual packages are diamonds, " | |
1631 | "missing packages are hexagons. Orange boxes mean recursion was stopped (leaf " | |
1632 | "packages), blue lines are pre-depends, green lines are conflicts." | |
2a52e8c5 DK |
1633 | msgstr "" |
1634 | ||
2a52e8c5 | 1635 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1636 | #: apt-cache.8.xml:219 |
7d76ea1d | 1637 | msgid "Caution, dotty cannot graph larger sets of packages." |
2a52e8c5 DK |
1638 | msgstr "" |
1639 | ||
7d76ea1d | 1640 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1641 | #: apt-cache.8.xml:223 |
2a52e8c5 | 1642 | msgid "" |
7d76ea1d DK |
1643 | "The same as <literal>dotty</literal>, only for xvcg from the <ulink " |
1644 | "url=\"http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html\">VCG " | |
1645 | "tool</ulink>." | |
2a52e8c5 DK |
1646 | msgstr "" |
1647 | ||
7d76ea1d | 1648 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> |
864fe99c | 1649 | #: apt-cache.8.xml:227 |
7d76ea1d | 1650 | msgid "<optional><replaceable>&synopsis-pkg;</replaceable>…</optional>" |
2a52e8c5 DK |
1651 | msgstr "" |
1652 | ||
7d76ea1d | 1653 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1654 | #: apt-cache.8.xml:228 |
2a52e8c5 | 1655 | msgid "" |
7d76ea1d DK |
1656 | "<literal>policy</literal> is meant to help debug issues relating to the " |
1657 | "preferences file. With no arguments it will print out the priorities of each " | |
1658 | "source. Otherwise it prints out detailed information about the priority " | |
1659 | "selection of the named package." | |
2a52e8c5 DK |
1660 | msgstr "" |
1661 | ||
7d76ea1d | 1662 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1663 | #: apt-cache.8.xml:235 |
2a52e8c5 | 1664 | msgid "" |
7d76ea1d DK |
1665 | "<literal>apt-cache</literal>'s <literal>madison</literal> command attempts " |
1666 | "to mimic the output format and a subset of the functionality of the Debian " | |
1667 | "archive management tool, <literal>madison</literal>. It displays available " | |
1668 | "versions of a package in a tabular format. Unlike the original " | |
1669 | "<literal>madison</literal>, it can only display information for the " | |
1670 | "architecture for which APT has retrieved package lists " | |
1671 | "(<literal>APT::Architecture</literal>)." | |
2a52e8c5 DK |
1672 | msgstr "" |
1673 | ||
7d76ea1d | 1674 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1675 | #: apt-cache.8.xml:251 |
7d76ea1d DK |
1676 | msgid "" |
1677 | "Select the file to store the package cache. The package cache is the primary " | |
1678 | "cache used by all operations. Configuration Item: " | |
1679 | "<literal>Dir::Cache::pkgcache</literal>." | |
2a52e8c5 DK |
1680 | msgstr "" |
1681 | ||
7d76ea1d | 1682 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1683 | #: apt-cache.8.xml:257 |
7d76ea1d DK |
1684 | msgid "" |
1685 | "Select the file to store the source cache. The source is used only by " | |
1686 | "<literal>gencaches</literal> and it stores a parsed version of the package " | |
1687 | "information from remote sources. When building the package cache the source " | |
1688 | "cache is used to avoid reparsing all of the package files. Configuration " | |
1689 | "Item: <literal>Dir::Cache::srcpkgcache</literal>." | |
2a52e8c5 DK |
1690 | msgstr "" |
1691 | ||
7d76ea1d | 1692 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1693 | #: apt-cache.8.xml:265 |
2a52e8c5 | 1694 | msgid "" |
7d76ea1d DK |
1695 | "Quiet; produces output suitable for logging, omitting progress indicators. " |
1696 | "More q's will produce more quietness up to a maximum of 2. You can also use " | |
1697 | "<option>-q=#</option> to set the quietness level, overriding the " | |
1698 | "configuration file. Configuration Item: <literal>quiet</literal>." | |
2a52e8c5 DK |
1699 | msgstr "" |
1700 | ||
7d76ea1d | 1701 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1702 | #: apt-cache.8.xml:272 |
7d76ea1d DK |
1703 | msgid "" |
1704 | "Print only important dependencies; for use with <literal>unmet</literal> and " | |
1705 | "<literal>depends</literal>. Causes only Depends and Pre-Depends relations to " | |
1706 | "be printed. Configuration Item: <literal>APT::Cache::Important</literal>." | |
2a52e8c5 DK |
1707 | msgstr "" |
1708 | ||
7d76ea1d | 1709 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1710 | #: apt-cache.8.xml:286 |
2a52e8c5 | 1711 | msgid "" |
864fe99c | 1712 | "Per default the <command>depends</command> and <command>rdepends</command> " |
7d76ea1d DK |
1713 | "print all dependencies. This can be tweaked with these flags which will omit " |
1714 | "the specified dependency type. Configuration Item: " | |
1715 | "<literal>APT::Cache::Show<replaceable>DependencyType</replaceable></literal> " | |
1716 | "e.g. <literal>APT::Cache::ShowRecommends</literal>." | |
2a52e8c5 DK |
1717 | msgstr "" |
1718 | ||
7d76ea1d | 1719 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c MV |
1720 | #: apt-cache.8.xml:294 |
1721 | msgid "" | |
1722 | "Per default <command>depends</command> and <command>rdepends</command> print " | |
1723 | "only dependencies explicitly expressed in the metadata. With this flag it " | |
1724 | "will also show dependencies implicitely added based on the encountered " | |
1725 | "data. A <literal>Conflicts: foo</literal> e.g. expresses implicitely that " | |
1726 | "this package also conflicts with the package foo from any other " | |
1727 | "architecture. Configuration Item: " | |
1728 | "<literal>APT::Cache::ShowImplicit</literal>." | |
1729 | msgstr "" | |
1730 | ||
1731 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
1732 | #: apt-cache.8.xml:304 | |
2a52e8c5 | 1733 | msgid "" |
7d76ea1d DK |
1734 | "Print full package records when searching. Configuration Item: " |
1735 | "<literal>APT::Cache::ShowFull</literal>." | |
2a52e8c5 DK |
1736 | msgstr "" |
1737 | ||
7d76ea1d | 1738 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1739 | #: apt-cache.8.xml:309 |
2a52e8c5 | 1740 | msgid "" |
7d76ea1d DK |
1741 | "Print full records for all available versions. This is the default; to turn " |
1742 | "it off, use <option>--no-all-versions</option>. If " | |
1743 | "<option>--no-all-versions</option> is specified, only the candidate version " | |
1744 | "will be displayed (the one which would be selected for installation). This " | |
1745 | "option is only applicable to the <literal>show</literal> command. " | |
1746 | "Configuration Item: <literal>APT::Cache::AllVersions</literal>." | |
2a52e8c5 DK |
1747 | msgstr "" |
1748 | ||
7d76ea1d | 1749 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1750 | #: apt-cache.8.xml:318 |
2a52e8c5 | 1751 | msgid "" |
7d76ea1d DK |
1752 | "Perform automatic package cache regeneration, rather than use the cache as " |
1753 | "it is. This is the default; to turn it off, use " | |
1754 | "<option>--no-generate</option>. Configuration Item: " | |
1755 | "<literal>APT::Cache::Generate</literal>." | |
2a52e8c5 DK |
1756 | msgstr "" |
1757 | ||
7d76ea1d | 1758 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1759 | #: apt-cache.8.xml:324 |
2a52e8c5 | 1760 | msgid "" |
864fe99c MV |
1761 | "Only search on the package and provided package names, not the long " |
1762 | "descriptions. Configuration Item: <literal>APT::Cache::NamesOnly</literal>." | |
2a52e8c5 DK |
1763 | msgstr "" |
1764 | ||
7d76ea1d | 1765 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1766 | #: apt-cache.8.xml:329 |
2a52e8c5 | 1767 | msgid "" |
7d76ea1d DK |
1768 | "Make <literal>pkgnames</literal> print all names, including virtual packages " |
1769 | "and missing dependencies. Configuration Item: " | |
1770 | "<literal>APT::Cache::AllNames</literal>." | |
2a52e8c5 DK |
1771 | msgstr "" |
1772 | ||
7d76ea1d | 1773 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1774 | #: apt-cache.8.xml:335 |
2a52e8c5 | 1775 | msgid "" |
7d76ea1d DK |
1776 | "Make <literal>depends</literal> and <literal>rdepends</literal> recursive so " |
1777 | "that all packages mentioned are printed once. Configuration Item: " | |
1778 | "<literal>APT::Cache::RecurseDepends</literal>." | |
b81dbe40 DK |
1779 | msgstr "" |
1780 | ||
7d76ea1d | 1781 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 1782 | #: apt-cache.8.xml:342 |
b81dbe40 | 1783 | msgid "" |
7d76ea1d DK |
1784 | "Limit the output of <literal>depends</literal> and " |
1785 | "<literal>rdepends</literal> to packages which are currently installed. " | |
1786 | "Configuration Item: <literal>APT::Cache::Installed</literal>." | |
2a52e8c5 DK |
1787 | msgstr "" |
1788 | ||
7d76ea1d | 1789 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 1790 | #: apt-cache.8.xml:360 |
7d76ea1d | 1791 | msgid "&apt-conf;, &sources-list;, &apt-get;" |
2a52e8c5 DK |
1792 | msgstr "" |
1793 | ||
7d76ea1d | 1794 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 1795 | #: apt-cache.8.xml:365 |
b81dbe40 | 1796 | msgid "" |
7d76ea1d DK |
1797 | "<command>apt-cache</command> returns zero on normal operation, decimal 100 " |
1798 | "on error." | |
b81dbe40 DK |
1799 | msgstr "" |
1800 | ||
7d76ea1d | 1801 | #. type: Content of: <refentry><refnamediv><refpurpose> |
9de26945 | 1802 | #: apt-key.8.xml:28 |
7d76ea1d | 1803 | msgid "APT key management utility" |
2a52e8c5 DK |
1804 | msgstr "" |
1805 | ||
7d76ea1d | 1806 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 1807 | #: apt-key.8.xml:35 |
2a52e8c5 | 1808 | msgid "" |
7d76ea1d DK |
1809 | "<command>apt-key</command> is used to manage the list of keys used by apt to " |
1810 | "authenticate packages. Packages which have been authenticated using these " | |
1811 | "keys will be considered trusted." | |
2a52e8c5 DK |
1812 | msgstr "" |
1813 | ||
7d76ea1d | 1814 | #. type: Content of: <refentry><refsect1><title> |
9de26945 | 1815 | #: apt-key.8.xml:41 |
7d76ea1d | 1816 | msgid "Commands" |
2a52e8c5 DK |
1817 | msgstr "" |
1818 | ||
7d76ea1d | 1819 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1820 | #: apt-key.8.xml:46 |
2a52e8c5 | 1821 | msgid "" |
7d76ea1d DK |
1822 | "Add a new key to the list of trusted keys. The key is read from the " |
1823 | "filename given with the parameter &synopsis-param-filename; or if the " | |
1824 | "filename is <literal>-</literal> from standard input." | |
2a52e8c5 DK |
1825 | msgstr "" |
1826 | ||
7d76ea1d | 1827 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1828 | #: apt-key.8.xml:59 |
7d76ea1d | 1829 | msgid "Remove a key from the list of trusted keys." |
2a52e8c5 DK |
1830 | msgstr "" |
1831 | ||
7d76ea1d | 1832 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1833 | #: apt-key.8.xml:70 |
7d76ea1d | 1834 | msgid "Output the key &synopsis-param-keyid; to standard output." |
2a52e8c5 DK |
1835 | msgstr "" |
1836 | ||
7d76ea1d | 1837 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1838 | #: apt-key.8.xml:81 |
7d76ea1d | 1839 | msgid "Output all trusted keys to standard output." |
2a52e8c5 DK |
1840 | msgstr "" |
1841 | ||
7d76ea1d | 1842 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1843 | #: apt-key.8.xml:92 |
7d76ea1d | 1844 | msgid "List trusted keys." |
2a52e8c5 DK |
1845 | msgstr "" |
1846 | ||
7d76ea1d | 1847 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1848 | #: apt-key.8.xml:103 |
7d76ea1d | 1849 | msgid "List fingerprints of trusted keys." |
b81dbe40 DK |
1850 | msgstr "" |
1851 | ||
7d76ea1d | 1852 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1853 | #: apt-key.8.xml:114 |
b81dbe40 | 1854 | msgid "" |
7d76ea1d DK |
1855 | "Pass advanced options to gpg. With adv --recv-key you can download the " |
1856 | "public key." | |
b81dbe40 DK |
1857 | msgstr "" |
1858 | ||
7d76ea1d | 1859 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1860 | #: apt-key.8.xml:126 |
2a52e8c5 | 1861 | msgid "" |
7d76ea1d DK |
1862 | "Update the local keyring with the archive keyring and remove from the local " |
1863 | "keyring the archive keys which are no longer valid. The archive keyring is " | |
1864 | "shipped in the <literal>archive-keyring</literal> package of your " | |
ce34af08 | 1865 | "distribution, e.g. the &keyring-package; package in &keyring-distro;." |
2a52e8c5 DK |
1866 | msgstr "" |
1867 | ||
7d76ea1d | 1868 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1869 | #: apt-key.8.xml:140 |
2a52e8c5 | 1870 | msgid "" |
6072cbe1 JR |
1871 | "Perform an update working similarly to the <command>update</command> command " |
1872 | "above, but get the archive keyring from a URI instead and validate it " | |
1873 | "against a master key. This requires an installed &wget; and an APT build " | |
1874 | "configured to have a server to fetch from and a master keyring to validate. " | |
1875 | "APT in Debian does not support this command, relying on " | |
1876 | "<command>update</command> instead, but Ubuntu's APT does." | |
2a52e8c5 DK |
1877 | msgstr "" |
1878 | ||
7d76ea1d | 1879 | #. type: Content of: <refentry><refsect1><title> |
9de26945 | 1880 | #: apt-key.8.xml:156 apt-cdrom.8.xml:76 |
7d76ea1d | 1881 | msgid "Options" |
2a52e8c5 DK |
1882 | msgstr "" |
1883 | ||
7d76ea1d | 1884 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 1885 | #: apt-key.8.xml:157 |
2a52e8c5 | 1886 | msgid "" |
7d76ea1d DK |
1887 | "Note that options need to be defined before the commands described in the " |
1888 | "previous section." | |
2a52e8c5 DK |
1889 | msgstr "" |
1890 | ||
7d76ea1d | 1891 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1892 | #: apt-key.8.xml:160 |
2a52e8c5 | 1893 | msgid "" |
6072cbe1 | 1894 | "With this option it is possible to specify a particular keyring file the " |
7d76ea1d DK |
1895 | "command should operate on. The default is that a command is executed on the " |
1896 | "<filename>trusted.gpg</filename> file as well as on all parts in the " | |
1897 | "<filename>trusted.gpg.d</filename> directory, though " | |
1898 | "<filename>trusted.gpg</filename> is the primary keyring which means that " | |
1899 | "e.g. new keys are added to this one." | |
2a52e8c5 DK |
1900 | msgstr "" |
1901 | ||
7d76ea1d | 1902 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> |
9de26945 | 1903 | #: apt-key.8.xml:175 |
7d76ea1d | 1904 | msgid "<filename>/etc/apt/trustdb.gpg</filename>" |
2a52e8c5 DK |
1905 | msgstr "" |
1906 | ||
7d76ea1d | 1907 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1908 | #: apt-key.8.xml:176 |
7d76ea1d | 1909 | msgid "Local trust database of archive keys." |
2a52e8c5 DK |
1910 | msgstr "" |
1911 | ||
7d76ea1d | 1912 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> |
9de26945 | 1913 | #: apt-key.8.xml:179 |
694ef56e | 1914 | msgid "&keyring-filename;" |
2a52e8c5 DK |
1915 | msgstr "" |
1916 | ||
7d76ea1d | 1917 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1918 | #: apt-key.8.xml:180 |
694ef56e | 1919 | msgid "Keyring of &keyring-distro; archive trusted keys." |
2a52e8c5 DK |
1920 | msgstr "" |
1921 | ||
7d76ea1d | 1922 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> |
9de26945 | 1923 | #: apt-key.8.xml:183 |
694ef56e | 1924 | msgid "&keyring-removed-filename;" |
2a52e8c5 DK |
1925 | msgstr "" |
1926 | ||
7d76ea1d | 1927 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1928 | #: apt-key.8.xml:184 |
694ef56e | 1929 | msgid "Keyring of &keyring-distro; archive removed trusted keys." |
b39c1859 MV |
1930 | msgstr "" |
1931 | ||
7d76ea1d | 1932 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 1933 | #: apt-key.8.xml:193 |
7d76ea1d | 1934 | msgid "&apt-get;, &apt-secure;" |
2a52e8c5 DK |
1935 | msgstr "" |
1936 | ||
7d76ea1d | 1937 | #. type: Content of: <refentry><refnamediv><refpurpose> |
9de26945 | 1938 | #: apt-mark.8.xml:29 |
7d76ea1d | 1939 | msgid "mark/unmark a package as being automatically-installed" |
2a52e8c5 DK |
1940 | msgstr "" |
1941 | ||
7d76ea1d | 1942 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 1943 | #: apt-mark.8.xml:35 |
2a52e8c5 | 1944 | msgid "" |
7d76ea1d DK |
1945 | "<command>apt-mark</command> will change whether a package has been marked as " |
1946 | "being automatically installed." | |
2a52e8c5 DK |
1947 | msgstr "" |
1948 | ||
7d76ea1d | 1949 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 1950 | #: apt-mark.8.xml:39 |
2a52e8c5 | 1951 | msgid "" |
7d76ea1d DK |
1952 | "When you request that a package is installed, and as a result other packages " |
1953 | "are installed to satisfy its dependencies, the dependencies are marked as " | |
1954 | "being automatically installed. Once these automatically installed packages " | |
1955 | "are no longer depended on by any manually installed packages, they will be " | |
1956 | "removed by e.g. <command>apt-get</command> or <command>aptitude</command>." | |
2a52e8c5 DK |
1957 | msgstr "" |
1958 | ||
7d76ea1d | 1959 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1960 | #: apt-mark.8.xml:48 |
2a52e8c5 | 1961 | msgid "" |
7d76ea1d DK |
1962 | "<literal>auto</literal> is used to mark a package as being automatically " |
1963 | "installed, which will cause the package to be removed when no more manually " | |
1964 | "installed packages depend on this package." | |
2a52e8c5 DK |
1965 | msgstr "" |
1966 | ||
7d76ea1d | 1967 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1968 | #: apt-mark.8.xml:56 |
7d76ea1d DK |
1969 | msgid "" |
1970 | "<literal>manual</literal> is used to mark a package as being manually " | |
1971 | "installed, which will prevent the package from being automatically removed " | |
1972 | "if no other packages depend on it." | |
2a52e8c5 DK |
1973 | msgstr "" |
1974 | ||
7d76ea1d | 1975 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1976 | #: apt-mark.8.xml:64 |
2a52e8c5 | 1977 | msgid "" |
6072cbe1 | 1978 | "<literal>hold</literal> is used to mark a package as held back, which will " |
7d76ea1d DK |
1979 | "prevent the package from being automatically installed, upgraded or " |
1980 | "removed. The command is only a wrapper around <command>dpkg " | |
1981 | "--set-selections</command> and the state is therefore maintained by &dpkg; " | |
6072cbe1 | 1982 | "and not affected by the <option>--file</option> option." |
2a52e8c5 DK |
1983 | msgstr "" |
1984 | ||
7d76ea1d | 1985 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1986 | #: apt-mark.8.xml:74 |
7d76ea1d DK |
1987 | msgid "" |
1988 | "<literal>unhold</literal> is used to cancel a previously set hold on a " | |
1989 | "package to allow all actions again." | |
2a52e8c5 DK |
1990 | msgstr "" |
1991 | ||
7d76ea1d | 1992 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 1993 | #: apt-mark.8.xml:80 |
2a52e8c5 | 1994 | msgid "" |
7d76ea1d DK |
1995 | "<literal>showauto</literal> is used to print a list of automatically " |
1996 | "installed packages with each package on a new line. All automatically " | |
1997 | "installed packages will be listed if no package is given. If packages are " | |
1998 | "given only those which are automatically installed will be shown." | |
2a52e8c5 DK |
1999 | msgstr "" |
2000 | ||
7d76ea1d | 2001 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2002 | #: apt-mark.8.xml:88 |
7d76ea1d DK |
2003 | msgid "" |
2004 | "<literal>showmanual</literal> can be used in the same way as " | |
2005 | "<literal>showauto</literal> except that it will print a list of manually " | |
2006 | "installed packages instead." | |
2a52e8c5 DK |
2007 | msgstr "" |
2008 | ||
7d76ea1d | 2009 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2010 | #: apt-mark.8.xml:95 |
2a52e8c5 | 2011 | msgid "" |
7d76ea1d DK |
2012 | "<literal>showhold</literal> is used to print a list of packages on hold in " |
2013 | "the same way as for the other show commands." | |
2a52e8c5 DK |
2014 | msgstr "" |
2015 | ||
7d76ea1d | 2016 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2017 | #: apt-mark.8.xml:111 |
7d76ea1d DK |
2018 | msgid "" |
2019 | "Read/Write package stats from the filename given with the parameter " | |
2020 | "&synopsis-param-filename; instead of from the default location, which is " | |
2021 | "<filename>extended_status</filename> in the directory defined by the " | |
2022 | "Configuration Item: <literal>Dir::State</literal>." | |
2a52e8c5 DK |
2023 | msgstr "" |
2024 | ||
7d76ea1d | 2025 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2026 | #: apt-mark.8.xml:132 |
7d76ea1d DK |
2027 | msgid "" |
2028 | "<command>apt-mark</command> returns zero on normal operation, non-zero on " | |
2029 | "error." | |
2a52e8c5 DK |
2030 | msgstr "" |
2031 | ||
7d76ea1d | 2032 | #. type: Content of: <refentry><refnamediv><refpurpose> |
9de26945 | 2033 | #: apt-secure.8.xml:43 |
7d76ea1d | 2034 | msgid "Archive authentication support for APT" |
2a52e8c5 DK |
2035 | msgstr "" |
2036 | ||
7d76ea1d | 2037 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2038 | #: apt-secure.8.xml:48 |
7d76ea1d DK |
2039 | msgid "" |
2040 | "Starting with version 0.6, <command>apt</command> contains code that does " | |
2041 | "signature checking of the Release file for all archives. This ensures that " | |
2042 | "packages in the archive can't be modified by people who have no access to " | |
2043 | "the Release file signing key." | |
2a52e8c5 DK |
2044 | msgstr "" |
2045 | ||
7d76ea1d | 2046 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2047 | #: apt-secure.8.xml:56 |
7d76ea1d | 2048 | msgid "" |
75d9bdba JR |
2049 | "If a package comes from a archive without a signature, or with a signature " |
2050 | "that apt does not have a key for, that package is considered untrusted, and " | |
7d76ea1d | 2051 | "installing it will result in a big warning. <command>apt-get</command> will " |
75d9bdba | 2052 | "currently only warn for unsigned archives; future releases might force all " |
7d76ea1d | 2053 | "sources to be verified before downloading packages from them." |
2a52e8c5 DK |
2054 | msgstr "" |
2055 | ||
2a52e8c5 | 2056 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2057 | #: apt-secure.8.xml:65 |
2a52e8c5 | 2058 | msgid "" |
7d76ea1d DK |
2059 | "The package frontends &apt-get;, &aptitude; and &synaptic; support this new " |
2060 | "authentication feature." | |
2a52e8c5 DK |
2061 | msgstr "" |
2062 | ||
2063 | #. type: Content of: <refentry><refsect1><title> | |
9de26945 | 2064 | #: apt-secure.8.xml:70 |
7d76ea1d | 2065 | msgid "Trusted archives" |
2a52e8c5 DK |
2066 | msgstr "" |
2067 | ||
2068 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 2069 | #: apt-secure.8.xml:73 |
2a52e8c5 | 2070 | msgid "" |
75d9bdba JR |
2071 | "The chain of trust from an apt archive to the end user is made up of several " |
2072 | "steps. <command>apt-secure</command> is the last step in this chain; " | |
2073 | "trusting an archive does not mean that you trust its packages not to contain " | |
2074 | "malicious code, but means that you trust the archive maintainer. It's the " | |
2075 | "archive maintainer's responsibility to ensure that the archive's integrity " | |
2076 | "is preserved." | |
2a52e8c5 DK |
2077 | msgstr "" |
2078 | ||
2079 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 2080 | #: apt-secure.8.xml:81 |
2a52e8c5 | 2081 | msgid "" |
7d76ea1d DK |
2082 | "apt-secure does not review signatures at a package level. If you require " |
2083 | "tools to do this you should look at <command>debsig-verify</command> and " | |
2084 | "<command>debsign</command> (provided in the debsig-verify and devscripts " | |
2085 | "packages respectively)." | |
2a52e8c5 DK |
2086 | msgstr "" |
2087 | ||
7d76ea1d | 2088 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2089 | #: apt-secure.8.xml:88 |
7d76ea1d DK |
2090 | msgid "" |
2091 | "The chain of trust in Debian starts when a maintainer uploads a new package " | |
75d9bdba JR |
2092 | "or a new version of a package to the Debian archive. In order to become " |
2093 | "effective, this upload needs to be signed by a key contained in the Debian " | |
2094 | "Maintainers keyring (available in the debian-keyring package). Maintainers' " | |
2095 | "keys are signed by other maintainers following pre-established procedures to " | |
2096 | "ensure the identity of the key holder." | |
2a52e8c5 DK |
2097 | msgstr "" |
2098 | ||
2099 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 2100 | #: apt-secure.8.xml:98 |
2a52e8c5 | 2101 | msgid "" |
7d76ea1d | 2102 | "Once the uploaded package is verified and included in the archive, the " |
75d9bdba JR |
2103 | "maintainer signature is stripped off, and checksums of the package are " |
2104 | "computed and put in the Packages file. The checksums of all of the Packages " | |
2105 | "files are then computed and put into the Release file. The Release file is " | |
ce34af08 MV |
2106 | "then signed by the archive key for this &keyring-distro; release, and " |
2107 | "distributed alongside the packages and the Packages files on " | |
2108 | "&keyring-distro; mirrors. The keys are in the &keyring-distro; archive " | |
2109 | "keyring available in the &keyring-package; package." | |
2a52e8c5 DK |
2110 | msgstr "" |
2111 | ||
7d76ea1d | 2112 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2113 | #: apt-secure.8.xml:109 |
7d76ea1d | 2114 | msgid "" |
75d9bdba JR |
2115 | "End users can check the signature of the Release file, extract a checksum of " |
2116 | "a package from it and compare it with the checksum of the package they " | |
2117 | "downloaded by hand - or rely on APT doing this automatically." | |
2a52e8c5 DK |
2118 | msgstr "" |
2119 | ||
2120 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 2121 | #: apt-secure.8.xml:114 |
2a52e8c5 | 2122 | msgid "" |
7d76ea1d DK |
2123 | "Notice that this is distinct from checking signatures on a per package " |
2124 | "basis. It is designed to prevent two possible attacks:" | |
2a52e8c5 DK |
2125 | msgstr "" |
2126 | ||
7d76ea1d | 2127 | #. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> |
9de26945 | 2128 | #: apt-secure.8.xml:119 |
2a52e8c5 | 2129 | msgid "" |
7d76ea1d | 2130 | "<literal>Network \"man in the middle\" attacks</literal>. Without signature " |
75d9bdba JR |
2131 | "checking, malicious agents can introduce themselves into the package " |
2132 | "download process and provide malicious software either by controlling a " | |
2133 | "network element (router, switch, etc.) or by redirecting traffic to a rogue " | |
2134 | "server (through ARP or DNS spoofing attacks)." | |
2a52e8c5 DK |
2135 | msgstr "" |
2136 | ||
7d76ea1d | 2137 | #. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> |
9de26945 | 2138 | #: apt-secure.8.xml:127 |
2a52e8c5 | 2139 | msgid "" |
7d76ea1d DK |
2140 | "<literal>Mirror network compromise</literal>. Without signature checking, a " |
2141 | "malicious agent can compromise a mirror host and modify the files in it to " | |
2142 | "propagate malicious software to all users downloading packages from that " | |
2143 | "host." | |
2a52e8c5 DK |
2144 | msgstr "" |
2145 | ||
7d76ea1d | 2146 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2147 | #: apt-secure.8.xml:134 |
2a52e8c5 | 2148 | msgid "" |
7d76ea1d DK |
2149 | "However, it does not defend against a compromise of the Debian master server " |
2150 | "itself (which signs the packages) or against a compromise of the key used to " | |
2151 | "sign the Release files. In any case, this mechanism can complement a " | |
2152 | "per-package signature." | |
2a52e8c5 DK |
2153 | msgstr "" |
2154 | ||
7d76ea1d | 2155 | #. type: Content of: <refentry><refsect1><title> |
9de26945 | 2156 | #: apt-secure.8.xml:140 |
7d76ea1d | 2157 | msgid "User configuration" |
2a52e8c5 DK |
2158 | msgstr "" |
2159 | ||
7d76ea1d | 2160 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2161 | #: apt-secure.8.xml:142 |
2a52e8c5 | 2162 | msgid "" |
7d76ea1d | 2163 | "<command>apt-key</command> is the program that manages the list of keys used " |
75d9bdba JR |
2164 | "by apt. It can be used to add or remove keys, although an installation of " |
2165 | "this release will automatically contain the default Debian archive signing " | |
7d76ea1d | 2166 | "keys used in the Debian package repositories." |
2a52e8c5 DK |
2167 | msgstr "" |
2168 | ||
7d76ea1d | 2169 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2170 | #: apt-secure.8.xml:149 |
2a52e8c5 | 2171 | msgid "" |
7d76ea1d DK |
2172 | "In order to add a new key you need to first download it (you should make " |
2173 | "sure you are using a trusted communication channel when retrieving it), add " | |
2174 | "it with <command>apt-key</command> and then run <command>apt-get " | |
2175 | "update</command> so that apt can download and verify the " | |
2176 | "<filename>InRelease</filename> or <filename>Release.gpg</filename> files " | |
2177 | "from the archives you have configured." | |
2a52e8c5 DK |
2178 | msgstr "" |
2179 | ||
7d76ea1d | 2180 | #. type: Content of: <refentry><refsect1><title> |
9de26945 | 2181 | #: apt-secure.8.xml:158 |
7d76ea1d DK |
2182 | msgid "Archive configuration" |
2183 | msgstr "" | |
2184 | ||
2185 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 2186 | #: apt-secure.8.xml:160 |
2a52e8c5 | 2187 | msgid "" |
7d76ea1d DK |
2188 | "If you want to provide archive signatures in an archive under your " |
2189 | "maintenance you have to:" | |
2a52e8c5 DK |
2190 | msgstr "" |
2191 | ||
7d76ea1d | 2192 | #. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> |
9de26945 | 2193 | #: apt-secure.8.xml:165 |
43be0ac4 | 2194 | msgid "" |
7d76ea1d DK |
2195 | "<emphasis>Create a toplevel Release file</emphasis>, if it does not exist " |
2196 | "already. You can do this by running <command>apt-ftparchive " | |
2197 | "release</command> (provided in apt-utils)." | |
0fd68707 MV |
2198 | msgstr "" |
2199 | ||
7d76ea1d | 2200 | #. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> |
9de26945 | 2201 | #: apt-secure.8.xml:170 |
0fd68707 | 2202 | msgid "" |
7d76ea1d DK |
2203 | "<emphasis>Sign it</emphasis>. You can do this by running <command>gpg " |
2204 | "--clearsign -o InRelease Release</command> and <command>gpg -abs -o " | |
2205 | "Release.gpg Release</command>." | |
b39c1859 MV |
2206 | msgstr "" |
2207 | ||
7d76ea1d | 2208 | #. type: Content of: <refentry><refsect1><itemizedlist><listitem><para> |
9de26945 | 2209 | #: apt-secure.8.xml:174 |
b39c1859 | 2210 | msgid "" |
7d76ea1d DK |
2211 | "<emphasis>Publish the key fingerprint</emphasis>, that way your users will " |
2212 | "know what key they need to import in order to authenticate the files in the " | |
2213 | "archive." | |
43be0ac4 MV |
2214 | msgstr "" |
2215 | ||
7d76ea1d | 2216 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2217 | #: apt-secure.8.xml:181 |
7d76ea1d | 2218 | msgid "" |
75d9bdba JR |
2219 | "Whenever the contents of the archive change (new packages are added or " |
2220 | "removed) the archive maintainer has to follow the first two steps outlined " | |
2221 | "above." | |
2a52e8c5 DK |
2222 | msgstr "" |
2223 | ||
7d76ea1d | 2224 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2225 | #: apt-secure.8.xml:189 |
2a52e8c5 | 2226 | msgid "" |
7d76ea1d | 2227 | "&apt-conf;, &apt-get;, &sources-list;, &apt-key;, &apt-ftparchive;, " |
480c2414 | 2228 | "&debsign;, &debsig-verify;, &gpg;" |
2a52e8c5 DK |
2229 | msgstr "" |
2230 | ||
2231 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 2232 | #: apt-secure.8.xml:193 |
2a52e8c5 | 2233 | msgid "" |
7d76ea1d DK |
2234 | "For more background information you might want to review the <ulink " |
2235 | "url=\"http://www.debian.org/doc/manuals/securing-debian-howto/ch7\">Debian " | |
2236 | "Security Infrastructure</ulink> chapter of the Securing Debian Manual " | |
2237 | "(available also in the harden-doc package) and the <ulink " | |
2238 | "url=\"http://www.cryptnet.net/fdp/crypto/strong_distro.html\" >Strong " | |
2239 | "Distribution HOWTO</ulink> by V. Alex Brennen." | |
2240 | msgstr "" | |
2241 | ||
2242 | #. type: Content of: <refentry><refsect1><title> | |
9de26945 | 2243 | #: apt-secure.8.xml:206 |
7d76ea1d | 2244 | msgid "Manpage Authors" |
2a52e8c5 DK |
2245 | msgstr "" |
2246 | ||
2247 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 2248 | #: apt-secure.8.xml:208 |
2a52e8c5 | 2249 | msgid "" |
7d76ea1d DK |
2250 | "This man-page is based on the work of Javier Fernández-Sanguino Peña, Isaac " |
2251 | "Jones, Colin Walters, Florian Weimer and Michael Vogt." | |
2a52e8c5 DK |
2252 | msgstr "" |
2253 | ||
2a52e8c5 | 2254 | #. type: Content of: <refentry><refnamediv><refpurpose> |
9de26945 | 2255 | #: apt-cdrom.8.xml:28 |
7d76ea1d | 2256 | msgid "APT CD-ROM management utility" |
2a52e8c5 DK |
2257 | msgstr "" |
2258 | ||
2a52e8c5 | 2259 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2260 | #: apt-cdrom.8.xml:34 |
2a52e8c5 | 2261 | msgid "" |
7d76ea1d DK |
2262 | "<command>apt-cdrom</command> is used to add a new CD-ROM to APT's list of " |
2263 | "available sources. <command>apt-cdrom</command> takes care of determining " | |
2264 | "the structure of the disc as well as correcting for several possible " | |
2265 | "mis-burns and verifying the index files." | |
2a52e8c5 DK |
2266 | msgstr "" |
2267 | ||
7d76ea1d | 2268 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2269 | #: apt-cdrom.8.xml:41 |
2a52e8c5 | 2270 | msgid "" |
7d76ea1d DK |
2271 | "It is necessary to use <command>apt-cdrom</command> to add CDs to the APT " |
2272 | "system; it cannot be done by hand. Furthermore each disc in a multi-CD set " | |
2273 | "must be inserted and scanned separately to account for possible mis-burns." | |
2a52e8c5 DK |
2274 | msgstr "" |
2275 | ||
2a52e8c5 | 2276 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2277 | #: apt-cdrom.8.xml:52 |
2a52e8c5 | 2278 | msgid "" |
7d76ea1d DK |
2279 | "<literal>add</literal> is used to add a new disc to the source list. It will " |
2280 | "unmount the CD-ROM device, prompt for a disc to be inserted and then proceed " | |
2281 | "to scan it and copy the index files. If the disc does not have a proper " | |
2282 | "<filename>.disk</filename> directory you will be prompted for a descriptive " | |
2283 | "title." | |
2a52e8c5 DK |
2284 | msgstr "" |
2285 | ||
2a52e8c5 | 2286 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2287 | #: apt-cdrom.8.xml:60 |
2a52e8c5 | 2288 | msgid "" |
7d76ea1d DK |
2289 | "APT uses a CD-ROM ID to track which disc is currently in the drive and " |
2290 | "maintains a database of these IDs in " | |
2291 | "<filename>&statedir;/cdroms.list</filename>" | |
2a52e8c5 DK |
2292 | msgstr "" |
2293 | ||
2a52e8c5 | 2294 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2295 | #: apt-cdrom.8.xml:68 |
2a52e8c5 | 2296 | msgid "" |
7d76ea1d DK |
2297 | "A debugging tool to report the identity of the current disc as well as the " |
2298 | "stored file name" | |
2a52e8c5 DK |
2299 | msgstr "" |
2300 | ||
2a52e8c5 | 2301 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2302 | #: apt-cdrom.8.xml:81 |
ce34af08 MV |
2303 | msgid "" |
2304 | "Do not try to auto-detect the CD-ROM path. Usually combined with the " | |
2305 | "<option>--cdrom</option> option. Configuration Item: " | |
2306 | "<literal>Acquire::cdrom::AutoDetect</literal>." | |
2307 | msgstr "" | |
2308 | ||
2309 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 2310 | #: apt-cdrom.8.xml:89 |
2a52e8c5 | 2311 | msgid "" |
7d76ea1d DK |
2312 | "Mount point; specify the location to mount the CD-ROM. This mount point must " |
2313 | "be listed in <filename>/etc/fstab</filename> and properly configured. " | |
2314 | "Configuration Item: <literal>Acquire::cdrom::mount</literal>." | |
2a52e8c5 DK |
2315 | msgstr "" |
2316 | ||
2317 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 2318 | #: apt-cdrom.8.xml:98 |
2a52e8c5 | 2319 | msgid "" |
7d76ea1d DK |
2320 | "Rename a disc; change the label of a disc or override the disc's given " |
2321 | "label. This option will cause <command>apt-cdrom</command> to prompt for a " | |
2322 | "new label. Configuration Item: <literal>APT::CDROM::Rename</literal>." | |
2a52e8c5 DK |
2323 | msgstr "" |
2324 | ||
2325 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 2326 | #: apt-cdrom.8.xml:107 |
2a52e8c5 | 2327 | msgid "" |
7d76ea1d DK |
2328 | "No mounting; prevent <command>apt-cdrom</command> from mounting and " |
2329 | "unmounting the mount point. Configuration Item: " | |
2330 | "<literal>APT::CDROM::NoMount</literal>." | |
2a52e8c5 DK |
2331 | msgstr "" |
2332 | ||
2333 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 2334 | #: apt-cdrom.8.xml:115 |
2a52e8c5 | 2335 | msgid "" |
7d76ea1d DK |
2336 | "Fast Copy; Assume the package files are valid and do not check every " |
2337 | "package. This option should be used only if <command>apt-cdrom</command> has " | |
2338 | "been run on this disc before and did not detect any errors. Configuration " | |
2339 | "Item: <literal>APT::CDROM::Fast</literal>." | |
2a52e8c5 DK |
2340 | msgstr "" |
2341 | ||
2342 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 2343 | #: apt-cdrom.8.xml:125 |
2a52e8c5 | 2344 | msgid "" |
7d76ea1d DK |
2345 | "Thorough Package Scan; This option may be needed with some old Debian " |
2346 | "1.1/1.2 discs that have Package files in strange places. It takes much " | |
2347 | "longer to scan the CD but will pick them all up." | |
2a52e8c5 DK |
2348 | msgstr "" |
2349 | ||
2350 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 2351 | #: apt-cdrom.8.xml:136 |
2a52e8c5 | 2352 | msgid "" |
7d76ea1d DK |
2353 | "No Changes; Do not change the &sources-list; file and do not write index " |
2354 | "files. Everything is still checked however. Configuration Item: " | |
2355 | "<literal>APT::CDROM::NoAct</literal>." | |
2a52e8c5 DK |
2356 | msgstr "" |
2357 | ||
7d76ea1d | 2358 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2359 | #: apt-cdrom.8.xml:149 |
7d76ea1d | 2360 | msgid "&apt-conf;, &apt-get;, &sources-list;" |
2a52e8c5 DK |
2361 | msgstr "" |
2362 | ||
7d76ea1d | 2363 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2364 | #: apt-cdrom.8.xml:154 |
2a52e8c5 | 2365 | msgid "" |
7d76ea1d DK |
2366 | "<command>apt-cdrom</command> returns zero on normal operation, decimal 100 " |
2367 | "on error." | |
2a52e8c5 DK |
2368 | msgstr "" |
2369 | ||
7d76ea1d | 2370 | #. type: Content of: <refentry><refnamediv><refpurpose> |
9de26945 | 2371 | #: apt-config.8.xml:29 |
7d76ea1d | 2372 | msgid "APT Configuration Query program" |
2a52e8c5 DK |
2373 | msgstr "" |
2374 | ||
7d76ea1d | 2375 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2376 | #: apt-config.8.xml:35 |
bcf91c1b | 2377 | msgid "" |
7d76ea1d DK |
2378 | "<command>apt-config</command> is an internal program used by various " |
2379 | "portions of the APT suite to provide consistent configurability. It accesses " | |
2380 | "the main configuration file <filename>/etc/apt/apt.conf</filename> in a " | |
2381 | "manner that is easy to use for scripted applications." | |
bcf91c1b DK |
2382 | msgstr "" |
2383 | ||
2384 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 2385 | #: apt-config.8.xml:47 |
bcf91c1b | 2386 | msgid "" |
7d76ea1d DK |
2387 | "shell is used to access the configuration information from a shell " |
2388 | "script. It is given pairs of arguments, the first being a shell variable and " | |
2389 | "the second the configuration value to query. As output it lists shell " | |
2390 | "assignment commands for each value present. In a shell script it should be " | |
2391 | "used as follows:" | |
bcf91c1b DK |
2392 | msgstr "" |
2393 | ||
7d76ea1d | 2394 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><informalexample><programlisting> |
9de26945 | 2395 | #: apt-config.8.xml:55 |
7d76ea1d | 2396 | #, no-wrap |
2a52e8c5 | 2397 | msgid "" |
7d76ea1d DK |
2398 | "OPTS=\"-f\"\n" |
2399 | "RES=`apt-config shell OPTS MyApp::options`\n" | |
2400 | "eval $RES\n" | |
2a52e8c5 DK |
2401 | msgstr "" |
2402 | ||
2403 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 2404 | #: apt-config.8.xml:60 |
2a52e8c5 | 2405 | msgid "" |
7d76ea1d DK |
2406 | "This will set the shell environment variable $OPTS to the value of " |
2407 | "MyApp::options with a default of <option>-f</option>." | |
2a52e8c5 DK |
2408 | msgstr "" |
2409 | ||
2a52e8c5 | 2410 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2411 | #: apt-config.8.xml:64 |
2a52e8c5 | 2412 | msgid "" |
7d76ea1d DK |
2413 | "The configuration item may be postfixed with a /[fdbi]. f returns file " |
2414 | "names, d returns directories, b returns true or false and i returns an " | |
2415 | "integer. Each of the returns is normalized and verified internally." | |
2a52e8c5 DK |
2416 | msgstr "" |
2417 | ||
2a52e8c5 | 2418 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2419 | #: apt-config.8.xml:73 |
7d76ea1d | 2420 | msgid "Just show the contents of the configuration space." |
2a52e8c5 DK |
2421 | msgstr "" |
2422 | ||
2423 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 2424 | #: apt-config.8.xml:86 |
2a52e8c5 | 2425 | msgid "" |
7d76ea1d DK |
2426 | "Include options which have an empty value. This is the default, so use " |
2427 | "--no-empty to remove them from the output." | |
30549c0c MV |
2428 | msgstr "" |
2429 | ||
7d76ea1d | 2430 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term><option><replaceable> |
9de26945 | 2431 | #: apt-config.8.xml:91 |
7d76ea1d | 2432 | msgid "%f "%v";%n" |
2a52e8c5 DK |
2433 | msgstr "" |
2434 | ||
2a52e8c5 | 2435 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2436 | #: apt-config.8.xml:92 |
2a52e8c5 | 2437 | msgid "" |
7d76ea1d DK |
2438 | "Defines the output of each config option. %t will be replaced with " |
2439 | "its individual name, %f with its full hierarchical name and %v " | |
2440 | "with its value. Use uppercase letters and special characters in the value " | |
2441 | "will be encoded to ensure that it can e.g. be safely used in a quoted-string " | |
2442 | "as defined by RFC822. Additionally %n will be replaced by a newline, " | |
2443 | "and %N by a tab. A % can be printed by using %%." | |
2a52e8c5 DK |
2444 | msgstr "" |
2445 | ||
7d76ea1d | 2446 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2447 | #: apt-config.8.xml:106 apt-extracttemplates.1.xml:67 apt-sortpkgs.1.xml:60 apt-ftparchive.1.xml:604 |
7d76ea1d | 2448 | msgid "&apt-conf;" |
2a52e8c5 DK |
2449 | msgstr "" |
2450 | ||
7d76ea1d | 2451 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2452 | #: apt-config.8.xml:111 |
2a52e8c5 | 2453 | msgid "" |
7d76ea1d DK |
2454 | "<command>apt-config</command> returns zero on normal operation, decimal 100 " |
2455 | "on error." | |
30549c0c MV |
2456 | msgstr "" |
2457 | ||
7d76ea1d | 2458 | #. type: Content of: <refentry><refentryinfo><author><contrib> |
9de26945 | 2459 | #: apt.conf.5.xml:16 |
7d76ea1d | 2460 | msgid "Initial documentation of Debug::*." |
2a52e8c5 DK |
2461 | msgstr "" |
2462 | ||
7d76ea1d | 2463 | #. type: Content of: <refentry><refentryinfo><author><email> |
9de26945 | 2464 | #: apt.conf.5.xml:17 |
7d76ea1d DK |
2465 | msgid "dburrows@debian.org" |
2466 | msgstr "" | |
2467 | ||
2468 | #. type: Content of: <refentry><refmeta><manvolnum> | |
9de26945 | 2469 | #: apt.conf.5.xml:27 apt_preferences.5.xml:21 sources.list.5.xml:22 |
7d76ea1d DK |
2470 | msgid "5" |
2471 | msgstr "" | |
2472 | ||
2473 | #. type: Content of: <refentry><refnamediv><refpurpose> | |
9de26945 | 2474 | #: apt.conf.5.xml:34 |
7d76ea1d DK |
2475 | msgid "Configuration file for APT" |
2476 | msgstr "" | |
2477 | ||
2478 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 2479 | #: apt.conf.5.xml:38 |
30549c0c | 2480 | msgid "" |
5723791e JR |
2481 | "<filename>/etc/apt/apt.conf</filename> is the main configuration file shared " |
2482 | "by all the tools in the APT suite of tools, though it is by no means the " | |
2483 | "only place options can be set. The suite also shares a common command line " | |
2484 | "parser to provide a uniform environment." | |
30549c0c MV |
2485 | msgstr "" |
2486 | ||
7d76ea1d | 2487 | #. type: Content of: <refentry><refsect1><orderedlist><para> |
9de26945 | 2488 | #: apt.conf.5.xml:44 |
2a52e8c5 | 2489 | msgid "" |
7d76ea1d DK |
2490 | "When an APT tool starts up it will read the configuration files in the " |
2491 | "following order:" | |
2a52e8c5 DK |
2492 | msgstr "" |
2493 | ||
7d76ea1d | 2494 | #. type: Content of: <refentry><refsect1><orderedlist><listitem><para> |
9de26945 | 2495 | #: apt.conf.5.xml:46 |
2a52e8c5 | 2496 | msgid "" |
7d76ea1d DK |
2497 | "the file specified by the <envar>APT_CONFIG</envar> environment variable (if " |
2498 | "any)" | |
2a52e8c5 DK |
2499 | msgstr "" |
2500 | ||
7d76ea1d | 2501 | #. type: Content of: <refentry><refsect1><orderedlist><listitem><para> |
9de26945 | 2502 | #: apt.conf.5.xml:48 |
2a52e8c5 | 2503 | msgid "" |
7d76ea1d DK |
2504 | "all files in <literal>Dir::Etc::Parts</literal> in alphanumeric ascending " |
2505 | "order which have either no or \"<literal>conf</literal>\" as filename " | |
2506 | "extension and which only contain alphanumeric, hyphen (-), underscore (_) " | |
2507 | "and period (.) characters. Otherwise APT will print a notice that it has " | |
44477002 | 2508 | "ignored a file, unless that file matches a pattern in the " |
5723791e | 2509 | "<literal>Dir::Ignore-Files-Silently</literal> configuration list - in which " |
7d76ea1d | 2510 | "case it will be silently ignored." |
2a52e8c5 DK |
2511 | msgstr "" |
2512 | ||
7d76ea1d | 2513 | #. type: Content of: <refentry><refsect1><orderedlist><listitem><para> |
9de26945 | 2514 | #: apt.conf.5.xml:55 |
7d76ea1d | 2515 | msgid "the main configuration file specified by <literal>Dir::Etc::main</literal>" |
2a52e8c5 DK |
2516 | msgstr "" |
2517 | ||
7d76ea1d | 2518 | #. type: Content of: <refentry><refsect1><orderedlist><listitem><para> |
9de26945 | 2519 | #: apt.conf.5.xml:57 |
2a52e8c5 | 2520 | msgid "" |
7d76ea1d DK |
2521 | "the command line options are applied to override the configuration " |
2522 | "directives or to load even more configuration files." | |
2a52e8c5 DK |
2523 | msgstr "" |
2524 | ||
7d76ea1d | 2525 | #. type: Content of: <refentry><refsect1><title> |
9de26945 | 2526 | #: apt.conf.5.xml:61 |
7d76ea1d | 2527 | msgid "Syntax" |
2a52e8c5 DK |
2528 | msgstr "" |
2529 | ||
7d76ea1d | 2530 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2531 | #: apt.conf.5.xml:62 |
2a52e8c5 | 2532 | msgid "" |
7d76ea1d DK |
2533 | "The configuration file is organized in a tree with options organized into " |
2534 | "functional groups. Option specification is given with a double colon " | |
5723791e | 2535 | "notation; for instance <literal>APT::Get::Assume-Yes</literal> is an option " |
7d76ea1d DK |
2536 | "within the APT tool group, for the Get tool. Options do not inherit from " |
2537 | "their parent groups." | |
2a52e8c5 DK |
2538 | msgstr "" |
2539 | ||
7d76ea1d | 2540 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2541 | #: apt.conf.5.xml:68 |
2a52e8c5 | 2542 | msgid "" |
7d76ea1d DK |
2543 | "Syntactically the configuration language is modeled after what the ISC tools " |
2544 | "such as bind and dhcp use. Lines starting with <literal>//</literal> are " | |
2545 | "treated as comments (ignored), as well as all text between " | |
2546 | "<literal>/*</literal> and <literal>*/</literal>, just like C/C++ comments. " | |
5723791e JR |
2547 | "Each line is of the form <literal>APT::Get::Assume-Yes \"true\";</literal>. " |
2548 | "The quotation marks and trailing semicolon are required. The value must be " | |
2549 | "on one line, and there is no kind of string concatenation. Values must not " | |
2550 | "include backslashes or extra quotation marks. Option names are made up of " | |
2551 | "alphanumeric characters and the characters \"/-:._+\". A new scope can be " | |
2552 | "opened with curly braces, like this:" | |
2a52e8c5 DK |
2553 | msgstr "" |
2554 | ||
7d76ea1d | 2555 | #. type: Content of: <refentry><refsect1><informalexample><programlisting> |
9de26945 | 2556 | #: apt.conf.5.xml:81 |
7d76ea1d | 2557 | #, no-wrap |
2a52e8c5 | 2558 | msgid "" |
7d76ea1d DK |
2559 | "APT {\n" |
2560 | " Get {\n" | |
2561 | " Assume-Yes \"true\";\n" | |
2562 | " Fix-Broken \"true\";\n" | |
2563 | " };\n" | |
2564 | "};\n" | |
2a52e8c5 DK |
2565 | msgstr "" |
2566 | ||
7d76ea1d | 2567 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2568 | #: apt.conf.5.xml:89 |
2a52e8c5 | 2569 | msgid "" |
7d76ea1d DK |
2570 | "with newlines placed to make it more readable. Lists can be created by " |
2571 | "opening a scope and including a single string enclosed in quotes followed by " | |
5723791e | 2572 | "a semicolon. Multiple entries can be included, separated by a semicolon." |
2a52e8c5 DK |
2573 | msgstr "" |
2574 | ||
7d76ea1d | 2575 | #. type: Content of: <refentry><refsect1><informalexample><programlisting> |
9de26945 | 2576 | #: apt.conf.5.xml:94 |
7d76ea1d DK |
2577 | #, no-wrap |
2578 | msgid "DPkg::Pre-Install-Pkgs {\"/usr/sbin/dpkg-preconfigure --apt\";};\n" | |
c77d6597 MV |
2579 | msgstr "" |
2580 | ||
7d76ea1d | 2581 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2582 | #: apt.conf.5.xml:97 |
c77d6597 | 2583 | msgid "" |
00612a8c DK |
2584 | "In general the sample configuration file &configureindex; is a good guide " |
2585 | "for how it should look." | |
c77d6597 MV |
2586 | msgstr "" |
2587 | ||
7d76ea1d | 2588 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2589 | #: apt.conf.5.xml:100 |
2a52e8c5 | 2590 | msgid "" |
5723791e JR |
2591 | "Case is not significant in names of configuration items, so in the previous " |
2592 | "example you could use <literal>dpkg::pre-install-pkgs</literal>." | |
2a52e8c5 DK |
2593 | msgstr "" |
2594 | ||
7d76ea1d | 2595 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2596 | #: apt.conf.5.xml:103 |
2a52e8c5 | 2597 | msgid "" |
5723791e JR |
2598 | "Names for the configuration items are optional if a list is defined as can " |
2599 | "be seen in the <literal>DPkg::Pre-Install-Pkgs</literal> example above. If " | |
2600 | "you don't specify a name a new entry will simply add a new option to the " | |
2601 | "list. If you specify a name you can override the option in the same way as " | |
2602 | "any other option by reassigning a new value to the option." | |
2a52e8c5 DK |
2603 | msgstr "" |
2604 | ||
7d76ea1d | 2605 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2606 | #: apt.conf.5.xml:108 |
c77d6597 | 2607 | msgid "" |
5723791e JR |
2608 | "Two special commands are defined: <literal>#include</literal> (which is " |
2609 | "deprecated and not supported by alternative implementations) and " | |
2610 | "<literal>#clear</literal>. <literal>#include</literal> will include the " | |
2611 | "given file, unless the filename ends in a slash, in which case the whole " | |
2612 | "directory is included. <literal>#clear</literal> is used to erase a part of " | |
2613 | "the configuration tree. The specified element and all its descendants are " | |
7d76ea1d | 2614 | "erased. (Note that these lines also need to end with a semicolon.)" |
c77d6597 MV |
2615 | msgstr "" |
2616 | ||
7d76ea1d | 2617 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2618 | #: apt.conf.5.xml:118 |
2a52e8c5 | 2619 | msgid "" |
5723791e JR |
2620 | "The <literal>#clear</literal> command is the only way to delete a list or a " |
2621 | "complete scope. Reopening a scope (or using the syntax described below with " | |
2622 | "an appended <literal>::</literal>) will <emphasis>not</emphasis> override " | |
2623 | "previously written entries. Options can only be overridden by addressing a " | |
2624 | "new value to them - lists and scopes can't be overridden, only cleared." | |
2a52e8c5 DK |
2625 | msgstr "" |
2626 | ||
7d76ea1d | 2627 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2628 | #: apt.conf.5.xml:126 |
2a52e8c5 | 2629 | msgid "" |
5723791e | 2630 | "All of the APT tools take an -o option which allows an arbitrary " |
7d76ea1d DK |
2631 | "configuration directive to be specified on the command line. The syntax is a " |
2632 | "full option name (<literal>APT::Get::Assume-Yes</literal> for instance) " | |
2633 | "followed by an equals sign then the new value of the option. To append a new " | |
5723791e JR |
2634 | "element to a list, add a trailing <literal>::</literal> to the name of the " |
2635 | "list. (As you might suspect, the scope syntax can't be used on the command " | |
2636 | "line.)" | |
2a52e8c5 DK |
2637 | msgstr "" |
2638 | ||
7d76ea1d | 2639 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2640 | #: apt.conf.5.xml:134 |
5723791e JR |
2641 | msgid "" |
2642 | "Note that appending items to a list using <literal>::</literal> only works " | |
2643 | "for one item per line, and that you should not use it in combination with " | |
2644 | "the scope syntax (which adds <literal>::</literal> implicitly). Using both " | |
2645 | "syntaxes together will trigger a bug which some users unfortunately depend " | |
2646 | "on: an option with the unusual name \"<literal>::</literal>\" which acts " | |
2647 | "like every other option with a name. This introduces many problems; for one " | |
2648 | "thing, users who write multiple lines in this <emphasis>wrong</emphasis> " | |
2649 | "syntax in the hope of appending to a list will achieve the opposite, as only " | |
2650 | "the last assignment for this option \"<literal>::</literal>\" will be " | |
2651 | "used. Future versions of APT will raise errors and stop working if they " | |
2652 | "encounter this misuse, so please correct such statements now while APT " | |
2653 | "doesn't explicitly complain about them." | |
a7307a87 DK |
2654 | msgstr "" |
2655 | ||
7d76ea1d | 2656 | #. type: Content of: <refentry><refsect1><title> |
9de26945 | 2657 | #: apt.conf.5.xml:149 |
7d76ea1d | 2658 | msgid "The APT Group" |
2a52e8c5 DK |
2659 | msgstr "" |
2660 | ||
7d76ea1d | 2661 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 2662 | #: apt.conf.5.xml:150 |
2a52e8c5 | 2663 | msgid "" |
7d76ea1d DK |
2664 | "This group of options controls general APT behavior as well as holding the " |
2665 | "options for all of the tools." | |
2a52e8c5 DK |
2666 | msgstr "" |
2667 | ||
2a52e8c5 | 2668 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2669 | #: apt.conf.5.xml:155 |
2a52e8c5 | 2670 | msgid "" |
7d76ea1d DK |
2671 | "System Architecture; sets the architecture to use when fetching files and " |
2672 | "parsing package lists. The internal default is the architecture apt was " | |
2673 | "compiled for." | |
a7307a87 DK |
2674 | msgstr "" |
2675 | ||
a7307a87 | 2676 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2677 | #: apt.conf.5.xml:162 |
a7307a87 | 2678 | msgid "" |
5723791e JR |
2679 | "All Architectures the system supports. For instance, CPUs implementing the " |
2680 | "<literal>amd64</literal> (also called <literal>x86-64</literal>) " | |
2681 | "instruction set are also able to execute binaries compiled for the " | |
2682 | "<literal>i386</literal> (<literal>x86</literal>) instruction set. This list " | |
2683 | "is used when fetching files and parsing package lists. The initial default " | |
2684 | "is always the system's native architecture " | |
2685 | "(<literal>APT::Architecture</literal>), and foreign architectures are added " | |
2686 | "to the default list when they are registered via <command>dpkg " | |
2687 | "--add-architecture</command>." | |
2a52e8c5 DK |
2688 | msgstr "" |
2689 | ||
2a52e8c5 | 2690 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2691 | #: apt.conf.5.xml:176 |
7ffbb475 MV |
2692 | msgid "" |
2693 | "List of all build profiles enabled for build-dependency resolution, without " | |
2694 | "the \"<literal>profile.</literal>\" namespace prefix. By default this list " | |
2695 | "is empty. The <envar>DEB_BUILD_PROFILES</envar> as used by " | |
2696 | "&dpkg-buildpackage; overrides the list notation." | |
2697 | msgstr "" | |
2698 | ||
2699 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
9de26945 | 2700 | #: apt.conf.5.xml:184 |
2a52e8c5 | 2701 | msgid "" |
5723791e | 2702 | "Default release to install packages from if more than one version is " |
7d76ea1d DK |
2703 | "available. Contains release name, codename or release version. Examples: " |
2704 | "'stable', 'testing', 'unstable', '&stable-codename;', '&testing-codename;', " | |
2705 | "'4.0', '5.0*'. See also &apt-preferences;." | |
2a52e8c5 DK |
2706 | msgstr "" |
2707 | ||
2a52e8c5 | 2708 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2709 | #: apt.conf.5.xml:190 |
2a52e8c5 | 2710 | msgid "" |
5723791e | 2711 | "Ignore held packages; this global option causes the problem resolver to " |
7d76ea1d | 2712 | "ignore held packages in its decision making." |
2a52e8c5 DK |
2713 | msgstr "" |
2714 | ||
2a52e8c5 | 2715 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2716 | #: apt.conf.5.xml:195 |
2a52e8c5 | 2717 | msgid "" |
7d76ea1d DK |
2718 | "Defaults to on. When turned on the autoclean feature will remove any " |
2719 | "packages which can no longer be downloaded from the cache. If turned off " | |
2720 | "then packages that are locally installed are also excluded from cleaning - " | |
2721 | "but note that APT provides no direct means to reinstall them." | |
2a52e8c5 DK |
2722 | msgstr "" |
2723 | ||
2a52e8c5 | 2724 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2725 | #: apt.conf.5.xml:203 |
2a52e8c5 | 2726 | msgid "" |
5723791e JR |
2727 | "Defaults to on, which will cause APT to install essential and important " |
2728 | "packages as soon as possible in an install/upgrade operation, in order to " | |
2729 | "limit the effect of a failing &dpkg; call. If this option is disabled, APT " | |
2730 | "treats an important package in the same way as an extra package: between the " | |
2731 | "unpacking of the package A and its configuration there can be many other " | |
2732 | "unpack or configuration calls for other unrelated packages B, C etc. If " | |
2733 | "these cause the &dpkg; call to fail (e.g. because package B's maintainer " | |
2734 | "scripts generate an error), this results in a system state in which package " | |
2735 | "A is unpacked but unconfigured - so any package depending on A is now no " | |
2736 | "longer guaranteed to work, as its dependency on A is no longer satisfied." | |
2a52e8c5 DK |
2737 | msgstr "" |
2738 | ||
2a52e8c5 | 2739 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2740 | #: apt.conf.5.xml:215 |
2a52e8c5 | 2741 | msgid "" |
5723791e JR |
2742 | "The immediate configuration marker is also applied in the potentially " |
2743 | "problematic case of circular dependencies, since a dependency with the " | |
2744 | "immediate flag is equivalent to a Pre-Dependency. In theory this allows APT " | |
2745 | "to recognise a situation in which it is unable to perform immediate " | |
2746 | "configuration, abort, and suggest to the user that the option should be " | |
2747 | "temporarily deactivated in order to allow the operation to proceed. Note " | |
2748 | "the use of the word \"theory\" here; in the real world this problem has " | |
2749 | "rarely been encountered, in non-stable distribution versions, and was caused " | |
2750 | "by wrong dependencies of the package in question or by a system in an " | |
2751 | "already broken state; so you should not blindly disable this option, as the " | |
2752 | "scenario mentioned above is not the only problem it can help to prevent in " | |
2753 | "the first place." | |
2a52e8c5 DK |
2754 | msgstr "" |
2755 | ||
2a52e8c5 | 2756 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2757 | #: apt.conf.5.xml:228 |
2a52e8c5 | 2758 | msgid "" |
5723791e JR |
2759 | "Before a big operation like <literal>dist-upgrade</literal> is run with this " |
2760 | "option disabled you should try to explicitly <literal>install</literal> the " | |
2761 | "package APT is unable to configure immediately; but please make sure you " | |
2762 | "also report your problem to your distribution and to the APT team with the " | |
2763 | "buglink below, so they can work on improving or correcting the upgrade " | |
2764 | "process." | |
2a52e8c5 DK |
2765 | msgstr "" |
2766 | ||
2a52e8c5 | 2767 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2768 | #: apt.conf.5.xml:239 |
2a52e8c5 | 2769 | msgid "" |
5723791e JR |
2770 | "Never enable this option unless you <emphasis>really</emphasis> know what " |
2771 | "you are doing. It permits APT to temporarily remove an essential package to " | |
2772 | "break a Conflicts/Conflicts or Conflicts/Pre-Depends loop between two " | |
2773 | "essential packages. <emphasis>Such a loop should never exist and is a grave " | |
2774 | "bug</emphasis>. This option will work if the essential packages are not " | |
2775 | "<command>tar</command>, <command>gzip</command>, <command>libc</command>, " | |
2776 | "<command>dpkg</command>, <command>dash</command> or anything that those " | |
2777 | "packages depend on." | |
2a52e8c5 DK |
2778 | msgstr "" |
2779 | ||
2a52e8c5 | 2780 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2781 | #: apt.conf.5.xml:251 |
2a52e8c5 | 2782 | msgid "" |
7d76ea1d | 2783 | "APT uses since version 0.7.26 a resizable memory mapped cache file to store " |
5723791e JR |
2784 | "the available information. <literal>Cache-Start</literal> acts as a hint of " |
2785 | "the size the cache will grow to, and is therefore the amount of memory APT " | |
7d76ea1d | 2786 | "will request at startup. The default value is 20971520 bytes (~20 MB). Note " |
5723791e | 2787 | "that this amount of space needs to be available for APT; otherwise it will " |
7d76ea1d DK |
2788 | "likely fail ungracefully, so for memory restricted devices this value should " |
2789 | "be lowered while on systems with a lot of configured sources it should be " | |
2790 | "increased. <literal>Cache-Grow</literal> defines in bytes with the default " | |
5723791e JR |
2791 | "of 1048576 (~1 MB) how much the cache size will be increased in the event " |
2792 | "the space defined by <literal>Cache-Start</literal> is not enough. This " | |
7d76ea1d DK |
2793 | "value will be applied again and again until either the cache is big enough " |
2794 | "to store all information or the size of the cache reaches the " | |
2795 | "<literal>Cache-Limit</literal>. The default of " | |
2796 | "<literal>Cache-Limit</literal> is 0 which stands for no limit. If " | |
5723791e JR |
2797 | "<literal>Cache-Grow</literal> is set to 0 the automatic growth of the cache " |
2798 | "is disabled." | |
2a52e8c5 DK |
2799 | msgstr "" |
2800 | ||
2a52e8c5 | 2801 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2802 | #: apt.conf.5.xml:267 |
5723791e | 2803 | msgid "Defines which packages are considered essential build dependencies." |
2a52e8c5 DK |
2804 | msgstr "" |
2805 | ||
2a52e8c5 | 2806 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2807 | #: apt.conf.5.xml:271 |
2a52e8c5 | 2808 | msgid "" |
5723791e | 2809 | "The Get subsection controls the &apt-get; tool; please see its documentation " |
7d76ea1d | 2810 | "for more information about the options here." |
2a52e8c5 DK |
2811 | msgstr "" |
2812 | ||
2a52e8c5 | 2813 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2814 | #: apt.conf.5.xml:276 |
2a52e8c5 | 2815 | msgid "" |
5723791e | 2816 | "The Cache subsection controls the &apt-cache; tool; please see its " |
7d76ea1d | 2817 | "documentation for more information about the options here." |
2a52e8c5 DK |
2818 | msgstr "" |
2819 | ||
2a52e8c5 | 2820 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2821 | #: apt.conf.5.xml:281 |
2a52e8c5 | 2822 | msgid "" |
5723791e | 2823 | "The CDROM subsection controls the &apt-cdrom; tool; please see its " |
7d76ea1d | 2824 | "documentation for more information about the options here." |
2a52e8c5 DK |
2825 | msgstr "" |
2826 | ||
7d76ea1d | 2827 | #. type: Content of: <refentry><refsect1><title> |
9de26945 | 2828 | #: apt.conf.5.xml:287 |
7d76ea1d | 2829 | msgid "The Acquire Group" |
2a52e8c5 DK |
2830 | msgstr "" |
2831 | ||
2832 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 2833 | #: apt.conf.5.xml:288 |
2a52e8c5 | 2834 | msgid "" |
7d76ea1d | 2835 | "The <literal>Acquire</literal> group of options controls the download of " |
5723791e JR |
2836 | "packages as well as the various \"acquire methods\" responsible for the " |
2837 | "download itself (see also &sources-list;)." | |
2a52e8c5 DK |
2838 | msgstr "" |
2839 | ||
5723791e | 2840 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 2841 | #: apt.conf.5.xml:295 |
7d76ea1d | 2842 | msgid "" |
5723791e JR |
2843 | "Security related option defaulting to true, as giving a Release file's " |
2844 | "validation an expiration date prevents replay attacks over a long timescale, " | |
2845 | "and can also for example help users to identify mirrors that are no longer " | |
2846 | "updated - but the feature depends on the correctness of the clock on the " | |
2847 | "user system. Archive maintainers are encouraged to create Release files with " | |
2848 | "the <literal>Valid-Until</literal> header, but if they don't or a stricter " | |
2849 | "value is desired the <literal>Max-ValidTime</literal> option below can be " | |
864fe99c MV |
2850 | "used. The <option>Check-Valid-Until</option> option of &sources-list; " |
2851 | "entries should be preferred to disable the check selectively instead of " | |
2852 | "using this global override." | |
2a52e8c5 DK |
2853 | msgstr "" |
2854 | ||
5723791e | 2855 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 2856 | #: apt.conf.5.xml:310 |
2a52e8c5 | 2857 | msgid "" |
5723791e JR |
2858 | "Maximum time (in seconds) after its creation (as indicated by the " |
2859 | "<literal>Date</literal> header) that the <filename>Release</filename> file " | |
2860 | "should be considered valid. If the Release file itself includes a " | |
2861 | "<literal>Valid-Until</literal> header the earlier date of the two is used as " | |
2862 | "the expiration date. The default value is <literal>0</literal> which stands " | |
2863 | "for \"valid forever\". Archive specific settings can be made by appending " | |
864fe99c MV |
2864 | "the label of the archive to the option name. Preferably, the same can be " |
2865 | "achieved for specific &sources-list; entries by using the " | |
2866 | "<option>Valid-Until-Max</option> option there." | |
2a52e8c5 DK |
2867 | msgstr "" |
2868 | ||
5723791e | 2869 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 2870 | #: apt.conf.5.xml:323 |
7d76ea1d | 2871 | msgid "" |
5723791e JR |
2872 | "Minimum time (in seconds) after its creation (as indicated by the " |
2873 | "<literal>Date</literal> header) that the <filename>Release</filename> file " | |
2874 | "should be considered valid. Use this if you need to use a seldom updated " | |
2875 | "(local) mirror of a more frequently updated archive with a " | |
2876 | "<literal>Valid-Until</literal> header instead of completely disabling the " | |
2877 | "expiration date checking. Archive specific settings can and should be used " | |
864fe99c MV |
2878 | "by appending the label of the archive to the option name. Preferably, the " |
2879 | "same can be achieved for specific &sources-list; entries by using the " | |
2880 | "<option>Valid-Until-Min</option> option there." | |
2a52e8c5 DK |
2881 | msgstr "" |
2882 | ||
2a52e8c5 | 2883 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 2884 | #: apt.conf.5.xml:336 |
2a52e8c5 | 2885 | msgid "" |
5723791e JR |
2886 | "Try to download deltas called <literal>PDiffs</literal> for indexes (like " |
2887 | "<filename>Packages</filename> files) instead of downloading whole ones. True " | |
2888 | "by default." | |
2a52e8c5 DK |
2889 | msgstr "" |
2890 | ||
2a52e8c5 | 2891 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 2892 | #: apt.conf.5.xml:339 |
7d76ea1d | 2893 | msgid "" |
5723791e JR |
2894 | "Two sub-options to limit the use of PDiffs are also available: " |
2895 | "<literal>FileLimit</literal> can be used to specify a maximum number of " | |
2896 | "PDiff files should be downloaded to update a " | |
2897 | "file. <literal>SizeLimit</literal> on the other hand is the maximum " | |
2898 | "percentage of the size of all patches compared to the size of the targeted " | |
2899 | "file. If one of these limits is exceeded the complete file is downloaded " | |
2900 | "instead of the patches." | |
2a52e8c5 DK |
2901 | msgstr "" |
2902 | ||
2a52e8c5 | 2903 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 2904 | #: apt.conf.5.xml:349 |
7d76ea1d DK |
2905 | msgid "" |
2906 | "Queuing mode; <literal>Queue-Mode</literal> can be one of " | |
2907 | "<literal>host</literal> or <literal>access</literal> which determines how " | |
2908 | "APT parallelizes outgoing connections. <literal>host</literal> means that " | |
2909 | "one connection per target host will be opened, <literal>access</literal> " | |
2910 | "means that one connection per URI type will be opened." | |
2a52e8c5 DK |
2911 | msgstr "" |
2912 | ||
2a52e8c5 | 2913 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 2914 | #: apt.conf.5.xml:357 |
7d76ea1d DK |
2915 | msgid "" |
2916 | "Number of retries to perform. If this is non-zero APT will retry failed " | |
2917 | "files the given number of times." | |
2a52e8c5 DK |
2918 | msgstr "" |
2919 | ||
2a52e8c5 | 2920 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 2921 | #: apt.conf.5.xml:362 |
2a52e8c5 | 2922 | msgid "" |
7d76ea1d DK |
2923 | "Use symlinks for source archives. If set to true then source archives will " |
2924 | "be symlinked when possible instead of copying. True is the default." | |
2a52e8c5 DK |
2925 | msgstr "" |
2926 | ||
2a52e8c5 | 2927 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 2928 | #: apt.conf.5.xml:367 |
2a52e8c5 | 2929 | msgid "" |
5723791e JR |
2930 | "<literal>http::Proxy</literal> sets the default proxy to use for HTTP " |
2931 | "URIs. It is in the standard form of " | |
2932 | "<literal>http://[[user][:pass]@]host[:port]/</literal>. Per host proxies " | |
2933 | "can also be specified by using the form " | |
7d76ea1d DK |
2934 | "<literal>http::Proxy::<host></literal> with the special keyword " |
2935 | "<literal>DIRECT</literal> meaning to use no proxies. If no one of the above " | |
2936 | "settings is specified, <envar>http_proxy</envar> environment variable will " | |
2937 | "be used." | |
2a52e8c5 DK |
2938 | msgstr "" |
2939 | ||
2a52e8c5 | 2940 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 2941 | #: apt.conf.5.xml:375 |
2a52e8c5 | 2942 | msgid "" |
7d76ea1d | 2943 | "Three settings are provided for cache control with HTTP/1.1 compliant proxy " |
5723791e JR |
2944 | "caches. <literal>No-Cache</literal> tells the proxy not to use its cached " |
2945 | "response under any circumstances. <literal>Max-Age</literal> sets the " | |
2946 | "allowed maximum age (in seconds) of an index file in the cache of the " | |
2947 | "proxy. <literal>No-Store</literal> specifies that the proxy should not " | |
2948 | "store the requested archive files in its cache, which can be used to prevent " | |
2949 | "the proxy from polluting its cache with (big) .deb files." | |
2a52e8c5 DK |
2950 | msgstr "" |
2951 | ||
2952 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 2953 | #: apt.conf.5.xml:385 apt.conf.5.xml:473 |
2a52e8c5 | 2954 | msgid "" |
7d76ea1d | 2955 | "The option <literal>timeout</literal> sets the timeout timer used by the " |
5723791e | 2956 | "method; this value applies to the connection as well as the data timeout." |
2a52e8c5 DK |
2957 | msgstr "" |
2958 | ||
782486e8 | 2959 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 2960 | #: apt.conf.5.xml:388 |
782486e8 | 2961 | msgid "" |
7d76ea1d | 2962 | "The setting <literal>Acquire::http::Pipeline-Depth</literal> can be used to " |
5723791e JR |
2963 | "enable HTTP pipelining (RFC 2616 section 8.1.2.2) which can be beneficial " |
2964 | "e.g. on high-latency connections. It specifies how many requests are sent in " | |
5b1e4e86 MV |
2965 | "a pipeline. APT tries to detect and workaround misbehaving webservers and " |
2966 | "proxies at runtime, but if you know that yours does not conform to the " | |
2967 | "HTTP/1.1 specification pipelining can be disabled by setting the value to " | |
2968 | "0. It is enabled by default with the value 10." | |
782486e8 MV |
2969 | msgstr "" |
2970 | ||
5723791e | 2971 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 2972 | #: apt.conf.5.xml:395 |
b39c1859 | 2973 | msgid "" |
5723791e JR |
2974 | "<literal>Acquire::http::AllowRedirect</literal> controls whether APT will " |
2975 | "follow redirects, which is enabled by default." | |
b39c1859 MV |
2976 | msgstr "" |
2977 | ||
2a52e8c5 | 2978 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 2979 | #: apt.conf.5.xml:398 |
b39c1859 | 2980 | msgid "" |
7d76ea1d DK |
2981 | "The used bandwidth can be limited with " |
2982 | "<literal>Acquire::http::Dl-Limit</literal> which accepts integer values in " | |
ce34af08 MV |
2983 | "kilobytes per second. The default value is 0 which deactivates the limit and " |
2984 | "tries to use all available bandwidth. Note that this option implicitly " | |
2985 | "disables downloading from multiple servers at the same time." | |
b39c1859 MV |
2986 | msgstr "" |
2987 | ||
5723791e | 2988 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 2989 | #: apt.conf.5.xml:405 |
7d76ea1d DK |
2990 | msgid "" |
2991 | "<literal>Acquire::http::User-Agent</literal> can be used to set a different " | |
2992 | "User-Agent for the http download method as some proxies allow access for " | |
2993 | "clients only if the client uses a known identifier." | |
2a52e8c5 DK |
2994 | msgstr "" |
2995 | ||
2996 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 2997 | #: apt.conf.5.xml:409 |
7d76ea1d | 2998 | msgid "" |
ce34af08 MV |
2999 | "<literal>Acquire::http::Proxy-Auto-Detect</literal> can be used to specify " |
3000 | "an external command to discover the http proxy to use. Apt expects the " | |
3001 | "command to output the proxy on stdout in the style " | |
3002 | "<literal>http://proxy:port/</literal>. This will override the generic " | |
3003 | "<literal>Acquire::http::Proxy</literal> but not any specific host proxy " | |
3004 | "configuration set via <literal>Acquire::http::Proxy::$HOST</literal>. See " | |
3005 | "the &squid-deb-proxy-client; package for an example implementation that uses " | |
3006 | "avahi. This option takes precedence over the legacy option name " | |
3007 | "<literal>ProxyAutoDetect</literal>." | |
3008 | msgstr "" | |
3009 | ||
3010 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 3011 | #: apt.conf.5.xml:427 |
ce34af08 | 3012 | msgid "" |
5723791e JR |
3013 | "The <literal>Cache-control</literal>, <literal>Timeout</literal>, " |
3014 | "<literal>AllowRedirect</literal>, <literal>Dl-Limit</literal> and " | |
3015 | "<literal>proxy</literal> options work for HTTPS URIs in the same way as for " | |
3016 | "the <literal>http</literal> method, and default to the same values if they " | |
3017 | "are not explicitly set. The <literal>Pipeline-Depth</literal> option is not " | |
3018 | "yet supported." | |
2a52e8c5 DK |
3019 | msgstr "" |
3020 | ||
5723791e | 3021 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3022 | #: apt.conf.5.xml:435 |
7d76ea1d DK |
3023 | msgid "" |
3024 | "<literal>CaInfo</literal> suboption specifies place of file that holds info " | |
5723791e | 3025 | "about trusted certificates. <literal><host>::CaInfo</literal> is the " |
7d76ea1d | 3026 | "corresponding per-host option. <literal>Verify-Peer</literal> boolean " |
5723791e JR |
3027 | "suboption determines whether or not the server's host certificate should be " |
3028 | "verified against trusted certificates. " | |
3029 | "<literal><host>::Verify-Peer</literal> is the corresponding per-host " | |
3030 | "option. <literal>Verify-Host</literal> boolean suboption determines whether " | |
3031 | "or not the server's hostname should be verified. " | |
3032 | "<literal><host>::Verify-Host</literal> is the corresponding per-host " | |
7d76ea1d | 3033 | "option. <literal>SslCert</literal> determines what certificate to use for " |
5723791e | 3034 | "client authentication. <literal><host>::SslCert</literal> is the " |
7d76ea1d DK |
3035 | "corresponding per-host option. <literal>SslKey</literal> determines what " |
3036 | "private key to use for client " | |
5723791e | 3037 | "authentication. <literal><host>::SslKey</literal> is the corresponding " |
7d76ea1d | 3038 | "per-host option. <literal>SslForceVersion</literal> overrides default SSL " |
5723791e JR |
3039 | "version to use. It can contain either of the strings " |
3040 | "'<literal>TLSv1</literal>' or '<literal>SSLv3</literal>'. " | |
3041 | "<literal><host>::SslForceVersion</literal> is the corresponding " | |
3042 | "per-host option." | |
2a52e8c5 DK |
3043 | msgstr "" |
3044 | ||
3045 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 3046 | #: apt.conf.5.xml:456 |
7d76ea1d | 3047 | msgid "" |
5723791e JR |
3048 | "<literal>ftp::Proxy</literal> sets the default proxy to use for FTP URIs. " |
3049 | "It is in the standard form of " | |
3050 | "<literal>ftp://[[user][:pass]@]host[:port]/</literal>. Per host proxies can " | |
3051 | "also be specified by using the form " | |
7d76ea1d DK |
3052 | "<literal>ftp::Proxy::<host></literal> with the special keyword " |
3053 | "<literal>DIRECT</literal> meaning to use no proxies. If no one of the above " | |
3054 | "settings is specified, <envar>ftp_proxy</envar> environment variable will be " | |
5723791e | 3055 | "used. To use an FTP proxy you will have to set the " |
7d76ea1d DK |
3056 | "<literal>ftp::ProxyLogin</literal> script in the configuration file. This " |
3057 | "entry specifies the commands to send to tell the proxy server what to " | |
3058 | "connect to. Please see &configureindex; for an example of how to do " | |
5723791e JR |
3059 | "this. The substitution variables representing the corresponding URI " |
3060 | "component are <literal>$(PROXY_USER)</literal>, " | |
3061 | "<literal>$(PROXY_PASS)</literal>, <literal>$(SITE_USER)</literal>, " | |
3062 | "<literal>$(SITE_PASS)</literal>, <literal>$(SITE)</literal> and " | |
3063 | "<literal>$(SITE_PORT)</literal>." | |
2a52e8c5 DK |
3064 | msgstr "" |
3065 | ||
5723791e | 3066 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3067 | #: apt.conf.5.xml:476 |
7d76ea1d DK |
3068 | msgid "" |
3069 | "Several settings are provided to control passive mode. Generally it is safe " | |
5723791e JR |
3070 | "to leave passive mode on; it works in nearly every environment. However, " |
3071 | "some situations require that passive mode be disabled and port mode FTP used " | |
3072 | "instead. This can be done globally or for connections that go through a " | |
3073 | "proxy or for a specific host (see the sample config file for examples)." | |
2a52e8c5 DK |
3074 | msgstr "" |
3075 | ||
3076 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 3077 | #: apt.conf.5.xml:483 |
7d76ea1d DK |
3078 | msgid "" |
3079 | "It is possible to proxy FTP over HTTP by setting the " | |
5723791e | 3080 | "<envar>ftp_proxy</envar> environment variable to an HTTP URL - see the " |
7d76ea1d DK |
3081 | "discussion of the http method above for syntax. You cannot set this in the " |
3082 | "configuration file and it is not recommended to use FTP over HTTP due to its " | |
3083 | "low efficiency." | |
2a52e8c5 DK |
3084 | msgstr "" |
3085 | ||
5723791e | 3086 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3087 | #: apt.conf.5.xml:488 |
2a52e8c5 | 3088 | msgid "" |
7d76ea1d DK |
3089 | "The setting <literal>ForceExtended</literal> controls the use of RFC2428 " |
3090 | "<literal>EPSV</literal> and <literal>EPRT</literal> commands. The default is " | |
3091 | "false, which means these commands are only used if the control connection is " | |
3092 | "IPv6. Setting this to true forces their use even on IPv4 connections. Note " | |
3093 | "that most FTP servers do not support RFC2428." | |
2a52e8c5 DK |
3094 | msgstr "" |
3095 | ||
5723791e | 3096 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><literallayout> |
864fe99c | 3097 | #: apt.conf.5.xml:502 |
7d76ea1d DK |
3098 | #, no-wrap |
3099 | msgid "/cdrom/::Mount \"foo\";" | |
2a52e8c5 DK |
3100 | msgstr "" |
3101 | ||
5723791e | 3102 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3103 | #: apt.conf.5.xml:497 |
2a52e8c5 | 3104 | msgid "" |
5723791e JR |
3105 | "For URIs using the <literal>cdrom</literal> method, the only configurable " |
3106 | "option is the mount point, <literal>cdrom::Mount</literal>, which must be " | |
3107 | "the mount point for the CD-ROM (or DVD, or whatever) drive as specified in " | |
3108 | "<filename>/etc/fstab</filename>. It is possible to provide alternate mount " | |
3109 | "and unmount commands if your mount point cannot be listed in the fstab. The " | |
7d76ea1d | 3110 | "syntax is to put <placeholder type=\"literallayout\" id=\"0\"/> within the " |
5723791e JR |
3111 | "<literal>cdrom</literal> block. It is important to have the trailing slash. " |
3112 | "Unmount commands can be specified using UMount." | |
2a52e8c5 DK |
3113 | msgstr "" |
3114 | ||
5723791e | 3115 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3116 | #: apt.conf.5.xml:510 |
2a52e8c5 | 3117 | msgid "" |
5723791e JR |
3118 | "For GPGV URIs the only configurable option is " |
3119 | "<literal>gpgv::Options</literal>, which passes additional parameters to " | |
3120 | "gpgv." | |
2a52e8c5 DK |
3121 | msgstr "" |
3122 | ||
5723791e | 3123 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><synopsis> |
864fe99c | 3124 | #: apt.conf.5.xml:521 |
7d76ea1d | 3125 | #, no-wrap |
2a52e8c5 | 3126 | msgid "" |
7d76ea1d DK |
3127 | "Acquire::CompressionTypes::<replaceable>FileExtension</replaceable> " |
3128 | "\"<replaceable>Methodname</replaceable>\";" | |
2a52e8c5 DK |
3129 | msgstr "" |
3130 | ||
2a52e8c5 | 3131 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3132 | #: apt.conf.5.xml:516 |
2a52e8c5 | 3133 | msgid "" |
7d76ea1d DK |
3134 | "List of compression types which are understood by the acquire methods. " |
3135 | "Files like <filename>Packages</filename> can be available in various " | |
5723791e | 3136 | "compression formats. By default the acquire methods can decompress " |
7d76ea1d | 3137 | "<command>bzip2</command>, <command>lzma</command> and " |
5723791e | 3138 | "<command>gzip</command> compressed files; with this setting more formats can " |
7d76ea1d DK |
3139 | "be added on the fly or the used method can be changed. The syntax for this " |
3140 | "is: <placeholder type=\"synopsis\" id=\"0\"/>" | |
3141 | msgstr "" | |
3142 | ||
5723791e | 3143 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><synopsis> |
864fe99c | 3144 | #: apt.conf.5.xml:526 |
7d76ea1d DK |
3145 | #, no-wrap |
3146 | msgid "Acquire::CompressionTypes::Order:: \"gz\";" | |
3147 | msgstr "" | |
3148 | ||
5723791e | 3149 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><synopsis> |
864fe99c | 3150 | #: apt.conf.5.xml:529 |
7d76ea1d DK |
3151 | #, no-wrap |
3152 | msgid "Acquire::CompressionTypes::Order { \"lzma\"; \"gz\"; };" | |
2a52e8c5 DK |
3153 | msgstr "" |
3154 | ||
bcf91c1b | 3155 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3156 | #: apt.conf.5.xml:522 |
bcf91c1b | 3157 | msgid "" |
5723791e | 3158 | "Also, the <literal>Order</literal> subgroup can be used to define in which " |
7d76ea1d DK |
3159 | "order the acquire system will try to download the compressed files. The " |
3160 | "acquire system will try the first and proceed with the next compression type " | |
5723791e JR |
3161 | "in this list on error, so to prefer one over the other type simply add the " |
3162 | "preferred type first - default types not already added will be implicitly " | |
3163 | "appended to the end of the list, so e.g. <placeholder type=\"synopsis\" " | |
7d76ea1d DK |
3164 | "id=\"0\"/> can be used to prefer <command>gzip</command> compressed files " |
3165 | "over <command>bzip2</command> and <command>lzma</command>. If " | |
3166 | "<command>lzma</command> should be preferred over <command>gzip</command> and " | |
5723791e | 3167 | "<command>bzip2</command> the configure setting should look like this: " |
7d76ea1d | 3168 | "<placeholder type=\"synopsis\" id=\"1\"/> It is not needed to add " |
5723791e JR |
3169 | "<literal>bz2</literal> to the list explicitly as it will be added " |
3170 | "automatically." | |
7d76ea1d DK |
3171 | msgstr "" |
3172 | ||
5723791e | 3173 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><literallayout> |
864fe99c | 3174 | #: apt.conf.5.xml:536 |
7d76ea1d DK |
3175 | #, no-wrap |
3176 | msgid "Dir::Bin::bzip2 \"/bin/bzip2\";" | |
bcf91c1b DK |
3177 | msgstr "" |
3178 | ||
782486e8 | 3179 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3180 | #: apt.conf.5.xml:531 |
782486e8 | 3181 | msgid "" |
5723791e | 3182 | "Note that the " |
7d76ea1d | 3183 | "<literal>Dir::Bin::<replaceable>Methodname</replaceable></literal> will be " |
5723791e JR |
3184 | "checked at run time. If this option has been set, the method will only be " |
3185 | "used if this file exists; e.g. for the <literal>bzip2</literal> method (the " | |
3186 | "inbuilt) setting is: <placeholder type=\"literallayout\" id=\"0\"/> Note " | |
3187 | "also that list entries specified on the command line will be added at the " | |
3188 | "end of the list specified in the configuration files, but before the default " | |
3189 | "entries. To prefer a type in this case over the ones specified in the " | |
3190 | "configuration files you can set the option direct - not in list style. This " | |
3191 | "will not override the defined list; it will only prefix the list with this " | |
3192 | "type." | |
2a52e8c5 DK |
3193 | msgstr "" |
3194 | ||
2a52e8c5 | 3195 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3196 | #: apt.conf.5.xml:541 |
2a52e8c5 | 3197 | msgid "" |
7d76ea1d DK |
3198 | "The special type <literal>uncompressed</literal> can be used to give " |
3199 | "uncompressed files a preference, but note that most archives don't provide " | |
3200 | "uncompressed files so this is mostly only useable for local mirrors." | |
2a52e8c5 DK |
3201 | msgstr "" |
3202 | ||
782486e8 | 3203 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3204 | #: apt.conf.5.xml:548 |
782486e8 | 3205 | msgid "" |
7d76ea1d DK |
3206 | "When downloading <literal>gzip</literal> compressed indexes (Packages, " |
3207 | "Sources, or Translations), keep them gzip compressed locally instead of " | |
3208 | "unpacking them. This saves quite a lot of disk space at the expense of more " | |
3209 | "CPU requirements when building the local package caches. False by default." | |
2a52e8c5 DK |
3210 | msgstr "" |
3211 | ||
2a52e8c5 | 3212 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3213 | #: apt.conf.5.xml:556 |
782486e8 | 3214 | msgid "" |
7d76ea1d DK |
3215 | "The Languages subsection controls which <filename>Translation</filename> " |
3216 | "files are downloaded and in which order APT tries to display the " | |
5723791e JR |
3217 | "description-translations. APT will try to display the first available " |
3218 | "description in the language which is listed first. Languages can be defined " | |
3219 | "with their short or long language codes. Note that not all archives provide " | |
3220 | "<filename>Translation</filename> files for every language - the long " | |
3221 | "language codes are especially rare." | |
2a52e8c5 DK |
3222 | msgstr "" |
3223 | ||
5723791e | 3224 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para><programlisting> |
864fe99c | 3225 | #: apt.conf.5.xml:573 |
7d76ea1d DK |
3226 | #, no-wrap |
3227 | msgid "Acquire::Languages { \"environment\"; \"de\"; \"en\"; \"none\"; \"fr\"; };" | |
2a52e8c5 DK |
3228 | msgstr "" |
3229 | ||
2a52e8c5 | 3230 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3231 | #: apt.conf.5.xml:561 |
782486e8 | 3232 | msgid "" |
7d76ea1d | 3233 | "The default list includes \"environment\" and " |
5723791e JR |
3234 | "\"en\". \"<literal>environment</literal>\" has a special meaning here: it " |
3235 | "will be replaced at runtime with the language codes extracted from the " | |
7d76ea1d DK |
3236 | "<literal>LC_MESSAGES</literal> environment variable. It will also ensure " |
3237 | "that these codes are not included twice in the list. If " | |
3238 | "<literal>LC_MESSAGES</literal> is set to \"C\" only the " | |
3239 | "<filename>Translation-en</filename> file (if available) will be used. To " | |
5723791e | 3240 | "force APT to use no Translation file use the setting " |
7d76ea1d | 3241 | "<literal>Acquire::Languages=none</literal>. \"<literal>none</literal>\" is " |
5723791e JR |
3242 | "another special meaning code which will stop the search for a suitable " |
3243 | "<filename>Translation</filename> file. This tells APT to download these " | |
3244 | "translations too, without actually using them unless the environment " | |
3245 | "specifies the languages. So the following example configuration will result " | |
3246 | "in the order \"en, de\" in an English locale or \"de, en\" in a German " | |
3247 | "one. Note that \"fr\" is downloaded, but not used unless APT is used in a " | |
3248 | "French locale (where the order would be \"fr, de, en\"). <placeholder " | |
3249 | "type=\"programlisting\" id=\"0\"/>" | |
bcf91c1b DK |
3250 | msgstr "" |
3251 | ||
5723791e | 3252 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3253 | #: apt.conf.5.xml:574 |
2a52e8c5 | 3254 | msgid "" |
7d76ea1d DK |
3255 | "Note: To prevent problems resulting from APT being executed in different " |
3256 | "environments (e.g. by different users or by other programs) all Translation " | |
3257 | "files which are found in <filename>/var/lib/apt/lists/</filename> will be " | |
3258 | "added to the end of the list (after an implicit " | |
3259 | "\"<literal>none</literal>\")." | |
2a52e8c5 DK |
3260 | msgstr "" |
3261 | ||
c1b21367 | 3262 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3263 | #: apt.conf.5.xml:583 |
c1b21367 MV |
3264 | msgid "When downloading, force to use only the IPv4 protocol." |
3265 | msgstr "" | |
3266 | ||
3267 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 3268 | #: apt.conf.5.xml:589 |
c1b21367 MV |
3269 | msgid "When downloading, force to use only the IPv6 protocol." |
3270 | msgstr "" | |
3271 | ||
5b1e4e86 | 3272 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3273 | #: apt.conf.5.xml:595 |
5b1e4e86 MV |
3274 | msgid "" |
3275 | "The maximum file size of Release/Release.gpg/InRelease files. The default " | |
3276 | "is 10MB." | |
3277 | msgstr "" | |
3278 | ||
3279 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c MV |
3280 | #: apt.conf.5.xml:602 |
3281 | msgid "" | |
3282 | "This option controls if apt will use the DNS SRV server record as specified " | |
3283 | "in RFC 2782 to select an alternative server to connect to. The default is " | |
3284 | "\"true\"." | |
3285 | msgstr "" | |
3286 | ||
3287 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
3288 | #: apt.conf.5.xml:611 | |
5b1e4e86 MV |
3289 | msgid "" |
3290 | "Allow the update operation to load data files from a repository without a " | |
3291 | "trusted signature. If enabled this option no data files will be loaded and " | |
3292 | "the update operation fails with a error for this source. The default is " | |
3293 | "false for backward compatibility. This will be changed in the future." | |
3294 | msgstr "" | |
3295 | ||
3296 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 3297 | #: apt.conf.5.xml:622 |
5b1e4e86 MV |
3298 | msgid "" |
3299 | "Allow that a repository that was previously gpg signed to become unsigned " | |
3300 | "durign a update operation. When there is no valid signature of a perviously " | |
3301 | "trusted repository apt will refuse the update. This option can be used to " | |
3302 | "override this protection. You almost certainly never want to enable " | |
3303 | "this. The default is false. Note that apt will still consider packages from " | |
3304 | "this source untrusted and warn about them if you try to install them." | |
3305 | msgstr "" | |
3306 | ||
864fe99c MV |
3307 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><term> |
3308 | #: apt.conf.5.xml:634 | |
3309 | msgid "scope" | |
3310 | msgstr "" | |
3311 | ||
3312 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
3313 | #: apt.conf.5.xml:636 | |
3314 | msgid "" | |
3315 | "Acquiring changelogs can only be done if an URI is known from where to get " | |
3316 | "them. Preferable the Release file indicates this in a 'Changelogs' " | |
3317 | "field. If this isn't available the Label/Origin field of the Release file is " | |
3318 | "used to check if a " | |
3319 | "<literal>Acquire::Changelogs::URI::Label::<replaceable>LABEL</replaceable></literal> " | |
3320 | "or " | |
3321 | "<literal>Acquire::Changelogs::URI::Origin::<replaceable>ORIGIN</replaceable></literal> " | |
3322 | "option exists and if so this value is taken. The value in the Release file " | |
3323 | "can be overridden with " | |
3324 | "<literal>Acquire::Changelogs::URI::Override::Label::<replaceable>LABEL</replaceable></literal> " | |
3325 | "or " | |
3326 | "<literal>Acquire::Changelogs::URI::Override::Origin::<replaceable>ORIGIN</replaceable></literal>. " | |
3327 | "The value should be a normal URI to a text file, expect that package " | |
3328 | "specific data is replaced with the placeholder " | |
3329 | "<literal>CHANGEPATH</literal>. The value for it is: 1. if the package is " | |
3330 | "from a component (e.g. <literal>main</literal>) this is the first part " | |
3331 | "otherwise it is omitted, 2. the first letter of source package name, expect " | |
3332 | "if the source package name starts with '<literal>lib</literal>' in which " | |
3333 | "case it will be the first four letters. 3. The complete source package " | |
3334 | "name. 4. the complete name again and 5. the source version. The first (if " | |
3335 | "present), second, third and fourth part are separated by a slash " | |
3336 | "('<literal>/</literal>') and between the fourth and fifth part is an " | |
3337 | "underscore ('<literal>_</literal>'). The special value " | |
3338 | "'<literal>no</literal>' is available for this option indicating that this " | |
3339 | "source can't be used to acquire changelog files from. Another source will be " | |
3340 | "tried if available in this case." | |
3341 | msgstr "" | |
3342 | ||
7d76ea1d | 3343 | #. type: Content of: <refentry><refsect1><title> |
864fe99c | 3344 | #: apt.conf.5.xml:664 |
7d76ea1d | 3345 | msgid "Directories" |
2a52e8c5 DK |
3346 | msgstr "" |
3347 | ||
3348 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 3349 | #: apt.conf.5.xml:666 |
2a52e8c5 | 3350 | msgid "" |
7d76ea1d DK |
3351 | "The <literal>Dir::State</literal> section has directories that pertain to " |
3352 | "local state information. <literal>lists</literal> is the directory to place " | |
3353 | "downloaded package lists in and <literal>status</literal> is the name of the " | |
5723791e | 3354 | "&dpkg; status file. <literal>preferences</literal> is the name of the APT " |
7d76ea1d | 3355 | "<filename>preferences</filename> file. <literal>Dir::State</literal> " |
5723791e | 3356 | "contains the default directory to prefix on all sub-items if they do not " |
7d76ea1d | 3357 | "start with <filename>/</filename> or <filename>./</filename>." |
2a52e8c5 DK |
3358 | msgstr "" |
3359 | ||
3360 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 3361 | #: apt.conf.5.xml:673 |
2a52e8c5 | 3362 | msgid "" |
7d76ea1d DK |
3363 | "<literal>Dir::Cache</literal> contains locations pertaining to local cache " |
3364 | "information, such as the two package caches <literal>srcpkgcache</literal> " | |
3365 | "and <literal>pkgcache</literal> as well as the location to place downloaded " | |
3366 | "archives, <literal>Dir::Cache::archives</literal>. Generation of caches can " | |
1e7ec0d8 MV |
3367 | "be turned off by setting <literal>pkgcache</literal> or " |
3368 | "<literal>srcpkgcache</literal> to <literal>\"\"</literal>. This will slow " | |
5723791e | 3369 | "down startup but save disk space. It is probably preferable to turn off the " |
1e7ec0d8 MV |
3370 | "pkgcache rather than the srcpkgcache. Like <literal>Dir::State</literal> " |
3371 | "the default directory is contained in <literal>Dir::Cache</literal>" | |
2a52e8c5 DK |
3372 | msgstr "" |
3373 | ||
2a52e8c5 | 3374 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 3375 | #: apt.conf.5.xml:683 |
2a52e8c5 | 3376 | msgid "" |
7d76ea1d DK |
3377 | "<literal>Dir::Etc</literal> contains the location of configuration files, " |
3378 | "<literal>sourcelist</literal> gives the location of the sourcelist and " | |
3379 | "<literal>main</literal> is the default configuration file (setting has no " | |
3380 | "effect, unless it is done from the config file specified by " | |
3381 | "<envar>APT_CONFIG</envar>)." | |
2a52e8c5 DK |
3382 | msgstr "" |
3383 | ||
3384 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 3385 | #: apt.conf.5.xml:689 |
2a52e8c5 | 3386 | msgid "" |
7d76ea1d DK |
3387 | "The <literal>Dir::Parts</literal> setting reads in all the config fragments " |
3388 | "in lexical order from the directory specified. After this is done then the " | |
3389 | "main config file is loaded." | |
2a52e8c5 DK |
3390 | msgstr "" |
3391 | ||
3392 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 3393 | #: apt.conf.5.xml:693 |
2a52e8c5 | 3394 | msgid "" |
7d76ea1d DK |
3395 | "Binary programs are pointed to by " |
3396 | "<literal>Dir::Bin</literal>. <literal>Dir::Bin::Methods</literal> specifies " | |
3397 | "the location of the method handlers and <literal>gzip</literal>, " | |
3398 | "<literal>bzip2</literal>, <literal>lzma</literal>, <literal>dpkg</literal>, " | |
3399 | "<literal>apt-get</literal> <literal>dpkg-source</literal> " | |
3400 | "<literal>dpkg-buildpackage</literal> and <literal>apt-cache</literal> " | |
3401 | "specify the location of the respective programs." | |
2a52e8c5 DK |
3402 | msgstr "" |
3403 | ||
3404 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 3405 | #: apt.conf.5.xml:701 |
2a52e8c5 | 3406 | msgid "" |
7d76ea1d | 3407 | "The configuration item <literal>RootDir</literal> has a special meaning. If " |
864fe99c MV |
3408 | "set, all paths will be relative to <literal>RootDir</literal>, " |
3409 | "<emphasis>even paths that are specified absolutely</emphasis>. So, for " | |
3410 | "instance, if <literal>RootDir</literal> is set to " | |
3411 | "<filename>/tmp/staging</filename> and <literal>Dir::State::status</literal> " | |
3412 | "is set to <filename>/var/lib/dpkg/status</filename>, then the status file " | |
3413 | "will be looked up in <filename>/tmp/staging/var/lib/dpkg/status</filename>. " | |
3414 | "If you want to prefix only relative paths, set <literal>Dir</literal> " | |
3415 | "instead." | |
2a52e8c5 DK |
3416 | msgstr "" |
3417 | ||
3418 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 3419 | #: apt.conf.5.xml:715 |
2a52e8c5 | 3420 | msgid "" |
7d76ea1d DK |
3421 | "The <literal>Ignore-Files-Silently</literal> list can be used to specify " |
3422 | "which files APT should silently ignore while parsing the files in the " | |
3423 | "fragment directories. Per default a file which end with " | |
3424 | "<literal>.disabled</literal>, <literal>~</literal>, <literal>.bak</literal> " | |
3425 | "or <literal>.dpkg-[a-z]+</literal> is silently ignored. As seen in the last " | |
3426 | "default value these patterns can use regular expression syntax." | |
2a52e8c5 DK |
3427 | msgstr "" |
3428 | ||
7d76ea1d | 3429 | #. type: Content of: <refentry><refsect1><title> |
864fe99c | 3430 | #: apt.conf.5.xml:724 |
7d76ea1d | 3431 | msgid "APT in DSelect" |
2a52e8c5 DK |
3432 | msgstr "" |
3433 | ||
3434 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 3435 | #: apt.conf.5.xml:726 |
2a52e8c5 | 3436 | msgid "" |
7d76ea1d | 3437 | "When APT is used as a &dselect; method several configuration directives " |
5723791e | 3438 | "control the default behavior. These are in the <literal>DSelect</literal> " |
7d76ea1d | 3439 | "section." |
2a52e8c5 DK |
3440 | msgstr "" |
3441 | ||
7d76ea1d | 3442 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3443 | #: apt.conf.5.xml:731 |
2a52e8c5 | 3444 | msgid "" |
5723791e JR |
3445 | "Cache Clean mode; this value may be one of <literal>always</literal>, " |
3446 | "<literal>prompt</literal>, <literal>auto</literal>, " | |
3447 | "<literal>pre-auto</literal> and <literal>never</literal>. " | |
3448 | "<literal>always</literal> and <literal>prompt</literal> will remove all " | |
3449 | "packages from the cache after upgrading, <literal>prompt</literal> (the " | |
3450 | "default) does so conditionally. <literal>auto</literal> removes only those " | |
3451 | "packages which are no longer downloadable (replaced with a new version for " | |
3452 | "instance). <literal>pre-auto</literal> performs this action before " | |
3453 | "downloading new packages." | |
2a52e8c5 DK |
3454 | msgstr "" |
3455 | ||
7d76ea1d | 3456 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3457 | #: apt.conf.5.xml:745 |
2a52e8c5 | 3458 | msgid "" |
5723791e JR |
3459 | "The contents of this variable are passed to &apt-get; as command line " |
3460 | "options when it is run for the install phase." | |
2a52e8c5 DK |
3461 | msgstr "" |
3462 | ||
7d76ea1d | 3463 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3464 | #: apt.conf.5.xml:750 |
2a52e8c5 | 3465 | msgid "" |
5723791e JR |
3466 | "The contents of this variable are passed to &apt-get; as command line " |
3467 | "options when it is run for the update phase." | |
2a52e8c5 DK |
3468 | msgstr "" |
3469 | ||
7d76ea1d | 3470 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3471 | #: apt.conf.5.xml:755 |
2a52e8c5 | 3472 | msgid "" |
7d76ea1d DK |
3473 | "If true the [U]pdate operation in &dselect; will always prompt to continue. " |
3474 | "The default is to prompt only on error." | |
2a52e8c5 DK |
3475 | msgstr "" |
3476 | ||
3477 | #. type: Content of: <refentry><refsect1><title> | |
864fe99c | 3478 | #: apt.conf.5.xml:761 |
5723791e | 3479 | msgid "How APT calls &dpkg;" |
2a52e8c5 DK |
3480 | msgstr "" |
3481 | ||
3482 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 3483 | #: apt.conf.5.xml:762 |
2a52e8c5 | 3484 | msgid "" |
7d76ea1d DK |
3485 | "Several configuration directives control how APT invokes &dpkg;. These are " |
3486 | "in the <literal>DPkg</literal> section." | |
2a52e8c5 DK |
3487 | msgstr "" |
3488 | ||
7d76ea1d | 3489 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3490 | #: apt.conf.5.xml:767 |
2a52e8c5 | 3491 | msgid "" |
5723791e | 3492 | "This is a list of options to pass to &dpkg;. The options must be specified " |
7d76ea1d DK |
3493 | "using the list notation and each list item is passed as a single argument to " |
3494 | "&dpkg;." | |
2a52e8c5 DK |
3495 | msgstr "" |
3496 | ||
7d76ea1d | 3497 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3498 | #: apt.conf.5.xml:773 |
2a52e8c5 | 3499 | msgid "" |
7d76ea1d DK |
3500 | "This is a list of shell commands to run before/after invoking &dpkg;. Like " |
3501 | "<literal>options</literal> this must be specified in list notation. The " | |
5723791e | 3502 | "commands are invoked in order using <filename>/bin/sh</filename>; should any " |
7d76ea1d | 3503 | "fail APT will abort." |
2a52e8c5 DK |
3504 | msgstr "" |
3505 | ||
7d76ea1d | 3506 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3507 | #: apt.conf.5.xml:780 |
2a52e8c5 | 3508 | msgid "" |
5723791e | 3509 | "This is a list of shell commands to run before invoking &dpkg;. Like " |
7d76ea1d | 3510 | "<literal>options</literal> this must be specified in list notation. The " |
5723791e JR |
3511 | "commands are invoked in order using <filename>/bin/sh</filename>; should any " |
3512 | "fail APT will abort. APT will pass the filenames of all .deb files it is " | |
ce34af08 MV |
3513 | "going to install to the commands, one per line on the requested file " |
3514 | "descriptor, defaulting to standard input." | |
2a52e8c5 DK |
3515 | msgstr "" |
3516 | ||
7d76ea1d | 3517 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3518 | #: apt.conf.5.xml:787 |
2a52e8c5 | 3519 | msgid "" |
864fe99c MV |
3520 | "Version 2 of this protocol sends more information through the requested file " |
3521 | "descriptor: a line with the text <literal>VERSION 2</literal>, the APT " | |
3522 | "configuration space, and a list of package actions with filename and version " | |
3523 | "information." | |
ce34af08 MV |
3524 | msgstr "" |
3525 | ||
3526 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c MV |
3527 | #: apt.conf.5.xml:792 |
3528 | msgid "" | |
3529 | "Each configuration directive line has the form " | |
3530 | "<literal>key=value</literal>. Special characters (equal signs, newlines, " | |
3531 | "nonprintable characters, quotation marks, and percent signs in " | |
3532 | "<literal>key</literal> and newlines, nonprintable characters, and percent " | |
3533 | "signs in <literal>value</literal>) are %-encoded. Lists are represented by " | |
3534 | "multiple <literal>key::=value</literal> lines with the same key. The " | |
3535 | "configuration section ends with a blank line." | |
3536 | msgstr "" | |
3537 | ||
3538 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
3539 | #: apt.conf.5.xml:800 | |
3540 | msgid "" | |
3541 | "Package action lines consist of five fields in Version 2: old version, " | |
3542 | "direction of version change (< for upgrades, > for downgrades, = for " | |
3543 | "no change), new version, action. The version fields are \"-\" for no version " | |
3544 | "at all (for example when installing a package for the first time; no version " | |
3545 | "is treated as earlier than any real version, so that is an upgrade, " | |
3546 | "indicated as <literal>- < 1.23.4</literal>). The action field is " | |
3547 | "\"**CONFIGURE**\" if the package is being configured, \"**REMOVE**\" if it " | |
3548 | "is being removed, or the filename of a .deb file if it is being unpacked." | |
3549 | msgstr "" | |
3550 | ||
3551 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
3552 | #: apt.conf.5.xml:810 | |
3553 | msgid "" | |
3554 | "In Version 3 after each version field follows the architecture of this " | |
3555 | "version, which is \"-\" if there is no version, and a field showing the " | |
3556 | "MultiArch type \"same\", foreign\", \"allowed\" or \"none\". Note that " | |
3557 | "\"none\" is an incorrect typename which is just kept to remain compatible, " | |
3558 | "it should be read as \"no\" and users are encouraged to support both." | |
3559 | msgstr "" | |
3560 | ||
3561 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
3562 | #: apt.conf.5.xml:816 | |
ce34af08 MV |
3563 | msgid "" |
3564 | "The version of the protocol to be used for the command " | |
3565 | "<literal><replaceable>cmd</replaceable></literal> can be chosen by setting " | |
3566 | "<literal>DPkg::Tools::options::<replaceable>cmd</replaceable>::Version</literal> " | |
3567 | "accordingly, the default being version 1. If APT isn't supporting the " | |
3568 | "requested version it will send the information in the highest version it has " | |
3569 | "support for instead." | |
3570 | msgstr "" | |
3571 | ||
3572 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> | |
864fe99c | 3573 | #: apt.conf.5.xml:823 |
ce34af08 MV |
3574 | msgid "" |
3575 | "The file descriptor to be used to send the information can be requested with " | |
3576 | "<literal>DPkg::Tools::options::<replaceable>cmd</replaceable>::InfoFD</literal> " | |
3577 | "which defaults to <literal>0</literal> for standard input and is available " | |
3578 | "since version 0.9.11. Support for the option can be detected by looking for " | |
3579 | "the environment variable <envar>APT_HOOK_INFO_FD</envar> which contains the " | |
3580 | "number of the used file descriptor as a confirmation." | |
2a52e8c5 DK |
3581 | msgstr "" |
3582 | ||
7d76ea1d | 3583 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3584 | #: apt.conf.5.xml:833 |
2a52e8c5 | 3585 | msgid "" |
5723791e | 3586 | "APT chdirs to this directory before invoking &dpkg;, the default is " |
7d76ea1d | 3587 | "<filename>/</filename>." |
2a52e8c5 DK |
3588 | msgstr "" |
3589 | ||
7d76ea1d | 3590 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3591 | #: apt.conf.5.xml:838 |
2a52e8c5 | 3592 | msgid "" |
5723791e | 3593 | "These options are passed to &dpkg-buildpackage; when compiling packages; the " |
7d76ea1d | 3594 | "default is to disable signing and produce all binaries." |
2a52e8c5 DK |
3595 | msgstr "" |
3596 | ||
7d76ea1d | 3597 | #. type: Content of: <refentry><refsect1><refsect2><title> |
864fe99c | 3598 | #: apt.conf.5.xml:843 |
7d76ea1d | 3599 | msgid "dpkg trigger usage (and related options)" |
2a52e8c5 DK |
3600 | msgstr "" |
3601 | ||
7d76ea1d | 3602 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 3603 | #: apt.conf.5.xml:844 |
2a52e8c5 | 3604 | msgid "" |
5723791e JR |
3605 | "APT can call &dpkg; in such a way as to let it make aggressive use of " |
3606 | "triggers over multiple calls of &dpkg;. Without further options &dpkg; will " | |
3607 | "use triggers once each time it runs. Activating these options can therefore " | |
3608 | "decrease the time needed to perform the install or upgrade. Note that it is " | |
3609 | "intended to activate these options per default in the future, but as it " | |
3610 | "drastically changes the way APT calls &dpkg; it needs a lot more testing. " | |
3611 | "<emphasis>These options are therefore currently experimental and should not " | |
3612 | "be used in production environments.</emphasis> It also breaks progress " | |
3613 | "reporting such that all front-ends will currently stay around half (or more) " | |
3614 | "of the time in the 100% state while it actually configures all packages." | |
2a52e8c5 DK |
3615 | msgstr "" |
3616 | ||
7d76ea1d | 3617 | #. type: Content of: <refentry><refsect1><refsect2><para><literallayout> |
864fe99c | 3618 | #: apt.conf.5.xml:859 |
7d76ea1d | 3619 | #, no-wrap |
2a52e8c5 | 3620 | msgid "" |
7d76ea1d DK |
3621 | "DPkg::NoTriggers \"true\";\n" |
3622 | "PackageManager::Configure \"smart\";\n" | |
3623 | "DPkg::ConfigurePending \"true\";\n" | |
3624 | "DPkg::TriggersPending \"true\";" | |
2a52e8c5 DK |
3625 | msgstr "" |
3626 | ||
7d76ea1d | 3627 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 3628 | #: apt.conf.5.xml:853 |
2a52e8c5 | 3629 | msgid "" |
7d76ea1d DK |
3630 | "Note that it is not guaranteed that APT will support these options or that " |
3631 | "these options will not cause (big) trouble in the future. If you have " | |
3632 | "understand the current risks and problems with these options, but are brave " | |
5723791e | 3633 | "enough to help testing them, create a new configuration file and test a " |
7d76ea1d DK |
3634 | "combination of options. Please report any bugs, problems and improvements " |
3635 | "you encounter and make sure to note which options you have used in your " | |
5723791e | 3636 | "reports. Asking &dpkg; for help could also be useful for debugging proposes, " |
7d76ea1d DK |
3637 | "see e.g. <command>dpkg --audit</command>. A defensive option combination " |
3638 | "would be <placeholder type=\"literallayout\" id=\"0\"/>" | |
2a52e8c5 DK |
3639 | msgstr "" |
3640 | ||
7d76ea1d | 3641 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
864fe99c | 3642 | #: apt.conf.5.xml:866 |
2a52e8c5 | 3643 | msgid "" |
5723791e | 3644 | "Add the no triggers flag to all &dpkg; calls (except the ConfigurePending " |
7d76ea1d | 3645 | "call). See &dpkg; if you are interested in what this actually means. In " |
5723791e JR |
3646 | "short: &dpkg; will not run the triggers when this flag is present unless it " |
3647 | "is explicitly called to do so in an extra call. Note that this option " | |
3648 | "exists (undocumented) also in older APT versions with a slightly different " | |
3649 | "meaning: Previously these option only append --no-triggers to the configure " | |
3650 | "calls to &dpkg; - now APT will also add this flag to the unpack and remove " | |
3651 | "calls." | |
2a52e8c5 DK |
3652 | msgstr "" |
3653 | ||
7d76ea1d | 3654 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
864fe99c | 3655 | #: apt.conf.5.xml:874 |
2a52e8c5 | 3656 | msgid "" |
7d76ea1d | 3657 | "Valid values are \"<literal>all</literal>\", \"<literal>smart</literal>\" " |
5723791e JR |
3658 | "and \"<literal>no</literal>\". The default value is " |
3659 | "\"<literal>all</literal>\", which causes APT to configure all packages. The " | |
3660 | "\"<literal>smart</literal>\" way is to configure only packages which need to " | |
3661 | "be configured before another package can be unpacked (Pre-Depends), and let " | |
3662 | "the rest be configured by &dpkg; with a call generated by the " | |
3663 | "ConfigurePending option (see below). On the other hand, " | |
3664 | "\"<literal>no</literal>\" will not configure anything, and totally relies on " | |
3665 | "&dpkg; for configuration (which at the moment will fail if a Pre-Depends is " | |
3666 | "encountered). Setting this option to any value other than " | |
3667 | "<literal>all</literal> will implicitly also activate the next option by " | |
3668 | "default, as otherwise the system could end in an unconfigured and " | |
3669 | "potentially unbootable state." | |
2a52e8c5 DK |
3670 | msgstr "" |
3671 | ||
7d76ea1d | 3672 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
864fe99c | 3673 | #: apt.conf.5.xml:889 |
2a52e8c5 | 3674 | msgid "" |
5723791e JR |
3675 | "If this option is set APT will call <command>dpkg --configure " |
3676 | "--pending</command> to let &dpkg; handle all required configurations and " | |
3677 | "triggers. This option is activated automatically per default if the previous " | |
3678 | "option is not set to <literal>all</literal>, but deactivating it could be " | |
7d76ea1d DK |
3679 | "useful if you want to run APT multiple times in a row - e.g. in an " |
3680 | "installer. In these sceneries you could deactivate this option in all but " | |
3681 | "the last run." | |
2a52e8c5 DK |
3682 | msgstr "" |
3683 | ||
7d76ea1d | 3684 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
864fe99c | 3685 | #: apt.conf.5.xml:896 |
2a52e8c5 | 3686 | msgid "" |
5723791e JR |
3687 | "Useful for the <literal>smart</literal> configuration as a package which has " |
3688 | "pending triggers is not considered as <literal>installed</literal>, and " | |
3689 | "&dpkg; treats them as <literal>unpacked</literal> currently which is a " | |
3690 | "showstopper for Pre-Dependencies (see debbugs #526774). Note that this will " | |
3691 | "process all triggers, not only the triggers needed to configure this " | |
3692 | "package." | |
2a52e8c5 DK |
3693 | msgstr "" |
3694 | ||
7d76ea1d | 3695 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para><literallayout> |
864fe99c | 3696 | #: apt.conf.5.xml:909 |
7d76ea1d | 3697 | #, no-wrap |
2a52e8c5 | 3698 | msgid "" |
7d76ea1d DK |
3699 | "OrderList::Score {\n" |
3700 | "\tDelete 500;\n" | |
3701 | "\tEssential 200;\n" | |
3702 | "\tImmediate 10;\n" | |
3703 | "\tPreDepends 50;\n" | |
3704 | "};" | |
2a52e8c5 DK |
3705 | msgstr "" |
3706 | ||
7d76ea1d | 3707 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
864fe99c | 3708 | #: apt.conf.5.xml:902 |
7d76ea1d | 3709 | msgid "" |
5723791e JR |
3710 | "Essential packages (and their dependencies) should be configured immediately " |
3711 | "after unpacking. It is a good idea to do this quite early in the upgrade " | |
3712 | "process as these configure calls also currently require " | |
7d76ea1d | 3713 | "<literal>DPkg::TriggersPending</literal> which will run quite a few triggers " |
5723791e JR |
3714 | "(which may not be needed). Essentials get per default a high score but the " |
3715 | "immediate flag is relatively low (a package which has a Pre-Depends is rated " | |
3716 | "higher). These option and the others in the same group can be used to " | |
3717 | "change the scoring. The following example shows the settings with their " | |
7d76ea1d | 3718 | "default values. <placeholder type=\"literallayout\" id=\"0\"/>" |
2a52e8c5 DK |
3719 | msgstr "" |
3720 | ||
7d76ea1d | 3721 | #. type: Content of: <refentry><refsect1><title> |
864fe99c | 3722 | #: apt.conf.5.xml:922 |
7d76ea1d | 3723 | msgid "Periodic and Archives options" |
89fd753d MV |
3724 | msgstr "" |
3725 | ||
7d76ea1d | 3726 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 3727 | #: apt.conf.5.xml:923 |
7d76ea1d DK |
3728 | msgid "" |
3729 | "<literal>APT::Periodic</literal> and <literal>APT::Archives</literal> groups " | |
5723791e JR |
3730 | "of options configure behavior of apt periodic updates, which is done by the " |
3731 | "<literal>/etc/cron.daily/apt</literal> script. See the top of this script " | |
3732 | "for the brief documentation of these options." | |
2a52e8c5 DK |
3733 | msgstr "" |
3734 | ||
7d76ea1d | 3735 | #. type: Content of: <refentry><refsect1><title> |
864fe99c | 3736 | #: apt.conf.5.xml:931 |
7d76ea1d | 3737 | msgid "Debug options" |
2a52e8c5 DK |
3738 | msgstr "" |
3739 | ||
3740 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 3741 | #: apt.conf.5.xml:933 |
2a52e8c5 | 3742 | msgid "" |
7d76ea1d DK |
3743 | "Enabling options in the <literal>Debug::</literal> section will cause " |
3744 | "debugging information to be sent to the standard error stream of the program " | |
3745 | "utilizing the <literal>apt</literal> libraries, or enable special program " | |
3746 | "modes that are primarily useful for debugging the behavior of " | |
3747 | "<literal>apt</literal>. Most of these options are not interesting to a " | |
3748 | "normal user, but a few may be:" | |
b39c1859 MV |
3749 | msgstr "" |
3750 | ||
7d76ea1d | 3751 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> |
864fe99c | 3752 | #: apt.conf.5.xml:944 |
b39c1859 | 3753 | msgid "" |
7d76ea1d DK |
3754 | "<literal>Debug::pkgProblemResolver</literal> enables output about the " |
3755 | "decisions made by <literal>dist-upgrade, upgrade, install, remove, " | |
3756 | "purge</literal>." | |
b39c1859 MV |
3757 | msgstr "" |
3758 | ||
7d76ea1d | 3759 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> |
864fe99c | 3760 | #: apt.conf.5.xml:952 |
b39c1859 | 3761 | msgid "" |
7d76ea1d DK |
3762 | "<literal>Debug::NoLocking</literal> disables all file locking. This can be " |
3763 | "used to run some operations (for instance, <literal>apt-get -s " | |
3764 | "install</literal>) as a non-root user." | |
b39c1859 MV |
3765 | msgstr "" |
3766 | ||
7d76ea1d | 3767 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> |
864fe99c | 3768 | #: apt.conf.5.xml:961 |
b39c1859 | 3769 | msgid "" |
7d76ea1d DK |
3770 | "<literal>Debug::pkgDPkgPM</literal> prints out the actual command line each " |
3771 | "time that <literal>apt</literal> invokes &dpkg;." | |
b39c1859 MV |
3772 | msgstr "" |
3773 | ||
7d76ea1d DK |
3774 | #. TODO: provide a |
3775 | #. motivating example, except I haven't a clue why you'd want | |
3776 | #. to do this. | |
3777 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> | |
864fe99c | 3778 | #: apt.conf.5.xml:969 |
b39c1859 | 3779 | msgid "" |
7d76ea1d DK |
3780 | "<literal>Debug::IdentCdrom</literal> disables the inclusion of statfs data " |
3781 | "in CD-ROM IDs." | |
2a52e8c5 DK |
3782 | msgstr "" |
3783 | ||
3784 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 3785 | #: apt.conf.5.xml:979 |
7d76ea1d | 3786 | msgid "A full list of debugging options to apt follows." |
2a52e8c5 DK |
3787 | msgstr "" |
3788 | ||
7d76ea1d | 3789 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3790 | #: apt.conf.5.xml:988 |
7d76ea1d | 3791 | msgid "Print information related to accessing <literal>cdrom://</literal> sources." |
2a52e8c5 DK |
3792 | msgstr "" |
3793 | ||
7d76ea1d | 3794 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3795 | #: apt.conf.5.xml:999 |
7d76ea1d | 3796 | msgid "Print information related to downloading packages using FTP." |
2a52e8c5 DK |
3797 | msgstr "" |
3798 | ||
7d76ea1d | 3799 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3800 | #: apt.conf.5.xml:1010 |
7d76ea1d | 3801 | msgid "Print information related to downloading packages using HTTP." |
2a52e8c5 DK |
3802 | msgstr "" |
3803 | ||
7d76ea1d | 3804 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3805 | #: apt.conf.5.xml:1021 |
7d76ea1d | 3806 | msgid "Print information related to downloading packages using HTTPS." |
2a52e8c5 DK |
3807 | msgstr "" |
3808 | ||
7d76ea1d | 3809 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3810 | #: apt.conf.5.xml:1032 |
2a52e8c5 | 3811 | msgid "" |
7d76ea1d DK |
3812 | "Print information related to verifying cryptographic signatures using " |
3813 | "<literal>gpg</literal>." | |
2a52e8c5 DK |
3814 | msgstr "" |
3815 | ||
7d76ea1d | 3816 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3817 | #: apt.conf.5.xml:1043 |
2a52e8c5 | 3818 | msgid "" |
7d76ea1d DK |
3819 | "Output information about the process of accessing collections of packages " |
3820 | "stored on CD-ROMs." | |
2a52e8c5 DK |
3821 | msgstr "" |
3822 | ||
7d76ea1d | 3823 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3824 | #: apt.conf.5.xml:1053 |
7d76ea1d | 3825 | msgid "Describes the process of resolving build-dependencies in &apt-get;." |
63fc5550 DK |
3826 | msgstr "" |
3827 | ||
7d76ea1d | 3828 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3829 | #: apt.conf.5.xml:1063 |
63fc5550 | 3830 | msgid "" |
7d76ea1d DK |
3831 | "Output each cryptographic hash that is generated by the " |
3832 | "<literal>apt</literal> libraries." | |
2a52e8c5 DK |
3833 | msgstr "" |
3834 | ||
7d76ea1d | 3835 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3836 | #: apt.conf.5.xml:1073 |
63fc5550 | 3837 | msgid "" |
7d76ea1d DK |
3838 | "Do not include information from <literal>statfs</literal>, namely the number " |
3839 | "of used and free blocks on the CD-ROM filesystem, when generating an ID for " | |
3840 | "a CD-ROM." | |
63fc5550 DK |
3841 | msgstr "" |
3842 | ||
7d76ea1d | 3843 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3844 | #: apt.conf.5.xml:1084 |
2a52e8c5 | 3845 | msgid "" |
7d76ea1d DK |
3846 | "Disable all file locking. For instance, this will allow two instances of " |
3847 | "<quote><literal>apt-get update</literal></quote> to run at the same time." | |
63fc5550 DK |
3848 | msgstr "" |
3849 | ||
7d76ea1d | 3850 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3851 | #: apt.conf.5.xml:1096 |
7d76ea1d | 3852 | msgid "Log when items are added to or removed from the global download queue." |
2a52e8c5 DK |
3853 | msgstr "" |
3854 | ||
7d76ea1d | 3855 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3856 | #: apt.conf.5.xml:1106 |
63fc5550 | 3857 | msgid "" |
7d76ea1d DK |
3858 | "Output status messages and errors related to verifying checksums and " |
3859 | "cryptographic signatures of downloaded files." | |
2a52e8c5 DK |
3860 | msgstr "" |
3861 | ||
7d76ea1d | 3862 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3863 | #: apt.conf.5.xml:1116 |
2a52e8c5 | 3864 | msgid "" |
7d76ea1d DK |
3865 | "Output information about downloading and applying package index list diffs, " |
3866 | "and errors relating to package index list diffs." | |
2a52e8c5 DK |
3867 | msgstr "" |
3868 | ||
2a52e8c5 | 3869 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3870 | #: apt.conf.5.xml:1128 |
2a52e8c5 | 3871 | msgid "" |
7d76ea1d DK |
3872 | "Output information related to patching apt package lists when downloading " |
3873 | "index diffs instead of full indices." | |
2a52e8c5 DK |
3874 | msgstr "" |
3875 | ||
c77d6597 | 3876 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3877 | #: apt.conf.5.xml:1139 |
7d76ea1d | 3878 | msgid "Log all interactions with the sub-processes that actually perform downloads." |
c77d6597 MV |
3879 | msgstr "" |
3880 | ||
2a52e8c5 | 3881 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3882 | #: apt.conf.5.xml:1150 |
2a52e8c5 | 3883 | msgid "" |
7d76ea1d DK |
3884 | "Log events related to the automatically-installed status of packages and to " |
3885 | "the removal of unused packages." | |
2a52e8c5 DK |
3886 | msgstr "" |
3887 | ||
2a52e8c5 | 3888 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3889 | #: apt.conf.5.xml:1160 |
2a52e8c5 | 3890 | msgid "" |
7d76ea1d DK |
3891 | "Generate debug messages describing which packages are being automatically " |
3892 | "installed to resolve dependencies. This corresponds to the initial " | |
3893 | "auto-install pass performed in, e.g., <literal>apt-get install</literal>, " | |
3894 | "and not to the full <literal>apt</literal> dependency resolver; see " | |
3895 | "<literal>Debug::pkgProblemResolver</literal> for that." | |
2a52e8c5 DK |
3896 | msgstr "" |
3897 | ||
2a52e8c5 | 3898 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3899 | #: apt.conf.5.xml:1174 |
2a52e8c5 | 3900 | msgid "" |
5723791e | 3901 | "Generate debug messages describing which packages are marked as " |
7d76ea1d DK |
3902 | "keep/install/remove while the ProblemResolver does his work. Each addition " |
3903 | "or deletion may trigger additional actions; they are shown indented two " | |
5723791e | 3904 | "additional spaces under the original entry. The format for each line is " |
7d76ea1d DK |
3905 | "<literal>MarkKeep</literal>, <literal>MarkDelete</literal> or " |
3906 | "<literal>MarkInstall</literal> followed by <literal>package-name <a.b.c " | |
3907 | "-> d.e.f | x.y.z> (section)</literal> where <literal>a.b.c</literal> " | |
3908 | "is the current version of the package, <literal>d.e.f</literal> is the " | |
3909 | "version considered for installation and <literal>x.y.z</literal> is a newer " | |
3910 | "version, but not considered for installation (because of a low pin " | |
3911 | "score). The later two can be omitted if there is none or if it is the same " | |
5723791e | 3912 | "as the installed version. <literal>section</literal> is the name of the " |
7d76ea1d | 3913 | "section the package appears in." |
2a52e8c5 DK |
3914 | msgstr "" |
3915 | ||
2a52e8c5 | 3916 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3917 | #: apt.conf.5.xml:1195 |
2a52e8c5 | 3918 | msgid "" |
7d76ea1d DK |
3919 | "When invoking &dpkg;, output the precise command line with which it is being " |
3920 | "invoked, with arguments separated by a single space character." | |
2a52e8c5 DK |
3921 | msgstr "" |
3922 | ||
2a52e8c5 | 3923 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3924 | #: apt.conf.5.xml:1206 |
2a52e8c5 | 3925 | msgid "" |
7d76ea1d DK |
3926 | "Output all the data received from &dpkg; on the status file descriptor and " |
3927 | "any errors encountered while parsing it." | |
2a52e8c5 DK |
3928 | msgstr "" |
3929 | ||
2a52e8c5 | 3930 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3931 | #: apt.conf.5.xml:1217 |
2a52e8c5 | 3932 | msgid "" |
7d76ea1d DK |
3933 | "Generate a trace of the algorithm that decides the order in which " |
3934 | "<literal>apt</literal> should pass packages to &dpkg;." | |
2a52e8c5 DK |
3935 | msgstr "" |
3936 | ||
2a52e8c5 | 3937 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3938 | #: apt.conf.5.xml:1229 |
7d76ea1d | 3939 | msgid "Output status messages tracing the steps performed when invoking &dpkg;." |
2a52e8c5 DK |
3940 | msgstr "" |
3941 | ||
2a52e8c5 | 3942 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3943 | #: apt.conf.5.xml:1240 |
7d76ea1d | 3944 | msgid "Output the priority of each package list on startup." |
2a52e8c5 DK |
3945 | msgstr "" |
3946 | ||
2a52e8c5 | 3947 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3948 | #: apt.conf.5.xml:1250 |
2a52e8c5 | 3949 | msgid "" |
7d76ea1d DK |
3950 | "Trace the execution of the dependency resolver (this applies only to what " |
3951 | "happens when a complex dependency problem is encountered)." | |
2a52e8c5 DK |
3952 | msgstr "" |
3953 | ||
2a52e8c5 | 3954 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3955 | #: apt.conf.5.xml:1261 |
2a52e8c5 | 3956 | msgid "" |
7d76ea1d DK |
3957 | "Display a list of all installed packages with their calculated score used by " |
3958 | "the pkgProblemResolver. The description of the package is the same as " | |
3959 | "described in <literal>Debug::pkgDepCache::Marker</literal>" | |
2a52e8c5 DK |
3960 | msgstr "" |
3961 | ||
2a52e8c5 | 3962 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3963 | #: apt.conf.5.xml:1273 |
2a52e8c5 | 3964 | msgid "" |
7d76ea1d DK |
3965 | "Print information about the vendors read from " |
3966 | "<filename>/etc/apt/vendors.list</filename>." | |
2a52e8c5 DK |
3967 | msgstr "" |
3968 | ||
93ae7f7f | 3969 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
864fe99c | 3970 | #: apt.conf.5.xml:1283 |
93ae7f7f MV |
3971 | msgid "" |
3972 | "Display the external commands that are called by apt hooks. This includes " | |
3973 | "e.g. the config options <literal>DPkg::{Pre,Post}-Invoke</literal> or " | |
3974 | "<literal>APT::Update::{Pre,Post}-Invoke</literal>." | |
3975 | msgstr "" | |
3976 | ||
2a52e8c5 | 3977 | #. type: Content of: <refentry><refsect1><title> |
864fe99c | 3978 | #: apt.conf.5.xml:1307 apt_preferences.5.xml:556 sources.list.5.xml:358 apt-ftparchive.1.xml:592 |
7d76ea1d | 3979 | msgid "Examples" |
2a52e8c5 DK |
3980 | msgstr "" |
3981 | ||
aec22160 | 3982 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 3983 | #: apt.conf.5.xml:1308 |
aec22160 | 3984 | msgid "" |
7d76ea1d DK |
3985 | "&configureindex; is a configuration file showing example values for all " |
3986 | "possible options." | |
aec22160 DK |
3987 | msgstr "" |
3988 | ||
7d76ea1d DK |
3989 | #. ? reading apt.conf |
3990 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 3991 | #: apt.conf.5.xml:1320 |
7d76ea1d | 3992 | msgid "&apt-cache;, &apt-config;, &apt-preferences;." |
b6c6b52f MV |
3993 | msgstr "" |
3994 | ||
7d76ea1d | 3995 | #. type: Content of: <refentry><refnamediv><refpurpose> |
9de26945 | 3996 | #: apt_preferences.5.xml:28 |
7d76ea1d | 3997 | msgid "Preference control file for APT" |
c77d6597 MV |
3998 | msgstr "" |
3999 | ||
aec22160 | 4000 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 4001 | #: apt_preferences.5.xml:33 |
b6c6b52f | 4002 | msgid "" |
7d76ea1d DK |
4003 | "The APT preferences file <filename>/etc/apt/preferences</filename> and the " |
4004 | "fragment files in the <filename>/etc/apt/preferences.d/</filename> folder " | |
4005 | "can be used to control which versions of packages will be selected for " | |
4006 | "installation." | |
b6c6b52f MV |
4007 | msgstr "" |
4008 | ||
7d76ea1d | 4009 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 4010 | #: apt_preferences.5.xml:38 |
2a52e8c5 | 4011 | msgid "" |
7d76ea1d DK |
4012 | "Several versions of a package may be available for installation when the " |
4013 | "&sources-list; file contains references to more than one distribution (for " | |
4014 | "example, <literal>stable</literal> and <literal>testing</literal>). APT " | |
4015 | "assigns a priority to each version that is available. Subject to dependency " | |
4016 | "constraints, <command>apt-get</command> selects the version with the highest " | |
44477002 JR |
4017 | "priority for installation. The APT preferences override the priorities that " |
4018 | "APT assigns to package versions by default, thus giving the user control " | |
4019 | "over which one is selected for installation." | |
2a52e8c5 DK |
4020 | msgstr "" |
4021 | ||
7d76ea1d | 4022 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 4023 | #: apt_preferences.5.xml:48 |
b39c1859 | 4024 | msgid "" |
7d76ea1d DK |
4025 | "Several instances of the same version of a package may be available when the " |
4026 | "&sources-list; file contains references to more than one source. In this " | |
4027 | "case <command>apt-get</command> downloads the instance listed earliest in " | |
44477002 JR |
4028 | "the &sources-list; file. The APT preferences do not affect the choice of " |
4029 | "instance, only the choice of version." | |
b39c1859 MV |
4030 | msgstr "" |
4031 | ||
7d76ea1d | 4032 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 4033 | #: apt_preferences.5.xml:55 |
2a52e8c5 | 4034 | msgid "" |
7d76ea1d DK |
4035 | "Preferences are a strong power in the hands of a system administrator but " |
4036 | "they can become also their biggest nightmare if used without care! APT will " | |
44477002 JR |
4037 | "not question the preferences, so wrong settings can lead to uninstallable " |
4038 | "packages or wrong decisions while upgrading packages. Even more problems " | |
4039 | "will arise if multiple distribution releases are mixed without a good " | |
4040 | "understanding of the following paragraphs. Packages included in a specific " | |
4041 | "release aren't tested in (and therefore don't always work as expected in) " | |
4042 | "older or newer releases, or together with other packages from different " | |
4043 | "releases. You have been warned." | |
2a52e8c5 DK |
4044 | msgstr "" |
4045 | ||
7d76ea1d | 4046 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 4047 | #: apt_preferences.5.xml:66 |
2a52e8c5 | 4048 | msgid "" |
7d76ea1d DK |
4049 | "Note that the files in the <filename>/etc/apt/preferences.d</filename> " |
4050 | "directory are parsed in alphanumeric ascending order and need to obey the " | |
4051 | "following naming convention: The files have either no or " | |
4052 | "\"<literal>pref</literal>\" as filename extension and only contain " | |
4053 | "alphanumeric, hyphen (-), underscore (_) and period (.) characters. " | |
44477002 JR |
4054 | "Otherwise APT will print a notice that it has ignored a file, unless that " |
4055 | "file matches a pattern in the <literal>Dir::Ignore-Files-Silently</literal> " | |
5723791e | 4056 | "configuration list - in which case it will be silently ignored." |
2a52e8c5 DK |
4057 | msgstr "" |
4058 | ||
7d76ea1d | 4059 | #. type: Content of: <refentry><refsect1><refsect2><title> |
9de26945 | 4060 | #: apt_preferences.5.xml:75 |
7d76ea1d | 4061 | msgid "APT's Default Priority Assignments" |
2a52e8c5 DK |
4062 | msgstr "" |
4063 | ||
7d76ea1d | 4064 | #. type: Content of: <refentry><refsect1><refsect2><para><programlisting> |
9de26945 | 4065 | #: apt_preferences.5.xml:90 |
7d76ea1d | 4066 | #, no-wrap |
2a52e8c5 | 4067 | msgid "" |
7d76ea1d DK |
4068 | "<command>apt-get install -t testing " |
4069 | "<replaceable>some-package</replaceable></command>\n" | |
2a52e8c5 DK |
4070 | msgstr "" |
4071 | ||
7d76ea1d | 4072 | #. type: Content of: <refentry><refsect1><refsect2><para><programlisting> |
9de26945 | 4073 | #: apt_preferences.5.xml:93 |
7d76ea1d DK |
4074 | #, no-wrap |
4075 | msgid "APT::Default-Release \"stable\";\n" | |
4076 | msgstr "" | |
2a52e8c5 | 4077 | |
7d76ea1d | 4078 | #. type: Content of: <refentry><refsect1><refsect2><para> |
9de26945 | 4079 | #: apt_preferences.5.xml:77 |
2a52e8c5 | 4080 | msgid "" |
7d76ea1d DK |
4081 | "If there is no preferences file or if there is no entry in the file that " |
4082 | "applies to a particular version then the priority assigned to that version " | |
4083 | "is the priority of the distribution to which that version belongs. It is " | |
4084 | "possible to single out a distribution, \"the target release\", which " | |
4085 | "receives a higher priority than other distributions do by default. The " | |
4086 | "target release can be set on the <command>apt-get</command> command line or " | |
4087 | "in the APT configuration file <filename>/etc/apt/apt.conf</filename>. Note " | |
4088 | "that this has precedence over any general priority you set in the " | |
4089 | "<filename>/etc/apt/preferences</filename> file described later, but not over " | |
4090 | "specifically pinned packages. For example, <placeholder " | |
4091 | "type=\"programlisting\" id=\"0\"/> <placeholder type=\"programlisting\" " | |
4092 | "id=\"1\"/>" | |
2a52e8c5 DK |
4093 | msgstr "" |
4094 | ||
7d76ea1d | 4095 | #. type: Content of: <refentry><refsect1><refsect2><para> |
9de26945 | 4096 | #: apt_preferences.5.xml:97 |
2a52e8c5 | 4097 | msgid "" |
7d76ea1d DK |
4098 | "If the target release has been specified then APT uses the following " |
4099 | "algorithm to set the priorities of the versions of a package. Assign:" | |
2a52e8c5 DK |
4100 | msgstr "" |
4101 | ||
7d76ea1d | 4102 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
9de26945 | 4103 | #: apt_preferences.5.xml:102 |
7d76ea1d | 4104 | msgid "priority 1" |
c086ac18 DK |
4105 | msgstr "" |
4106 | ||
7d76ea1d | 4107 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
9de26945 | 4108 | #: apt_preferences.5.xml:103 |
63fc5550 | 4109 | msgid "" |
7d76ea1d DK |
4110 | "to the versions coming from archives which in their " |
4111 | "<filename>Release</filename> files are marked as \"NotAutomatic: yes\" but " | |
44477002 | 4112 | "<emphasis>not</emphasis> as \"ButAutomaticUpgrades: yes\" like the Debian " |
7d76ea1d | 4113 | "<literal>experimental</literal> archive." |
63fc5550 DK |
4114 | msgstr "" |
4115 | ||
7d76ea1d | 4116 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
9de26945 | 4117 | #: apt_preferences.5.xml:109 |
7d76ea1d | 4118 | msgid "priority 100" |
bf5c3fe8 MV |
4119 | msgstr "" |
4120 | ||
7d76ea1d | 4121 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
9de26945 | 4122 | #: apt_preferences.5.xml:110 |
2a52e8c5 | 4123 | msgid "" |
7d76ea1d DK |
4124 | "to the version that is already installed (if any) and to the versions coming " |
4125 | "from archives which in their <filename>Release</filename> files are marked " | |
44477002 | 4126 | "as \"NotAutomatic: yes\" and \"ButAutomaticUpgrades: yes\" like the Debian " |
7d76ea1d | 4127 | "backports archive since <literal>squeeze-backports</literal>." |
2a52e8c5 DK |
4128 | msgstr "" |
4129 | ||
7d76ea1d | 4130 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
9de26945 | 4131 | #: apt_preferences.5.xml:117 |
7d76ea1d | 4132 | msgid "priority 500" |
2a52e8c5 DK |
4133 | msgstr "" |
4134 | ||
7d76ea1d | 4135 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
9de26945 | 4136 | #: apt_preferences.5.xml:118 |
864fe99c | 4137 | msgid "to the versions that do not belong to the target release." |
2a52e8c5 DK |
4138 | msgstr "" |
4139 | ||
7d76ea1d | 4140 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
9de26945 | 4141 | #: apt_preferences.5.xml:122 |
7d76ea1d | 4142 | msgid "priority 990" |
c086ac18 DK |
4143 | msgstr "" |
4144 | ||
7d76ea1d | 4145 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
9de26945 | 4146 | #: apt_preferences.5.xml:123 |
864fe99c MV |
4147 | msgid "to the versions that belong to the target release." |
4148 | msgstr "" | |
4149 | ||
4150 | #. type: Content of: <refentry><refsect1><refsect2><para> | |
4151 | #: apt_preferences.5.xml:127 | |
4152 | msgid "" | |
4153 | "The highest of those priorities whose description matches the version is " | |
4154 | "assigned to the version." | |
63fc5550 DK |
4155 | msgstr "" |
4156 | ||
7d76ea1d | 4157 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4158 | #: apt_preferences.5.xml:131 |
2a52e8c5 | 4159 | msgid "" |
7d76ea1d DK |
4160 | "If the target release has not been specified then APT simply assigns " |
4161 | "priority 100 to all installed package versions and priority 500 to all " | |
4162 | "uninstalled package versions, except versions coming from archives which in " | |
4163 | "their <filename>Release</filename> files are marked as \"NotAutomatic: yes\" " | |
4164 | "- these versions get the priority 1 or priority 100 if it is additionally " | |
4165 | "marked as \"ButAutomaticUpgrades: yes\"." | |
2a52e8c5 DK |
4166 | msgstr "" |
4167 | ||
7d76ea1d | 4168 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4169 | #: apt_preferences.5.xml:138 |
2a52e8c5 | 4170 | msgid "" |
7d76ea1d DK |
4171 | "APT then applies the following rules, listed in order of precedence, to " |
4172 | "determine which version of a package to install." | |
2a52e8c5 DK |
4173 | msgstr "" |
4174 | ||
7d76ea1d | 4175 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4176 | #: apt_preferences.5.xml:141 |
2a52e8c5 | 4177 | msgid "" |
7d76ea1d DK |
4178 | "Never downgrade unless the priority of an available version exceeds 1000. " |
4179 | "(\"Downgrading\" is installing a less recent version of a package in place " | |
4180 | "of a more recent version. Note that none of APT's default priorities " | |
4181 | "exceeds 1000; such high priorities can only be set in the preferences file. " | |
4182 | "Note also that downgrading a package can be risky.)" | |
2a52e8c5 DK |
4183 | msgstr "" |
4184 | ||
7d76ea1d | 4185 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4186 | #: apt_preferences.5.xml:147 |
7d76ea1d | 4187 | msgid "Install the highest priority version." |
2a52e8c5 DK |
4188 | msgstr "" |
4189 | ||
7d76ea1d | 4190 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4191 | #: apt_preferences.5.xml:148 |
2a52e8c5 | 4192 | msgid "" |
7d76ea1d DK |
4193 | "If two or more versions have the same priority, install the most recent one " |
4194 | "(that is, the one with the higher version number)." | |
2a52e8c5 DK |
4195 | msgstr "" |
4196 | ||
7d76ea1d | 4197 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4198 | #: apt_preferences.5.xml:151 |
2a52e8c5 | 4199 | msgid "" |
7d76ea1d DK |
4200 | "If two or more versions have the same priority and version number but either " |
4201 | "the packages differ in some of their metadata or the " | |
4202 | "<literal>--reinstall</literal> option is given, install the uninstalled one." | |
2a52e8c5 DK |
4203 | msgstr "" |
4204 | ||
7d76ea1d | 4205 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4206 | #: apt_preferences.5.xml:157 |
bcf91c1b | 4207 | msgid "" |
7d76ea1d DK |
4208 | "In a typical situation, the installed version of a package (priority 100) " |
4209 | "is not as recent as one of the versions available from the sources listed in " | |
4210 | "the &sources-list; file (priority 500 or 990). Then the package will be " | |
4211 | "upgraded when <command>apt-get install " | |
4212 | "<replaceable>some-package</replaceable></command> or <command>apt-get " | |
4213 | "upgrade</command> is executed." | |
bcf91c1b DK |
4214 | msgstr "" |
4215 | ||
7d76ea1d | 4216 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4217 | #: apt_preferences.5.xml:164 |
bcf91c1b | 4218 | msgid "" |
7d76ea1d DK |
4219 | "More rarely, the installed version of a package is <emphasis>more</emphasis> " |
4220 | "recent than any of the other available versions. The package will not be " | |
4221 | "downgraded when <command>apt-get install " | |
4222 | "<replaceable>some-package</replaceable></command> or <command>apt-get " | |
4223 | "upgrade</command> is executed." | |
bcf91c1b DK |
4224 | msgstr "" |
4225 | ||
7d76ea1d | 4226 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4227 | #: apt_preferences.5.xml:169 |
2a52e8c5 | 4228 | msgid "" |
7d76ea1d DK |
4229 | "Sometimes the installed version of a package is more recent than the version " |
4230 | "belonging to the target release, but not as recent as a version belonging to " | |
4231 | "some other distribution. Such a package will indeed be upgraded when " | |
4232 | "<command>apt-get install <replaceable>some-package</replaceable></command> " | |
4233 | "or <command>apt-get upgrade</command> is executed, because at least " | |
4234 | "<emphasis>one</emphasis> of the available versions has a higher priority " | |
4235 | "than the installed version." | |
bcf91c1b DK |
4236 | msgstr "" |
4237 | ||
7d76ea1d | 4238 | #. type: Content of: <refentry><refsect1><refsect2><title> |
864fe99c | 4239 | #: apt_preferences.5.xml:178 |
7d76ea1d | 4240 | msgid "The Effect of APT Preferences" |
bcf91c1b DK |
4241 | msgstr "" |
4242 | ||
7d76ea1d | 4243 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4244 | #: apt_preferences.5.xml:180 |
bcf91c1b | 4245 | msgid "" |
7d76ea1d DK |
4246 | "The APT preferences file allows the system administrator to control the " |
4247 | "assignment of priorities. The file consists of one or more multi-line " | |
4248 | "records separated by blank lines. Records can have one of two forms, a " | |
4249 | "specific form and a general form." | |
bcf91c1b DK |
4250 | msgstr "" |
4251 | ||
7d76ea1d | 4252 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4253 | #: apt_preferences.5.xml:186 |
bcf91c1b | 4254 | msgid "" |
7d76ea1d | 4255 | "The specific form assigns a priority (a \"Pin-Priority\") to one or more " |
44477002 JR |
4256 | "specified packages with a specified version or version range. For example, " |
4257 | "the following record assigns a high priority to all versions of the " | |
7d76ea1d | 4258 | "<filename>perl</filename> package whose version number begins with " |
75d9bdba JR |
4259 | "\"<literal>&good-perl;</literal>\". Multiple packages can be separated by " |
4260 | "spaces." | |
bcf91c1b DK |
4261 | msgstr "" |
4262 | ||
7d76ea1d | 4263 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting> |
864fe99c | 4264 | #: apt_preferences.5.xml:193 |
bcf91c1b | 4265 | #, no-wrap |
7d76ea1d DK |
4266 | msgid "" |
4267 | "Package: perl\n" | |
75d9bdba | 4268 | "Pin: version &good-perl;*\n" |
7d76ea1d | 4269 | "Pin-Priority: 1001\n" |
bcf91c1b DK |
4270 | msgstr "" |
4271 | ||
7d76ea1d | 4272 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4273 | #: apt_preferences.5.xml:199 |
bcf91c1b | 4274 | msgid "" |
7d76ea1d DK |
4275 | "The general form assigns a priority to all of the package versions in a " |
4276 | "given distribution (that is, to all the versions of packages that are listed " | |
4277 | "in a certain <filename>Release</filename> file) or to all of the package " | |
4278 | "versions coming from a particular Internet site, as identified by the site's " | |
4279 | "fully qualified domain name." | |
bcf91c1b DK |
4280 | msgstr "" |
4281 | ||
7d76ea1d | 4282 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4283 | #: apt_preferences.5.xml:205 |
bcf91c1b | 4284 | msgid "" |
7d76ea1d DK |
4285 | "This general-form entry in the APT preferences file applies only to groups " |
4286 | "of packages. For example, the following record assigns a high priority to " | |
4287 | "all package versions available from the local site." | |
bcf91c1b DK |
4288 | msgstr "" |
4289 | ||
7d76ea1d | 4290 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting> |
864fe99c | 4291 | #: apt_preferences.5.xml:210 |
bcf91c1b | 4292 | #, no-wrap |
de2c243c | 4293 | msgid "" |
7d76ea1d DK |
4294 | "Package: *\n" |
4295 | "Pin: origin \"\"\n" | |
4296 | "Pin-Priority: 999\n" | |
de2c243c | 4297 | msgstr "" |
4298 | ||
7d76ea1d | 4299 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4300 | #: apt_preferences.5.xml:215 |
bf5c3fe8 | 4301 | msgid "" |
7d76ea1d DK |
4302 | "A note of caution: the keyword used here is \"<literal>origin</literal>\" " |
4303 | "which can be used to match a hostname. The following record will assign a " | |
4304 | "high priority to all versions available from the server identified by the " | |
4305 | "hostname \"ftp.de.debian.org\"" | |
bf5c3fe8 MV |
4306 | msgstr "" |
4307 | ||
7d76ea1d | 4308 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting> |
864fe99c | 4309 | #: apt_preferences.5.xml:219 |
bf5c3fe8 | 4310 | #, no-wrap |
bcf91c1b | 4311 | msgid "" |
7d76ea1d DK |
4312 | "Package: *\n" |
4313 | "Pin: origin \"ftp.de.debian.org\"\n" | |
4314 | "Pin-Priority: 999\n" | |
bf5c3fe8 MV |
4315 | msgstr "" |
4316 | ||
7d76ea1d | 4317 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4318 | #: apt_preferences.5.xml:223 |
bf5c3fe8 | 4319 | msgid "" |
7d76ea1d DK |
4320 | "This should <emphasis>not</emphasis> be confused with the Origin of a " |
4321 | "distribution as specified in a <filename>Release</filename> file. What " | |
4322 | "follows the \"Origin:\" tag in a <filename>Release</filename> file is not an " | |
4323 | "Internet address but an author or vendor name, such as \"Debian\" or " | |
4324 | "\"Ximian\"." | |
bf5c3fe8 MV |
4325 | msgstr "" |
4326 | ||
7d76ea1d | 4327 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4328 | #: apt_preferences.5.xml:228 |
c086ac18 | 4329 | msgid "" |
7d76ea1d DK |
4330 | "The following record assigns a low priority to all package versions " |
4331 | "belonging to any distribution whose Archive name is " | |
4332 | "\"<literal>unstable</literal>\"." | |
2a52e8c5 DK |
4333 | msgstr "" |
4334 | ||
7d76ea1d | 4335 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting> |
864fe99c | 4336 | #: apt_preferences.5.xml:232 |
bf5c3fe8 | 4337 | #, no-wrap |
2a52e8c5 | 4338 | msgid "" |
7d76ea1d DK |
4339 | "Package: *\n" |
4340 | "Pin: release a=unstable\n" | |
4341 | "Pin-Priority: 50\n" | |
2a52e8c5 DK |
4342 | msgstr "" |
4343 | ||
7d76ea1d | 4344 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4345 | #: apt_preferences.5.xml:237 |
2a52e8c5 | 4346 | msgid "" |
7d76ea1d DK |
4347 | "The following record assigns a high priority to all package versions " |
4348 | "belonging to any distribution whose Codename is " | |
4349 | "\"<literal>&testing-codename;</literal>\"." | |
2a52e8c5 DK |
4350 | msgstr "" |
4351 | ||
7d76ea1d | 4352 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting> |
864fe99c | 4353 | #: apt_preferences.5.xml:241 |
7d76ea1d | 4354 | #, no-wrap |
2a52e8c5 | 4355 | msgid "" |
7d76ea1d DK |
4356 | "Package: *\n" |
4357 | "Pin: release n=&testing-codename;\n" | |
4358 | "Pin-Priority: 900\n" | |
2a52e8c5 DK |
4359 | msgstr "" |
4360 | ||
7d76ea1d | 4361 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4362 | #: apt_preferences.5.xml:246 |
2a52e8c5 | 4363 | msgid "" |
7d76ea1d DK |
4364 | "The following record assigns a high priority to all package versions " |
4365 | "belonging to any release whose Archive name is \"<literal>stable</literal>\" " | |
44477002 | 4366 | "and whose release Version number is \"<literal>&stable-version;</literal>\"." |
2a52e8c5 DK |
4367 | msgstr "" |
4368 | ||
7d76ea1d | 4369 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><programlisting> |
864fe99c | 4370 | #: apt_preferences.5.xml:251 |
7d76ea1d | 4371 | #, no-wrap |
2a52e8c5 | 4372 | msgid "" |
7d76ea1d | 4373 | "Package: *\n" |
44477002 | 4374 | "Pin: release a=stable, v=&stable-version;\n" |
7d76ea1d | 4375 | "Pin-Priority: 500\n" |
2a52e8c5 DK |
4376 | msgstr "" |
4377 | ||
864fe99c | 4378 | #. type: Content of: <refentry><refsect1><refsect2><para> |
9de26945 | 4379 | #: apt_preferences.5.xml:258 |
864fe99c MV |
4380 | msgid "" |
4381 | "The effect of the comma operator is similar to an \"and\" in logic: All " | |
4382 | "conditions must be satisfied for the pin to match. There is one exception: " | |
4383 | "For any type of condition (such as two \"a\" conditions), only the last such " | |
4384 | "condition is checked." | |
4385 | msgstr "" | |
4386 | ||
4387 | #. type: Content of: <refentry><refsect1><refsect2><title> | |
4388 | #: apt_preferences.5.xml:266 | |
44477002 | 4389 | msgid "Regular expressions and &glob; syntax" |
2a52e8c5 DK |
4390 | msgstr "" |
4391 | ||
7d76ea1d | 4392 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4393 | #: apt_preferences.5.xml:268 |
b6c6b52f | 4394 | msgid "" |
44477002 JR |
4395 | "APT also supports pinning by &glob; expressions, and regular expressions " |
4396 | "surrounded by slashes. For example, the following example assigns the " | |
4397 | "priority 500 to all packages from experimental where the name starts with " | |
4398 | "gnome (as a &glob;-like expression) or contains the word kde (as a POSIX " | |
4399 | "extended regular expression surrounded by slashes)." | |
b6c6b52f MV |
4400 | msgstr "" |
4401 | ||
7d76ea1d | 4402 | #. type: Content of: <refentry><refsect1><refsect2><programlisting> |
864fe99c | 4403 | #: apt_preferences.5.xml:277 |
7d76ea1d | 4404 | #, no-wrap |
2a52e8c5 | 4405 | msgid "" |
7d76ea1d | 4406 | "Package: gnome* /kde/\n" |
14c50b58 | 4407 | "Pin: release a=experimental\n" |
7d76ea1d | 4408 | "Pin-Priority: 500\n" |
2a52e8c5 DK |
4409 | msgstr "" |
4410 | ||
7d76ea1d | 4411 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4412 | #: apt_preferences.5.xml:283 |
2a52e8c5 | 4413 | msgid "" |
7d76ea1d DK |
4414 | "The rule for those expressions is that they can occur anywhere where a " |
4415 | "string can occur. Thus, the following pin assigns the priority 990 to all " | |
44477002 | 4416 | "packages from a release starting with &ubuntu-codename;." |
2a52e8c5 DK |
4417 | msgstr "" |
4418 | ||
7d76ea1d | 4419 | #. type: Content of: <refentry><refsect1><refsect2><programlisting> |
864fe99c | 4420 | #: apt_preferences.5.xml:289 |
7d76ea1d | 4421 | #, no-wrap |
2a52e8c5 | 4422 | msgid "" |
7d76ea1d | 4423 | "Package: *\n" |
44477002 | 4424 | "Pin: release n=&ubuntu-codename;*\n" |
7d76ea1d | 4425 | "Pin-Priority: 990\n" |
2a52e8c5 DK |
4426 | msgstr "" |
4427 | ||
7d76ea1d | 4428 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4429 | #: apt_preferences.5.xml:295 |
2a52e8c5 | 4430 | msgid "" |
7d76ea1d DK |
4431 | "If a regular expression occurs in a <literal>Package</literal> field, the " |
4432 | "behavior is the same as if this regular expression were replaced with a list " | |
4433 | "of all package names it matches. It is undecided whether this will change in " | |
44477002 | 4434 | "the future; thus you should always list wild-card pins first, so later " |
7d76ea1d | 4435 | "specific pins override it. The pattern \"<literal>*</literal>\" in a " |
44477002 | 4436 | "Package field is not considered a &glob; expression in itself." |
2a52e8c5 DK |
4437 | msgstr "" |
4438 | ||
7d76ea1d | 4439 | #. type: Content of: <refentry><refsect1><refsect2><title> |
864fe99c | 4440 | #: apt_preferences.5.xml:311 |
7d76ea1d | 4441 | msgid "How APT Interprets Priorities" |
2a52e8c5 DK |
4442 | msgstr "" |
4443 | ||
7d76ea1d | 4444 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4445 | #: apt_preferences.5.xml:314 |
2a52e8c5 | 4446 | msgid "" |
7d76ea1d DK |
4447 | "Priorities (P) assigned in the APT preferences file must be positive or " |
4448 | "negative integers. They are interpreted as follows (roughly speaking):" | |
2a52e8c5 DK |
4449 | msgstr "" |
4450 | ||
7d76ea1d | 4451 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
864fe99c | 4452 | #: apt_preferences.5.xml:319 |
5e594b30 | 4453 | msgid "P >= 1000" |
2a52e8c5 DK |
4454 | msgstr "" |
4455 | ||
7d76ea1d | 4456 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4457 | #: apt_preferences.5.xml:320 |
2a52e8c5 | 4458 | msgid "" |
7d76ea1d DK |
4459 | "causes a version to be installed even if this constitutes a downgrade of the " |
4460 | "package" | |
2a52e8c5 DK |
4461 | msgstr "" |
4462 | ||
7d76ea1d | 4463 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
864fe99c | 4464 | #: apt_preferences.5.xml:324 |
5e594b30 | 4465 | msgid "990 <= P < 1000" |
2a52e8c5 DK |
4466 | msgstr "" |
4467 | ||
7d76ea1d | 4468 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4469 | #: apt_preferences.5.xml:325 |
2a52e8c5 | 4470 | msgid "" |
7d76ea1d DK |
4471 | "causes a version to be installed even if it does not come from the target " |
4472 | "release, unless the installed version is more recent" | |
2a52e8c5 DK |
4473 | msgstr "" |
4474 | ||
7d76ea1d | 4475 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
864fe99c | 4476 | #: apt_preferences.5.xml:330 |
5e594b30 | 4477 | msgid "500 <= P < 990" |
2a52e8c5 DK |
4478 | msgstr "" |
4479 | ||
7d76ea1d | 4480 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4481 | #: apt_preferences.5.xml:331 |
2a52e8c5 | 4482 | msgid "" |
7d76ea1d DK |
4483 | "causes a version to be installed unless there is a version available " |
4484 | "belonging to the target release or the installed version is more recent" | |
2a52e8c5 DK |
4485 | msgstr "" |
4486 | ||
7d76ea1d | 4487 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
864fe99c | 4488 | #: apt_preferences.5.xml:336 |
5e594b30 | 4489 | msgid "100 <= P < 500" |
2a52e8c5 DK |
4490 | msgstr "" |
4491 | ||
7d76ea1d | 4492 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4493 | #: apt_preferences.5.xml:337 |
2a52e8c5 | 4494 | msgid "" |
7d76ea1d DK |
4495 | "causes a version to be installed unless there is a version available " |
4496 | "belonging to some other distribution or the installed version is more recent" | |
2a52e8c5 DK |
4497 | msgstr "" |
4498 | ||
7d76ea1d | 4499 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
864fe99c | 4500 | #: apt_preferences.5.xml:342 |
5e594b30 | 4501 | msgid "0 < P < 100" |
3e9c4f70 DK |
4502 | msgstr "" |
4503 | ||
7d76ea1d | 4504 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4505 | #: apt_preferences.5.xml:343 |
3e9c4f70 | 4506 | msgid "" |
7d76ea1d DK |
4507 | "causes a version to be installed only if there is no installed version of " |
4508 | "the package" | |
3e9c4f70 DK |
4509 | msgstr "" |
4510 | ||
7d76ea1d | 4511 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
864fe99c | 4512 | #: apt_preferences.5.xml:347 |
7d76ea1d | 4513 | msgid "P < 0" |
3e9c4f70 DK |
4514 | msgstr "" |
4515 | ||
7d76ea1d | 4516 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4517 | #: apt_preferences.5.xml:348 |
7d76ea1d | 4518 | msgid "prevents the version from being installed" |
3e9c4f70 DK |
4519 | msgstr "" |
4520 | ||
864fe99c MV |
4521 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
4522 | #: apt_preferences.5.xml:351 | |
4523 | msgid "P = 0" | |
4524 | msgstr "" | |
4525 | ||
4526 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> | |
4527 | #: apt_preferences.5.xml:352 | |
4528 | msgid "has undefined behaviour, do not use it." | |
4529 | msgstr "" | |
4530 | ||
7d76ea1d | 4531 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4532 | #: apt_preferences.5.xml:358 |
3e9c4f70 | 4533 | msgid "" |
864fe99c MV |
4534 | "The first specific-form record matching an available package version " |
4535 | "determines the priority of the package version. Failing that, the priority " | |
4536 | "of the package is defined as the maximum of all priorities defined by " | |
4537 | "generic-form records matching the version. Records defined using patterns " | |
4538 | "in the Pin field other than \"*\" are treated like specific-form records." | |
3e9c4f70 DK |
4539 | msgstr "" |
4540 | ||
3e9c4f70 | 4541 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4542 | #: apt_preferences.5.xml:366 |
5e312de7 | 4543 | msgid "" |
7d76ea1d DK |
4544 | "For example, suppose the APT preferences file contains the three records " |
4545 | "presented earlier:" | |
3e9c4f70 DK |
4546 | msgstr "" |
4547 | ||
7d76ea1d | 4548 | #. type: Content of: <refentry><refsect1><refsect2><programlisting> |
864fe99c | 4549 | #: apt_preferences.5.xml:370 |
3e9c4f70 | 4550 | #, no-wrap |
5e312de7 | 4551 | msgid "" |
7d76ea1d | 4552 | "Package: perl\n" |
75d9bdba | 4553 | "Pin: version &good-perl;*\n" |
7d76ea1d DK |
4554 | "Pin-Priority: 1001\n" |
4555 | "\n" | |
4556 | "Package: *\n" | |
4557 | "Pin: origin \"\"\n" | |
4558 | "Pin-Priority: 999\n" | |
4559 | "\n" | |
4560 | "Package: *\n" | |
4561 | "Pin: release unstable\n" | |
4562 | "Pin-Priority: 50\n" | |
5e312de7 DK |
4563 | msgstr "" |
4564 | ||
3e9c4f70 | 4565 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4566 | #: apt_preferences.5.xml:383 |
7d76ea1d | 4567 | msgid "Then:" |
5e312de7 DK |
4568 | msgstr "" |
4569 | ||
7d76ea1d | 4570 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4571 | #: apt_preferences.5.xml:385 |
5e312de7 | 4572 | msgid "" |
7d76ea1d DK |
4573 | "The most recent available version of the <literal>perl</literal> package " |
4574 | "will be installed, so long as that version's version number begins with " | |
75d9bdba JR |
4575 | "\"<literal>&good-perl;</literal>\". If <emphasis>any</emphasis> " |
4576 | "&good-perl;* version of <literal>perl</literal> is available and the " | |
4577 | "installed version is &bad-perl;*, then <literal>perl</literal> will be " | |
4578 | "downgraded." | |
5e312de7 DK |
4579 | msgstr "" |
4580 | ||
7d76ea1d | 4581 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4582 | #: apt_preferences.5.xml:390 |
5e312de7 | 4583 | msgid "" |
7d76ea1d DK |
4584 | "A version of any package other than <literal>perl</literal> that is " |
4585 | "available from the local system has priority over other versions, even " | |
4586 | "versions belonging to the target release." | |
2a52e8c5 DK |
4587 | msgstr "" |
4588 | ||
7d76ea1d | 4589 | #. type: Content of: <refentry><refsect1><refsect2><para><itemizedlist><listitem><simpara> |
864fe99c | 4590 | #: apt_preferences.5.xml:394 |
2a52e8c5 | 4591 | msgid "" |
7d76ea1d DK |
4592 | "A version of a package whose origin is not the local system but some other " |
4593 | "site listed in &sources-list; and which belongs to an " | |
4594 | "<literal>unstable</literal> distribution is only installed if it is selected " | |
4595 | "for installation and no version of the package is already installed." | |
2a52e8c5 DK |
4596 | msgstr "" |
4597 | ||
7d76ea1d | 4598 | #. type: Content of: <refentry><refsect1><refsect2><title> |
864fe99c | 4599 | #: apt_preferences.5.xml:404 |
7d76ea1d | 4600 | msgid "Determination of Package Version and Distribution Properties" |
2a52e8c5 DK |
4601 | msgstr "" |
4602 | ||
7d76ea1d | 4603 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4604 | #: apt_preferences.5.xml:406 |
2a52e8c5 | 4605 | msgid "" |
7d76ea1d DK |
4606 | "The locations listed in the &sources-list; file should provide " |
4607 | "<filename>Packages</filename> and <filename>Release</filename> files to " | |
4608 | "describe the packages available at that location." | |
2a52e8c5 DK |
4609 | msgstr "" |
4610 | ||
7d76ea1d | 4611 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4612 | #: apt_preferences.5.xml:410 |
2a52e8c5 | 4613 | msgid "" |
7d76ea1d DK |
4614 | "The <filename>Packages</filename> file is normally found in the directory " |
4615 | "<filename>.../dists/<replaceable>dist-name</replaceable>/<replaceable>component</replaceable>/<replaceable>arch</replaceable></filename>: " | |
4616 | "for example, " | |
4617 | "<filename>.../dists/stable/main/binary-i386/Packages</filename>. It " | |
4618 | "consists of a series of multi-line records, one for each package available " | |
4619 | "in that directory. Only two lines in each record are relevant for setting " | |
4620 | "APT priorities:" | |
2a52e8c5 DK |
4621 | msgstr "" |
4622 | ||
7d76ea1d | 4623 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
864fe99c | 4624 | #: apt_preferences.5.xml:418 |
7d76ea1d | 4625 | msgid "the <literal>Package:</literal> line" |
2a52e8c5 DK |
4626 | msgstr "" |
4627 | ||
7d76ea1d | 4628 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4629 | #: apt_preferences.5.xml:419 |
7d76ea1d | 4630 | msgid "gives the package name" |
2a52e8c5 DK |
4631 | msgstr "" |
4632 | ||
7d76ea1d | 4633 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
864fe99c | 4634 | #: apt_preferences.5.xml:422 apt_preferences.5.xml:472 |
7d76ea1d | 4635 | msgid "the <literal>Version:</literal> line" |
2a52e8c5 DK |
4636 | msgstr "" |
4637 | ||
7d76ea1d | 4638 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4639 | #: apt_preferences.5.xml:423 |
7d76ea1d | 4640 | msgid "gives the version number for the named package" |
2a52e8c5 DK |
4641 | msgstr "" |
4642 | ||
7d76ea1d | 4643 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4644 | #: apt_preferences.5.xml:428 |
5e312de7 | 4645 | msgid "" |
7d76ea1d DK |
4646 | "The <filename>Release</filename> file is normally found in the directory " |
4647 | "<filename>.../dists/<replaceable>dist-name</replaceable></filename>: for " | |
4648 | "example, <filename>.../dists/stable/Release</filename>, or " | |
4649 | "<filename>.../dists/&stable-codename;/Release</filename>. It consists of a " | |
4650 | "single multi-line record which applies to <emphasis>all</emphasis> of the " | |
4651 | "packages in the directory tree below its parent. Unlike the " | |
4652 | "<filename>Packages</filename> file, nearly all of the lines in a " | |
4653 | "<filename>Release</filename> file are relevant for setting APT priorities:" | |
2a52e8c5 DK |
4654 | msgstr "" |
4655 | ||
7d76ea1d | 4656 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
864fe99c | 4657 | #: apt_preferences.5.xml:439 |
7d76ea1d | 4658 | msgid "the <literal>Archive:</literal> or <literal>Suite:</literal> line" |
2a52e8c5 DK |
4659 | msgstr "" |
4660 | ||
7d76ea1d | 4661 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4662 | #: apt_preferences.5.xml:440 |
2a52e8c5 | 4663 | msgid "" |
7d76ea1d DK |
4664 | "names the archive to which all the packages in the directory tree belong. " |
4665 | "For example, the line \"Archive: stable\" or \"Suite: stable\" specifies " | |
4666 | "that all of the packages in the directory tree below the parent of the " | |
4667 | "<filename>Release</filename> file are in a <literal>stable</literal> " | |
4668 | "archive. Specifying this value in the APT preferences file would require " | |
4669 | "the line:" | |
2a52e8c5 DK |
4670 | msgstr "" |
4671 | ||
7d76ea1d | 4672 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><programlisting> |
864fe99c | 4673 | #: apt_preferences.5.xml:450 |
7d76ea1d DK |
4674 | #, no-wrap |
4675 | msgid "Pin: release a=stable\n" | |
2a52e8c5 DK |
4676 | msgstr "" |
4677 | ||
7d76ea1d | 4678 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
864fe99c | 4679 | #: apt_preferences.5.xml:456 |
7d76ea1d | 4680 | msgid "the <literal>Codename:</literal> line" |
2a52e8c5 DK |
4681 | msgstr "" |
4682 | ||
7d76ea1d | 4683 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4684 | #: apt_preferences.5.xml:457 |
2a52e8c5 | 4685 | msgid "" |
7d76ea1d DK |
4686 | "names the codename to which all the packages in the directory tree belong. " |
4687 | "For example, the line \"Codename: &testing-codename;\" specifies that all of " | |
4688 | "the packages in the directory tree below the parent of the " | |
4689 | "<filename>Release</filename> file belong to a version named " | |
4690 | "<literal>&testing-codename;</literal>. Specifying this value in the APT " | |
4691 | "preferences file would require the line:" | |
2a52e8c5 DK |
4692 | msgstr "" |
4693 | ||
7d76ea1d | 4694 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><programlisting> |
864fe99c | 4695 | #: apt_preferences.5.xml:466 |
7d76ea1d DK |
4696 | #, no-wrap |
4697 | msgid "Pin: release n=&testing-codename;\n" | |
2a52e8c5 DK |
4698 | msgstr "" |
4699 | ||
7d76ea1d | 4700 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4701 | #: apt_preferences.5.xml:473 |
2a52e8c5 | 4702 | msgid "" |
7d76ea1d | 4703 | "names the release version. For example, the packages in the tree might " |
44477002 JR |
4704 | "belong to Debian release version &stable-version;. Note that there is " |
4705 | "normally no version number for the <literal>testing</literal> and " | |
7d76ea1d DK |
4706 | "<literal>unstable</literal> distributions because they have not been " |
4707 | "released yet. Specifying this in the APT preferences file would require one " | |
4708 | "of the following lines." | |
2a52e8c5 DK |
4709 | msgstr "" |
4710 | ||
7d76ea1d | 4711 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><programlisting> |
864fe99c | 4712 | #: apt_preferences.5.xml:482 |
7d76ea1d | 4713 | #, no-wrap |
2a52e8c5 | 4714 | msgid "" |
44477002 JR |
4715 | "Pin: release v=&stable-version;\n" |
4716 | "Pin: release a=stable, v=&stable-version;\n" | |
4717 | "Pin: release &stable-version;\n" | |
2a52e8c5 DK |
4718 | msgstr "" |
4719 | ||
7d76ea1d | 4720 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
864fe99c | 4721 | #: apt_preferences.5.xml:491 |
7d76ea1d | 4722 | msgid "the <literal>Component:</literal> line" |
2a52e8c5 DK |
4723 | msgstr "" |
4724 | ||
7d76ea1d | 4725 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4726 | #: apt_preferences.5.xml:492 |
2a52e8c5 | 4727 | msgid "" |
7d76ea1d DK |
4728 | "names the licensing component associated with the packages in the directory " |
4729 | "tree of the <filename>Release</filename> file. For example, the line " | |
4730 | "\"Component: main\" specifies that all the packages in the directory tree " | |
4731 | "are from the <literal>main</literal> component, which entails that they are " | |
4732 | "licensed under terms listed in the Debian Free Software Guidelines. " | |
4733 | "Specifying this component in the APT preferences file would require the " | |
4734 | "line:" | |
2a52e8c5 DK |
4735 | msgstr "" |
4736 | ||
7d76ea1d | 4737 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><programlisting> |
864fe99c | 4738 | #: apt_preferences.5.xml:501 |
7d76ea1d DK |
4739 | #, no-wrap |
4740 | msgid "Pin: release c=main\n" | |
2a52e8c5 DK |
4741 | msgstr "" |
4742 | ||
7d76ea1d | 4743 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
864fe99c | 4744 | #: apt_preferences.5.xml:507 |
7d76ea1d | 4745 | msgid "the <literal>Origin:</literal> line" |
2a52e8c5 DK |
4746 | msgstr "" |
4747 | ||
7d76ea1d | 4748 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4749 | #: apt_preferences.5.xml:508 |
2a52e8c5 | 4750 | msgid "" |
7d76ea1d DK |
4751 | "names the originator of the packages in the directory tree of the " |
4752 | "<filename>Release</filename> file. Most commonly, this is " | |
4753 | "<literal>Debian</literal>. Specifying this origin in the APT preferences " | |
4754 | "file would require the line:" | |
2a52e8c5 DK |
4755 | msgstr "" |
4756 | ||
7d76ea1d | 4757 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><programlisting> |
864fe99c | 4758 | #: apt_preferences.5.xml:514 |
7d76ea1d DK |
4759 | #, no-wrap |
4760 | msgid "Pin: release o=Debian\n" | |
2a52e8c5 DK |
4761 | msgstr "" |
4762 | ||
7d76ea1d | 4763 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><term> |
864fe99c | 4764 | #: apt_preferences.5.xml:520 |
7d76ea1d | 4765 | msgid "the <literal>Label:</literal> line" |
2a52e8c5 DK |
4766 | msgstr "" |
4767 | ||
7d76ea1d | 4768 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><simpara> |
864fe99c | 4769 | #: apt_preferences.5.xml:521 |
2a52e8c5 | 4770 | msgid "" |
7d76ea1d DK |
4771 | "names the label of the packages in the directory tree of the " |
4772 | "<filename>Release</filename> file. Most commonly, this is " | |
4773 | "<literal>Debian</literal>. Specifying this label in the APT preferences " | |
4774 | "file would require the line:" | |
2a52e8c5 DK |
4775 | msgstr "" |
4776 | ||
7d76ea1d | 4777 | #. type: Content of: <refentry><refsect1><refsect2><para><variablelist><varlistentry><listitem><programlisting> |
864fe99c | 4778 | #: apt_preferences.5.xml:527 |
7d76ea1d DK |
4779 | #, no-wrap |
4780 | msgid "Pin: release l=Debian\n" | |
2a52e8c5 DK |
4781 | msgstr "" |
4782 | ||
7d76ea1d | 4783 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4784 | #: apt_preferences.5.xml:534 |
2a52e8c5 | 4785 | msgid "" |
7d76ea1d DK |
4786 | "All of the <filename>Packages</filename> and <filename>Release</filename> " |
4787 | "files retrieved from locations listed in the &sources-list; file are stored " | |
4788 | "in the directory <filename>/var/lib/apt/lists</filename>, or in the file " | |
4789 | "named by the variable <literal>Dir::State::Lists</literal> in the " | |
4790 | "<filename>apt.conf</filename> file. For example, the file " | |
4791 | "<filename>debian.lcs.mit.edu_debian_dists_unstable_contrib_binary-i386_Release</filename> " | |
4792 | "contains the <filename>Release</filename> file retrieved from the site " | |
4793 | "<literal>debian.lcs.mit.edu</literal> for <literal>binary-i386</literal> " | |
4794 | "architecture files from the <literal>contrib</literal> component of the " | |
4795 | "<literal>unstable</literal> distribution." | |
2a52e8c5 DK |
4796 | msgstr "" |
4797 | ||
7d76ea1d | 4798 | #. type: Content of: <refentry><refsect1><refsect2><title> |
864fe99c | 4799 | #: apt_preferences.5.xml:547 |
7d76ea1d | 4800 | msgid "Optional Lines in an APT Preferences Record" |
2a52e8c5 DK |
4801 | msgstr "" |
4802 | ||
7d76ea1d | 4803 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4804 | #: apt_preferences.5.xml:549 |
2a52e8c5 | 4805 | msgid "" |
7d76ea1d DK |
4806 | "Each record in the APT preferences file can optionally begin with one or " |
4807 | "more lines beginning with the word <literal>Explanation:</literal>. This " | |
4808 | "provides a place for comments." | |
2a52e8c5 DK |
4809 | msgstr "" |
4810 | ||
7d76ea1d | 4811 | #. type: Content of: <refentry><refsect1><refsect2><title> |
864fe99c | 4812 | #: apt_preferences.5.xml:558 |
7d76ea1d | 4813 | msgid "Tracking Stable" |
2a52e8c5 DK |
4814 | msgstr "" |
4815 | ||
7d76ea1d | 4816 | #. type: Content of: <refentry><refsect1><refsect2><para><programlisting> |
864fe99c | 4817 | #: apt_preferences.5.xml:566 |
7d76ea1d | 4818 | #, no-wrap |
2a52e8c5 | 4819 | msgid "" |
7d76ea1d DK |
4820 | "Explanation: Uninstall or do not install any Debian-originated\n" |
4821 | "Explanation: package versions other than those in the stable distro\n" | |
4822 | "Package: *\n" | |
4823 | "Pin: release a=stable\n" | |
4824 | "Pin-Priority: 900\n" | |
4825 | "\n" | |
4826 | "Package: *\n" | |
4827 | "Pin: release o=Debian\n" | |
4828 | "Pin-Priority: -10\n" | |
2a52e8c5 DK |
4829 | msgstr "" |
4830 | ||
7d76ea1d | 4831 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4832 | #: apt_preferences.5.xml:560 |
2a52e8c5 | 4833 | msgid "" |
7d76ea1d DK |
4834 | "The following APT preferences file will cause APT to assign a priority " |
4835 | "higher than the default (500) to all package versions belonging to a " | |
4836 | "<literal>stable</literal> distribution and a prohibitively low priority to " | |
4837 | "package versions belonging to other <literal>Debian</literal> " | |
4838 | "distributions. <placeholder type=\"programlisting\" id=\"0\"/>" | |
2a52e8c5 DK |
4839 | msgstr "" |
4840 | ||
7d76ea1d | 4841 | #. type: Content of: <refentry><refsect1><refsect2><para><programlisting> |
864fe99c | 4842 | #: apt_preferences.5.xml:583 apt_preferences.5.xml:629 apt_preferences.5.xml:687 |
7d76ea1d | 4843 | #, no-wrap |
2a52e8c5 | 4844 | msgid "" |
7d76ea1d DK |
4845 | "apt-get install <replaceable>package-name</replaceable>\n" |
4846 | "apt-get upgrade\n" | |
4847 | "apt-get dist-upgrade\n" | |
2a52e8c5 DK |
4848 | msgstr "" |
4849 | ||
7d76ea1d | 4850 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4851 | #: apt_preferences.5.xml:578 |
2a52e8c5 | 4852 | msgid "" |
7d76ea1d DK |
4853 | "With a suitable &sources-list; file and the above preferences file, any of " |
4854 | "the following commands will cause APT to upgrade to the latest " | |
4855 | "<literal>stable</literal> version(s). <placeholder type=\"programlisting\" " | |
4856 | "id=\"0\"/>" | |
2a52e8c5 DK |
4857 | msgstr "" |
4858 | ||
7d76ea1d | 4859 | #. type: Content of: <refentry><refsect1><refsect2><para><programlisting> |
864fe99c | 4860 | #: apt_preferences.5.xml:595 |
7d76ea1d DK |
4861 | #, no-wrap |
4862 | msgid "apt-get install <replaceable>package</replaceable>/testing\n" | |
2a52e8c5 DK |
4863 | msgstr "" |
4864 | ||
7d76ea1d | 4865 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4866 | #: apt_preferences.5.xml:589 |
2a52e8c5 | 4867 | msgid "" |
7d76ea1d DK |
4868 | "The following command will cause APT to upgrade the specified package to the " |
4869 | "latest version from the <literal>testing</literal> distribution; the package " | |
4870 | "will not be upgraded again unless this command is given again. <placeholder " | |
4871 | "type=\"programlisting\" id=\"0\"/>" | |
2a52e8c5 DK |
4872 | msgstr "" |
4873 | ||
7d76ea1d | 4874 | #. type: Content of: <refentry><refsect1><refsect2><title> |
864fe99c | 4875 | #: apt_preferences.5.xml:601 |
7d76ea1d | 4876 | msgid "Tracking Testing or Unstable" |
2a52e8c5 DK |
4877 | msgstr "" |
4878 | ||
7d76ea1d | 4879 | #. type: Content of: <refentry><refsect1><refsect2><para><programlisting> |
864fe99c | 4880 | #: apt_preferences.5.xml:610 |
7d76ea1d | 4881 | #, no-wrap |
2a52e8c5 | 4882 | msgid "" |
7d76ea1d DK |
4883 | "Package: *\n" |
4884 | "Pin: release a=testing\n" | |
4885 | "Pin-Priority: 900\n" | |
4886 | "\n" | |
4887 | "Package: *\n" | |
4888 | "Pin: release a=unstable\n" | |
4889 | "Pin-Priority: 800\n" | |
4890 | "\n" | |
4891 | "Package: *\n" | |
4892 | "Pin: release o=Debian\n" | |
4893 | "Pin-Priority: -10\n" | |
2a52e8c5 DK |
4894 | msgstr "" |
4895 | ||
7d76ea1d | 4896 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4897 | #: apt_preferences.5.xml:603 |
2a52e8c5 | 4898 | msgid "" |
7d76ea1d DK |
4899 | "The following APT preferences file will cause APT to assign a high priority " |
4900 | "to package versions from the <literal>testing</literal> distribution, a " | |
4901 | "lower priority to package versions from the <literal>unstable</literal> " | |
4902 | "distribution, and a prohibitively low priority to package versions from " | |
4903 | "other <literal>Debian</literal> distributions. <placeholder " | |
4904 | "type=\"programlisting\" id=\"0\"/>" | |
2a52e8c5 DK |
4905 | msgstr "" |
4906 | ||
7d76ea1d | 4907 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4908 | #: apt_preferences.5.xml:624 |
2a52e8c5 | 4909 | msgid "" |
7d76ea1d DK |
4910 | "With a suitable &sources-list; file and the above preferences file, any of " |
4911 | "the following commands will cause APT to upgrade to the latest " | |
4912 | "<literal>testing</literal> version(s). <placeholder type=\"programlisting\" " | |
4913 | "id=\"0\"/>" | |
2a52e8c5 DK |
4914 | msgstr "" |
4915 | ||
7d76ea1d | 4916 | #. type: Content of: <refentry><refsect1><refsect2><para><programlisting> |
864fe99c | 4917 | #: apt_preferences.5.xml:644 |
7d76ea1d DK |
4918 | #, no-wrap |
4919 | msgid "apt-get install <replaceable>package</replaceable>/unstable\n" | |
2a52e8c5 DK |
4920 | msgstr "" |
4921 | ||
7d76ea1d | 4922 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4923 | #: apt_preferences.5.xml:635 |
7d76ea1d DK |
4924 | msgid "" |
4925 | "The following command will cause APT to upgrade the specified package to the " | |
4926 | "latest version from the <literal>unstable</literal> distribution. " | |
4927 | "Thereafter, <command>apt-get upgrade</command> will upgrade the package to " | |
4928 | "the most recent <literal>testing</literal> version if that is more recent " | |
4929 | "than the installed version, otherwise, to the most recent " | |
4930 | "<literal>unstable</literal> version if that is more recent than the " | |
4931 | "installed version. <placeholder type=\"programlisting\" id=\"0\"/>" | |
2a52e8c5 DK |
4932 | msgstr "" |
4933 | ||
7d76ea1d | 4934 | #. type: Content of: <refentry><refsect1><refsect2><title> |
864fe99c | 4935 | #: apt_preferences.5.xml:651 |
7d76ea1d | 4936 | msgid "Tracking the evolution of a codename release" |
2a52e8c5 DK |
4937 | msgstr "" |
4938 | ||
7d76ea1d | 4939 | #. type: Content of: <refentry><refsect1><refsect2><para><programlisting> |
864fe99c | 4940 | #: apt_preferences.5.xml:665 |
7d76ea1d | 4941 | #, no-wrap |
2a52e8c5 | 4942 | msgid "" |
7d76ea1d DK |
4943 | "Explanation: Uninstall or do not install any Debian-originated package " |
4944 | "versions\n" | |
4945 | "Explanation: other than those in the distribution codenamed with " | |
4946 | "&testing-codename; or sid\n" | |
4947 | "Package: *\n" | |
4948 | "Pin: release n=&testing-codename;\n" | |
4949 | "Pin-Priority: 900\n" | |
4950 | "\n" | |
4951 | "Explanation: Debian unstable is always codenamed with sid\n" | |
4952 | "Package: *\n" | |
4953 | "Pin: release n=sid\n" | |
4954 | "Pin-Priority: 800\n" | |
4955 | "\n" | |
4956 | "Package: *\n" | |
4957 | "Pin: release o=Debian\n" | |
4958 | "Pin-Priority: -10\n" | |
2a52e8c5 DK |
4959 | msgstr "" |
4960 | ||
7d76ea1d | 4961 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4962 | #: apt_preferences.5.xml:653 |
2a52e8c5 | 4963 | msgid "" |
7d76ea1d DK |
4964 | "The following APT preferences file will cause APT to assign a priority " |
4965 | "higher than the default (500) to all package versions belonging to a " | |
4966 | "specified codename of a distribution and a prohibitively low priority to " | |
4967 | "package versions belonging to other <literal>Debian</literal> distributions, " | |
4968 | "codenames and archives. Note that with this APT preference APT will follow " | |
4969 | "the migration of a release from the archive <literal>testing</literal> to " | |
4970 | "<literal>stable</literal> and later <literal>oldstable</literal>. If you " | |
4971 | "want to follow for example the progress in <literal>testing</literal> " | |
4972 | "notwithstanding the codename changes you should use the example " | |
4973 | "configurations above. <placeholder type=\"programlisting\" id=\"0\"/>" | |
2a52e8c5 DK |
4974 | msgstr "" |
4975 | ||
7d76ea1d | 4976 | #. type: Content of: <refentry><refsect1><refsect2><para> |
864fe99c | 4977 | #: apt_preferences.5.xml:682 |
2a52e8c5 | 4978 | msgid "" |
7d76ea1d DK |
4979 | "With a suitable &sources-list; file and the above preferences file, any of " |
4980 | "the following commands will cause APT to upgrade to the latest version(s) in " | |
4981 | "the release codenamed with <literal>&testing-codename;</literal>. " | |
4982 | "<placeholder type=\"programlisting\" id=\"0\"/>" | |
2a52e8c5 DK |
4983 | msgstr "" |
4984 | ||
7d76ea1d | 4985 | #. type: Content of: <refentry><refsect1><refsect2><para><programlisting> |
864fe99c | 4986 | #: apt_preferences.5.xml:702 |
7d76ea1d DK |
4987 | #, no-wrap |
4988 | msgid "apt-get install <replaceable>package</replaceable>/sid\n" | |
4989 | msgstr "" | |
4990 | ||
4991 | #. type: Content of: <refentry><refsect1><refsect2><para> | |
864fe99c | 4992 | #: apt_preferences.5.xml:693 |
7d76ea1d DK |
4993 | msgid "" |
4994 | "The following command will cause APT to upgrade the specified package to the " | |
4995 | "latest version from the <literal>sid</literal> distribution. Thereafter, " | |
4996 | "<command>apt-get upgrade</command> will upgrade the package to the most " | |
4997 | "recent <literal>&testing-codename;</literal> version if that is more recent " | |
4998 | "than the installed version, otherwise, to the most recent " | |
4999 | "<literal>sid</literal> version if that is more recent than the installed " | |
5000 | "version. <placeholder type=\"programlisting\" id=\"0\"/>" | |
2a52e8c5 DK |
5001 | msgstr "" |
5002 | ||
b39c1859 | 5003 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5004 | #: apt_preferences.5.xml:717 |
7d76ea1d | 5005 | msgid "&apt-get; &apt-cache; &apt-conf; &sources-list;" |
2a52e8c5 DK |
5006 | msgstr "" |
5007 | ||
7d76ea1d | 5008 | #. type: Content of: <refentry><refnamediv><refpurpose> |
9de26945 | 5009 | #: sources.list.5.xml:29 |
dabb215c | 5010 | msgid "List of configured APT data sources" |
2a52e8c5 DK |
5011 | msgstr "" |
5012 | ||
5013 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 5014 | #: sources.list.5.xml:34 |
b39c1859 | 5015 | msgid "" |
864fe99c MV |
5016 | "The source list <filename>/etc/apt/sources.list</filename> and the the files " |
5017 | "contained in <filename>/etc/apt/sources.list.d/</filename> are designed to " | |
5018 | "support any number of active sources and a variety of source media. The " | |
5019 | "files list one source per line (one line style) or contain multiline stanzas " | |
5020 | "defining one or more sources per stanza (deb822 style), with the most " | |
5021 | "preferred source listed first (in case a single version is available from " | |
5022 | "more than one source). The information available from the configured sources " | |
5023 | "is acquired by <command>apt-get update</command> (or by an equivalent " | |
5024 | "command from another APT front-end)." | |
5025 | msgstr "" | |
5026 | ||
5027 | #. type: Content of: <refentry><refsect1><title> | |
5028 | #: sources.list.5.xml:45 | |
5029 | msgid "sources.list.d" | |
0fd68707 MV |
5030 | msgstr "" |
5031 | ||
5032 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 5033 | #: sources.list.5.xml:46 |
0fd68707 | 5034 | msgid "" |
864fe99c MV |
5035 | "The <filename>/etc/apt/sources.list.d</filename> directory provides a way to " |
5036 | "add sources.list entries in separate files. Two different file formats are " | |
5037 | "allowed as described in the next two sections. Filenames need to have " | |
5038 | "either the extension <filename>.list</filename> or " | |
5039 | "<filename>.sources</filename> depending on the contained format. The " | |
5040 | "filenames may only contain letters (a-z and A-Z), digits (0-9), underscore " | |
5041 | "(_), hyphen (-) and period (.) characters. Otherwise APT will print a " | |
5042 | "notice that it has ignored a file, unless that file matches a pattern in the " | |
5043 | "<literal>Dir::Ignore-Files-Silently</literal> configuration list - in which " | |
5044 | "case it will be silently ignored." | |
5045 | msgstr "" | |
5046 | ||
5047 | #. type: Content of: <refentry><refsect1><title> | |
5048 | #: sources.list.5.xml:58 | |
5049 | msgid "one line style format" | |
5050 | msgstr "" | |
5051 | ||
5052 | #. type: Content of: <refentry><refsect1><para> | |
5053 | #: sources.list.5.xml:60 | |
5054 | msgid "" | |
5055 | "Files in this format have the extension <filename>.list</filename>. Each " | |
5056 | "line specifying a source starts with a type " | |
5723791e JR |
5057 | "(e.g. <literal>deb-src</literal>) followed by options and arguments for " |
5058 | "this type. Individual entries cannot be continued onto a following " | |
5059 | "line. Empty lines are ignored, and a <literal>#</literal> character anywhere " | |
864fe99c MV |
5060 | "on a line marks the remainder of that line as a comment. Consequently an " |
5061 | "entry can be disabled by commenting out the entire line. If options should " | |
5062 | "be provided they are separated by spaces and all of them together are " | |
5063 | "enclosed by square brackets (<literal>[]</literal>) included in the line " | |
5064 | "after the type separated from it with a space. If an option allows multiple " | |
5065 | "values these are separated from each other with a comma " | |
5066 | "(<literal>,</literal>). An option name is separated from its value(s) by a " | |
5067 | "equal sign (<literal>=</literal>). Multivalue options have also " | |
5068 | "<literal>-=</literal> and <literal>+=</literal> as separator which instead " | |
5069 | "of replacing the default with the given value(s) modify the default value(s) " | |
5070 | "to remove or include the given values." | |
5071 | msgstr "" | |
5072 | ||
5073 | #. type: Content of: <refentry><refsect1><para> | |
5074 | #: sources.list.5.xml:79 | |
5075 | msgid "" | |
5076 | "This is the traditional format and supported by all apt versions. Note that " | |
5077 | "not all options as described below are supported by all apt versions. Note " | |
5078 | "also that some older applications parsing this format on its own might not " | |
5079 | "expect to encounter options as they were uncommon before the introduction of " | |
5080 | "multi-architecture support." | |
b39c1859 MV |
5081 | msgstr "" |
5082 | ||
7d76ea1d | 5083 | #. type: Content of: <refentry><refsect1><title> |
864fe99c MV |
5084 | #: sources.list.5.xml:87 |
5085 | msgid "deb822 style format" | |
2a52e8c5 DK |
5086 | msgstr "" |
5087 | ||
0fd68707 | 5088 | #. type: Content of: <refentry><refsect1><para> |
864fe99c MV |
5089 | #: sources.list.5.xml:89 |
5090 | msgid "" | |
5091 | "Files in this format have the extension <filename>.sources</filename>. The " | |
5092 | "format is similar in syntax to other files used by Debian and its " | |
5093 | "derivatives, like the metadata itself apt will download from the configured " | |
5094 | "sources or the <filename>debian/control</filename> file in a Debian source " | |
5095 | "package. Individual entries are separated by an empty line, additional " | |
5096 | "empty lines are ignored, and a <literal>#</literal> character at the start " | |
5097 | "of the line marks the entire line as a comment. An entry can hence be " | |
5098 | "disabled by commenting out each line belonging to the stanza, but it is " | |
5099 | "usually easier to add the field \"Enabled: no\" to the stanza to disable the " | |
5100 | "entry. Removing the field or setting it to yes reenables it. Options have " | |
5101 | "the same syntax as every other field: A fieldname separated by a colon " | |
5102 | "(<literal>:</literal>) and optionally spaces from its value(s). Note " | |
5103 | "especially that multiple values are separated by spaces, not by commas as in " | |
5104 | "the one line format. Multivalue fields like <literal>Architectures</literal> " | |
5105 | "also have <literal>Architectures-Add</literal> and " | |
5106 | "<literal>Architectures-Remove</literal> to modify the default value rather " | |
5107 | "than replacing it." | |
5108 | msgstr "" | |
5109 | ||
5110 | #. type: Content of: <refentry><refsect1><para> | |
5111 | #: sources.list.5.xml:108 | |
2a52e8c5 | 5112 | msgid "" |
864fe99c MV |
5113 | "This is a new format supported by apt itself since version 1.1. Previous " |
5114 | "versions ignore such files with a notice message as described earlier. It " | |
5115 | "is intended to make this format gradually the default format and deprecating " | |
5116 | "the previously described one line style format as it is easier to create, " | |
5117 | "extend and modify by humans and machines alike especially if a lot of " | |
5118 | "sources and/or options are involved. Developers who are working with and/or " | |
5119 | "parsing apt sources are highly encouraged to add support for this format and " | |
5120 | "to contact the APT team to coordinate and share this work. Users can freely " | |
5121 | "adopt this format already, but could encounter problems with software not " | |
5122 | "supporting the format yet." | |
2a52e8c5 DK |
5123 | msgstr "" |
5124 | ||
7d76ea1d | 5125 | #. type: Content of: <refentry><refsect1><title> |
864fe99c MV |
5126 | #: sources.list.5.xml:123 |
5127 | msgid "The deb and deb-src types: General Format" | |
2a52e8c5 DK |
5128 | msgstr "" |
5129 | ||
7d76ea1d | 5130 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5131 | #: sources.list.5.xml:124 |
2a52e8c5 | 5132 | msgid "" |
5723791e JR |
5133 | "The <literal>deb</literal> type references a typical two-level Debian " |
5134 | "archive, <filename>distribution/component</filename>. The " | |
864fe99c | 5135 | "<literal>distribution</literal> is generally a suite name like " |
7d76ea1d DK |
5136 | "<literal>stable</literal> or <literal>testing</literal> or a codename like " |
5137 | "<literal>&stable-codename;</literal> or " | |
5138 | "<literal>&testing-codename;</literal> while component is one of " | |
5723791e JR |
5139 | "<literal>main</literal>, <literal>contrib</literal> or " |
5140 | "<literal>non-free</literal>. The <literal>deb-src</literal> type references " | |
5141 | "a Debian distribution's source code in the same form as the " | |
7d76ea1d DK |
5142 | "<literal>deb</literal> type. A <literal>deb-src</literal> line is required " |
5143 | "to fetch source indexes." | |
2a52e8c5 DK |
5144 | msgstr "" |
5145 | ||
7d76ea1d | 5146 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5147 | #: sources.list.5.xml:135 |
aec22160 | 5148 | msgid "" |
864fe99c MV |
5149 | "The format for two one line style entries using the <literal>deb</literal> " |
5150 | "and <literal>deb-src</literal> types is:" | |
aec22160 DK |
5151 | msgstr "" |
5152 | ||
7d76ea1d | 5153 | #. type: Content of: <refentry><refsect1><literallayout> |
864fe99c | 5154 | #: sources.list.5.xml:138 |
2a52e8c5 | 5155 | #, no-wrap |
864fe99c MV |
5156 | msgid "" |
5157 | "deb [ option1=value1 option2=value2 ] uri suite [component1] [component2] " | |
5158 | "[...]\n" | |
5159 | "deb-src [ option1=value1 option2=value2 ] uri suite [component1] " | |
5160 | "[component2] [...]" | |
609bb2ea MV |
5161 | msgstr "" |
5162 | ||
5163 | #. type: Content of: <refentry><refsect1><para><literallayout> | |
864fe99c | 5164 | #: sources.list.5.xml:143 |
609bb2ea MV |
5165 | #, no-wrap |
5166 | msgid "" | |
b18dd45f | 5167 | " Types: deb deb-src\n" |
864fe99c MV |
5168 | " URIs: uri\n" |
5169 | " Suites: suite\n" | |
5170 | " Components: [component1] [component2] [...]\n" | |
5171 | " option1: value1\n" | |
5172 | " option2: value2\n" | |
609bb2ea | 5173 | " " |
2a52e8c5 DK |
5174 | msgstr "" |
5175 | ||
7d76ea1d | 5176 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5177 | #: sources.list.5.xml:141 |
609bb2ea | 5178 | msgid "" |
864fe99c MV |
5179 | "Alternatively the equivalent entry in deb822 style looks like this: " |
5180 | "<placeholder type=\"literallayout\" id=\"0\"/>" | |
609bb2ea MV |
5181 | msgstr "" |
5182 | ||
5183 | #. type: Content of: <refentry><refsect1><para> | |
864fe99c | 5184 | #: sources.list.5.xml:152 |
b6c6b52f | 5185 | msgid "" |
7d76ea1d DK |
5186 | "The URI for the <literal>deb</literal> type must specify the base of the " |
5187 | "Debian distribution, from which APT will find the information it needs. " | |
609bb2ea MV |
5188 | "<literal>suite</literal> can specify an exact path, in which case the " |
5189 | "components must be omitted and <literal>suite</literal> must end with a " | |
5190 | "slash (<literal>/</literal>). This is useful for the case when only a " | |
864fe99c MV |
5191 | "particular sub-directory of the archive denoted by the URI is of interest. " |
5192 | "If <literal>suite</literal> does not specify an exact path, at least one " | |
7d76ea1d | 5193 | "<literal>component</literal> must be present." |
b6c6b52f MV |
5194 | msgstr "" |
5195 | ||
7d76ea1d | 5196 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5197 | #: sources.list.5.xml:161 |
aec22160 | 5198 | msgid "" |
609bb2ea | 5199 | "<literal>suite</literal> may also contain a variable, " |
5723791e JR |
5200 | "<literal>$(ARCH)</literal> which expands to the Debian architecture (such as " |
5201 | "<literal>amd64</literal> or <literal>armel</literal>) used on the " | |
5202 | "system. This permits architecture-independent " | |
5203 | "<filename>sources.list</filename> files to be used. In general this is only " | |
5204 | "of interest when specifying an exact path, <literal>APT</literal> will " | |
5205 | "automatically generate a URI with the current architecture otherwise." | |
b6c6b52f MV |
5206 | msgstr "" |
5207 | ||
7d76ea1d | 5208 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5209 | #: sources.list.5.xml:169 |
782486e8 | 5210 | msgid "" |
864fe99c MV |
5211 | "Especially in the one line style format since only one distribution can be " |
5212 | "specified per line it may be necessary to have multiple lines for the same " | |
5213 | "URI, if a subset of all available distributions or components at that " | |
609bb2ea MV |
5214 | "location is desired. APT will sort the URI list after it has generated a " |
5215 | "complete set internally, and will collapse multiple references to the same " | |
5216 | "Internet host, for instance, into a single connection, so that it does not " | |
864fe99c MV |
5217 | "inefficiently establish a connection, close it, do something else, and then " |
5218 | "re-establish a connection to that same host. APT also parallelizes " | |
5219 | "connections to different hosts to more effectively deal with sites with low " | |
5220 | "bandwidth." | |
5221 | msgstr "" | |
5222 | ||
5223 | #. type: Content of: <refentry><refsect1><para> | |
5224 | #: sources.list.5.xml:181 | |
5225 | msgid "" | |
5226 | "It is important to list sources in order of preference, with the most " | |
5227 | "preferred source listed first. Typically this will result in sorting by " | |
5228 | "speed from fastest to slowest (CD-ROM followed by hosts on a local network, " | |
5229 | "followed by distant Internet hosts, for example)." | |
5230 | msgstr "" | |
5231 | ||
5232 | #. type: Content of: <refentry><refsect1><para><literallayout> | |
5233 | #: sources.list.5.xml:188 | |
5234 | #, no-wrap | |
5235 | msgid "&sourceslist-list-format;" | |
5236 | msgstr "" | |
5237 | ||
5238 | #. type: Content of: <refentry><refsect1><para><literallayout> | |
5239 | #: sources.list.5.xml:190 | |
5240 | #, no-wrap | |
5241 | msgid "&sourceslist-sources-format;" | |
2a52e8c5 DK |
5242 | msgstr "" |
5243 | ||
7d76ea1d | 5244 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5245 | #: sources.list.5.xml:186 |
b6c6b52f | 5246 | msgid "" |
864fe99c MV |
5247 | "As an example, the sources for your distribution could look like this in one " |
5248 | "line style format: <placeholder type=\"literallayout\" id=\"0\"/> or like " | |
5249 | "this in deb822 style format: <placeholder type=\"literallayout\" id=\"1\"/>" | |
5250 | msgstr "" | |
5251 | ||
5252 | #. type: Content of: <refentry><refsect1><title> | |
5253 | #: sources.list.5.xml:193 | |
5254 | msgid "The deb and deb-src types: Options" | |
5255 | msgstr "" | |
5256 | ||
5257 | #. type: Content of: <refentry><refsect1><para> | |
5258 | #: sources.list.5.xml:194 | |
5259 | msgid "" | |
5260 | "Each source entry can have options specified modifying which and how the " | |
5261 | "source is accessed and data acquired from it. Format, syntax and names of " | |
5262 | "the options varies between the two formats one line and deb822 style as " | |
5263 | "described, but they have both the same options available. For simplicity we " | |
5264 | "list the deb822 fieldname and provide the one line name in brackets. " | |
5265 | "Remember that beside setting multivalue options explicitly, there is also " | |
5266 | "the option to modify them based on the default, but we aren't listing those " | |
5267 | "names explicitly here. Unsupported options are silently ignored by all APT " | |
5268 | "versions." | |
2a52e8c5 DK |
5269 | msgstr "" |
5270 | ||
7d76ea1d | 5271 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> |
864fe99c | 5272 | #: sources.list.5.xml:205 |
2a52e8c5 | 5273 | msgid "" |
864fe99c MV |
5274 | "<option>Architectures</option> (<option>arch</option>) is a multivalue " |
5275 | "option defining for which architectures information should be downloaded. If " | |
5276 | "this option isn't set the default is all architectures as defined by the " | |
5277 | "<option>APT::Architectures</option> config option." | |
2a52e8c5 DK |
5278 | msgstr "" |
5279 | ||
7d76ea1d | 5280 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> |
864fe99c | 5281 | #: sources.list.5.xml:212 |
ce34af08 | 5282 | msgid "" |
864fe99c MV |
5283 | "<option>Languages</option> (<option>lang</option>) is a multivalue option " |
5284 | "defining for which languages information like translated package " | |
5285 | "descriptions should be downloaded. If this option isn't set the default is " | |
5286 | "all languages as defined by the <option>Acquire::Languages</option> config " | |
5287 | "option." | |
ce34af08 MV |
5288 | msgstr "" |
5289 | ||
5290 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> | |
864fe99c | 5291 | #: sources.list.5.xml:220 |
782486e8 | 5292 | msgid "" |
864fe99c MV |
5293 | "<option>Targets</option> (<option>target</option>) is a multivalue option " |
5294 | "defining which download targets apt will try to acquire from this source. If " | |
5295 | "not specified, the default set is defined by the " | |
5296 | "<option>Acquire::IndexTargets</option> configuration scope." | |
2a52e8c5 DK |
5297 | msgstr "" |
5298 | ||
7d76ea1d | 5299 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5300 | #: sources.list.5.xml:228 |
7d76ea1d | 5301 | msgid "" |
864fe99c MV |
5302 | "Further more, there are options which if set effect <emphasis>all</emphasis> " |
5303 | "sources with the same URI and Suite, so they have to be set on all such " | |
5304 | "entries and can not be varied between different components. APT will try to " | |
5305 | "detect and error out on such anomalies." | |
2a52e8c5 DK |
5306 | msgstr "" |
5307 | ||
864fe99c MV |
5308 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> |
5309 | #: sources.list.5.xml:235 | |
5310 | msgid "" | |
5311 | "<option>Signed-By</option> (<option>signed-by</option>) is either an " | |
5312 | "absolute path to a keyring file (has to be accessible and readable for the " | |
5313 | "<literal>_apt</literal> user, so ensure everyone has read-permissions on the " | |
5314 | "file) or a fingerprint of a key in either the " | |
5315 | "<filename>trusted.gpg</filename> keyring or in one of the keyrings in the " | |
5316 | "<filename>trusted.gpg.d/</filename> directory (see <command>apt-key " | |
5317 | "fingerprint</command>). If the option is set only the key(s) in this keyring " | |
5318 | "or only the key with this fingerprint is used for the &apt-secure; " | |
5319 | "verification of this repository. Otherwise all keys in the trusted keyrings " | |
5320 | "are considered valid signers for this repository." | |
2a52e8c5 DK |
5321 | msgstr "" |
5322 | ||
864fe99c MV |
5323 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> |
5324 | #: sources.list.5.xml:249 | |
2a52e8c5 | 5325 | msgid "" |
864fe99c MV |
5326 | "<option>Check-Valid-Until</option> (<option>check-valid-until</option>) is " |
5327 | "a yes/no value which controls if APT should try to detect replay attacks. A " | |
5328 | "repository creator can declare until then the data provided in the " | |
5329 | "repository should be considered valid and if this time is reached, but no " | |
5330 | "new data is provided the data is considered expired and an error is raised. " | |
5331 | "Beside increasing security as a malicious attacker can't sent old data " | |
5332 | "forever denying a user to be able to upgrade to a new version, this also " | |
5333 | "helps users identify mirrors which are no longer updated. Some repositories " | |
5334 | "like historic archives aren't updated anymore by design through, so this " | |
5335 | "check can be disabled by setting this option to <literal>no</literal>. " | |
5336 | "Defaults to the value of configuration option " | |
5337 | "<option>Acquire::Check-Valid-Until</option> which itself defaults to " | |
5338 | "<literal>yes</literal>." | |
5339 | msgstr "" | |
5340 | ||
5341 | #. type: Content of: <refentry><refsect1><para><itemizedlist><listitem><para> | |
5342 | #: sources.list.5.xml:266 | |
5343 | msgid "" | |
5344 | "<option>Valid-Until-Min</option> (<option>check-valid-min</option>) and " | |
5345 | "<option>Valid-Until-Max</option> (<option>valid-until-max</option>) can be " | |
5346 | "used to raise or lower the time period in seconds in which the data from " | |
5347 | "this repository is considered valid. -Max can be especially useful if the " | |
5348 | "repository provides no Valid-Until field on its Release file to set your own " | |
5349 | "value, while -Min can be used to increase the valid time on seldomly updated " | |
5350 | "(local) mirrors of a more frequently updated but less accessible archive " | |
5351 | "(which is in the sources.list as well) instead of disabling the check " | |
5352 | "entirely. Default to the value of the configuration options " | |
5353 | "<option>Acquire::Min-ValidTime</option> and " | |
5354 | "<option>Acquire::Max-ValidTime</option> which are both unset by default." | |
2a52e8c5 DK |
5355 | msgstr "" |
5356 | ||
7d76ea1d | 5357 | #. type: Content of: <refentry><refsect1><title> |
864fe99c | 5358 | #: sources.list.5.xml:288 |
7d76ea1d | 5359 | msgid "URI specification" |
2a52e8c5 DK |
5360 | msgstr "" |
5361 | ||
7d76ea1d | 5362 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5363 | #: sources.list.5.xml:290 |
7d76ea1d | 5364 | msgid "The currently recognized URI types are:" |
2a52e8c5 DK |
5365 | msgstr "" |
5366 | ||
7d76ea1d | 5367 | #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para> |
864fe99c | 5368 | #: sources.list.5.xml:294 |
2a52e8c5 | 5369 | msgid "" |
7d76ea1d DK |
5370 | "The file scheme allows an arbitrary directory in the file system to be " |
5371 | "considered an archive. This is useful for NFS mounts and local mirrors or " | |
5372 | "archives." | |
2a52e8c5 DK |
5373 | msgstr "" |
5374 | ||
7d76ea1d | 5375 | #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para> |
864fe99c | 5376 | #: sources.list.5.xml:301 |
2a52e8c5 | 5377 | msgid "" |
7d76ea1d DK |
5378 | "The cdrom scheme allows APT to use a local CD-ROM drive with media " |
5379 | "swapping. Use the &apt-cdrom; program to create cdrom entries in the source " | |
5380 | "list." | |
2a52e8c5 DK |
5381 | msgstr "" |
5382 | ||
7d76ea1d | 5383 | #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para> |
864fe99c | 5384 | #: sources.list.5.xml:308 |
2a52e8c5 | 5385 | msgid "" |
7d76ea1d DK |
5386 | "The http scheme specifies an HTTP server for the archive. If an environment " |
5387 | "variable <envar>http_proxy</envar> is set with the format " | |
5388 | "http://server:port/, the proxy server specified in <envar>http_proxy</envar> " | |
5389 | "will be used. Users of authenticated HTTP/1.1 proxies may use a string of " | |
5390 | "the format http://user:pass@server:port/. Note that this is an insecure " | |
5391 | "method of authentication." | |
2a52e8c5 DK |
5392 | msgstr "" |
5393 | ||
7d76ea1d | 5394 | #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para> |
864fe99c | 5395 | #: sources.list.5.xml:319 |
2a52e8c5 | 5396 | msgid "" |
7d76ea1d DK |
5397 | "The ftp scheme specifies an FTP server for the archive. APT's FTP behavior " |
5398 | "is highly configurable; for more information see the &apt-conf; manual " | |
5723791e JR |
5399 | "page. Please note that an FTP proxy can be specified by using the " |
5400 | "<envar>ftp_proxy</envar> environment variable. It is possible to specify an " | |
5401 | "HTTP proxy (HTTP proxy servers often understand FTP URLs) using this " | |
dabb215c | 5402 | "environment variable and <emphasis>only</emphasis> this environment " |
5723791e JR |
5403 | "variable. Proxies using HTTP specified in the configuration file will be " |
5404 | "ignored." | |
2a52e8c5 DK |
5405 | msgstr "" |
5406 | ||
7d76ea1d | 5407 | #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para> |
864fe99c | 5408 | #: sources.list.5.xml:331 |
2a52e8c5 | 5409 | msgid "" |
7d76ea1d DK |
5410 | "The copy scheme is identical to the file scheme except that packages are " |
5411 | "copied into the cache directory instead of used directly at their location. " | |
5723791e JR |
5412 | "This is useful for people using removable media to copy files around with " |
5413 | "APT." | |
2a52e8c5 DK |
5414 | msgstr "" |
5415 | ||
7d76ea1d | 5416 | #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para> |
864fe99c | 5417 | #: sources.list.5.xml:338 |
2a52e8c5 | 5418 | msgid "" |
5723791e JR |
5419 | "The rsh/ssh method invokes RSH/SSH to connect to a remote host and access " |
5420 | "the files as a given user. Prior configuration of rhosts or RSA keys is " | |
5421 | "recommended. The standard <command>find</command> and <command>dd</command> " | |
5422 | "commands are used to perform the file transfers from the remote host." | |
2a52e8c5 DK |
5423 | msgstr "" |
5424 | ||
7d76ea1d | 5425 | #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><term> |
864fe99c | 5426 | #: sources.list.5.xml:345 |
7d76ea1d | 5427 | msgid "adding more recognizable URI types" |
2a52e8c5 DK |
5428 | msgstr "" |
5429 | ||
7d76ea1d | 5430 | #. type: Content of: <refentry><refsect1><para><variablelist><varlistentry><listitem><para> |
864fe99c | 5431 | #: sources.list.5.xml:347 |
2a52e8c5 | 5432 | msgid "" |
5723791e JR |
5433 | "APT can be extended with more methods shipped in other optional packages, " |
5434 | "which should follow the naming scheme " | |
5435 | "<package>apt-transport-<replaceable>method</replaceable></package>. For " | |
5436 | "instance, the APT team also maintains the package " | |
5437 | "<package>apt-transport-https</package>, which provides access methods for " | |
5438 | "HTTPS URIs with features similar to the http method. Methods for using " | |
5439 | "e.g. debtorrent are also available - see &apt-transport-debtorrent;." | |
2a52e8c5 DK |
5440 | msgstr "" |
5441 | ||
7d76ea1d | 5442 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5443 | #: sources.list.5.xml:359 |
2a52e8c5 | 5444 | msgid "" |
864fe99c | 5445 | "Uses the archive stored locally (or NFS mounted) at /home/apt/debian for " |
7d76ea1d | 5446 | "stable/main, stable/contrib, and stable/non-free." |
2a52e8c5 DK |
5447 | msgstr "" |
5448 | ||
7d76ea1d | 5449 | #. type: Content of: <refentry><refsect1><literallayout> |
864fe99c | 5450 | #: sources.list.5.xml:361 |
7d76ea1d | 5451 | #, no-wrap |
864fe99c MV |
5452 | msgid "deb file:/home/apt/debian stable main contrib non-free" |
5453 | msgstr "" | |
5454 | ||
5455 | #. type: Content of: <refentry><refsect1><literallayout> | |
5456 | #: sources.list.5.xml:362 | |
5457 | #, no-wrap | |
5458 | msgid "" | |
5459 | "Types: deb\n" | |
5460 | "URIs: file:/home/apt/debian\n" | |
5461 | "Suites: stable\n" | |
5462 | "Components: main contrib non-free" | |
2a52e8c5 DK |
5463 | msgstr "" |
5464 | ||
7d76ea1d | 5465 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5466 | #: sources.list.5.xml:367 |
7d76ea1d | 5467 | msgid "As above, except this uses the unstable (development) distribution." |
2a52e8c5 DK |
5468 | msgstr "" |
5469 | ||
7d76ea1d | 5470 | #. type: Content of: <refentry><refsect1><literallayout> |
864fe99c | 5471 | #: sources.list.5.xml:368 |
2a52e8c5 | 5472 | #, no-wrap |
864fe99c MV |
5473 | msgid "deb file:/home/apt/debian unstable main contrib non-free" |
5474 | msgstr "" | |
5475 | ||
5476 | #. type: Content of: <refentry><refsect1><literallayout> | |
5477 | #: sources.list.5.xml:369 | |
5478 | #, no-wrap | |
5479 | msgid "" | |
5480 | "Types: deb\n" | |
5481 | "URIs: file:/home/apt/debian\n" | |
5482 | "Suites: unstable\n" | |
5483 | "Components: main contrib non-free" | |
2a52e8c5 DK |
5484 | msgstr "" |
5485 | ||
7d76ea1d | 5486 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5487 | #: sources.list.5.xml:374 |
7d76ea1d | 5488 | msgid "Source line for the above" |
2a52e8c5 DK |
5489 | msgstr "" |
5490 | ||
7d76ea1d | 5491 | #. type: Content of: <refentry><refsect1><literallayout> |
864fe99c MV |
5492 | #: sources.list.5.xml:375 |
5493 | #, no-wrap | |
5494 | msgid "deb-src file:/home/apt/debian unstable main contrib non-free" | |
5495 | msgstr "" | |
5496 | ||
5497 | #. type: Content of: <refentry><refsect1><literallayout> | |
5498 | #: sources.list.5.xml:376 | |
2a52e8c5 | 5499 | #, no-wrap |
864fe99c MV |
5500 | msgid "" |
5501 | "Types: deb-src\n" | |
5502 | "URIs: file:/home/apt/debian\n" | |
5503 | "Suites: unstable\n" | |
5504 | "Components: main contrib non-free" | |
b81dbe40 DK |
5505 | msgstr "" |
5506 | ||
7d76ea1d | 5507 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5508 | #: sources.list.5.xml:382 |
b81dbe40 | 5509 | msgid "" |
7d76ea1d DK |
5510 | "The first line gets package information for the architectures in " |
5511 | "<literal>APT::Architectures</literal> while the second always retrieves " | |
5512 | "<literal>amd64</literal> and <literal>armel</literal>." | |
2a52e8c5 DK |
5513 | msgstr "" |
5514 | ||
7d76ea1d | 5515 | #. type: Content of: <refentry><refsect1><literallayout> |
864fe99c MV |
5516 | #: sources.list.5.xml:384 |
5517 | #, no-wrap | |
5518 | msgid "" | |
5519 | "deb http://httpredir.debian.org/debian &stable-codename; main\n" | |
5520 | "deb [ arch=amd64,armel ] http://httpredir.debian.org/debian " | |
5521 | "&stable-codename; main" | |
5522 | msgstr "" | |
5523 | ||
5524 | #. type: Content of: <refentry><refsect1><literallayout> | |
5525 | #: sources.list.5.xml:386 | |
7d76ea1d | 5526 | #, no-wrap |
b81dbe40 | 5527 | msgid "" |
864fe99c MV |
5528 | "Types: deb\n" |
5529 | "URIs: http://httpredir.debian.org/debian\n" | |
5530 | "Suites: &stable-codename;\n" | |
5531 | "Components: main\n" | |
5532 | "\n" | |
5533 | "Types: deb\n" | |
5534 | "URIs: http://httpredir.debian.org/debian\n" | |
5535 | "Suites: &stable-codename;\n" | |
5536 | "Components: main\n" | |
5537 | "Architectures: amd64 armel\n" | |
b81dbe40 DK |
5538 | msgstr "" |
5539 | ||
7d76ea1d | 5540 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5541 | #: sources.list.5.xml:398 |
2a52e8c5 | 5542 | msgid "" |
7d76ea1d DK |
5543 | "Uses HTTP to access the archive at archive.debian.org, and uses only the " |
5544 | "hamm/main area." | |
2a52e8c5 DK |
5545 | msgstr "" |
5546 | ||
7d76ea1d | 5547 | #. type: Content of: <refentry><refsect1><literallayout> |
864fe99c | 5548 | #: sources.list.5.xml:400 |
2a52e8c5 | 5549 | #, no-wrap |
7d76ea1d | 5550 | msgid "deb http://archive.debian.org/debian-archive hamm main" |
2a52e8c5 DK |
5551 | msgstr "" |
5552 | ||
864fe99c MV |
5553 | #. type: Content of: <refentry><refsect1><literallayout> |
5554 | #: sources.list.5.xml:401 | |
5555 | #, no-wrap | |
5556 | msgid "" | |
5557 | "Types: deb\n" | |
5558 | "URIs: http://archive.debian.org/debian-archive\n" | |
5559 | "Suites: hamm\n" | |
5560 | "Components: main" | |
5561 | msgstr "" | |
5562 | ||
7d76ea1d | 5563 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5564 | #: sources.list.5.xml:406 |
2a52e8c5 | 5565 | msgid "" |
7d76ea1d DK |
5566 | "Uses FTP to access the archive at ftp.debian.org, under the debian " |
5567 | "directory, and uses only the &stable-codename;/contrib area." | |
2a52e8c5 DK |
5568 | msgstr "" |
5569 | ||
7d76ea1d | 5570 | #. type: Content of: <refentry><refsect1><literallayout> |
864fe99c | 5571 | #: sources.list.5.xml:408 |
2a52e8c5 | 5572 | #, no-wrap |
7d76ea1d | 5573 | msgid "deb ftp://ftp.debian.org/debian &stable-codename; contrib" |
2a52e8c5 DK |
5574 | msgstr "" |
5575 | ||
864fe99c MV |
5576 | #. type: Content of: <refentry><refsect1><literallayout> |
5577 | #: sources.list.5.xml:409 | |
5578 | #, no-wrap | |
5579 | msgid "" | |
5580 | "Types: deb\n" | |
5581 | "URIs: ftp://ftp.debian.org/debian\n" | |
5582 | "Suites: &stable-codename;\n" | |
5583 | "Components: contrib" | |
5584 | msgstr "" | |
5585 | ||
7d76ea1d | 5586 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5587 | #: sources.list.5.xml:414 |
2a52e8c5 | 5588 | msgid "" |
7d76ea1d DK |
5589 | "Uses FTP to access the archive at ftp.debian.org, under the debian " |
5590 | "directory, and uses only the unstable/contrib area. If this line appears as " | |
5591 | "well as the one in the previous example in <filename>sources.list</filename> " | |
5592 | "a single FTP session will be used for both resource lines." | |
2a52e8c5 DK |
5593 | msgstr "" |
5594 | ||
7d76ea1d | 5595 | #. type: Content of: <refentry><refsect1><literallayout> |
864fe99c | 5596 | #: sources.list.5.xml:418 |
2a52e8c5 | 5597 | #, no-wrap |
7d76ea1d | 5598 | msgid "deb ftp://ftp.debian.org/debian unstable contrib" |
2a52e8c5 DK |
5599 | msgstr "" |
5600 | ||
864fe99c MV |
5601 | #. type: Content of: <refentry><refsect1><literallayout> |
5602 | #: sources.list.5.xml:419 | |
5603 | #, no-wrap | |
5604 | msgid "" | |
5605 | "Types: deb\n" | |
5606 | "URIs: ftp://ftp.debian.org/debian\n" | |
5607 | "Suites: unstable\n" | |
5608 | "Components: contrib" | |
5609 | msgstr "" | |
5610 | ||
7d76ea1d | 5611 | #. type: Content of: <refentry><refsect1><para><literallayout> |
864fe99c | 5612 | #: sources.list.5.xml:431 |
2a52e8c5 | 5613 | #, no-wrap |
7d76ea1d | 5614 | msgid "deb http://ftp.tlh.debian.org/universe unstable/binary-$(ARCH)/" |
782486e8 MV |
5615 | msgstr "" |
5616 | ||
864fe99c MV |
5617 | #. type: Content of: <refentry><refsect1><para><literallayout> |
5618 | #: sources.list.5.xml:432 | |
5619 | #, no-wrap | |
5620 | msgid "" | |
5621 | "Types: deb\n" | |
5622 | "URIs: http://ftp.tlh.debian.org/universe\n" | |
5623 | "Suites: unstable/binary-$(ARCH)/" | |
5624 | msgstr "" | |
5625 | ||
7d76ea1d | 5626 | #. type: Content of: <refentry><refsect1><para> |
864fe99c | 5627 | #: sources.list.5.xml:424 |
782486e8 | 5628 | msgid "" |
7d76ea1d DK |
5629 | "Uses HTTP to access the archive at ftp.tlh.debian.org, under the universe " |
5630 | "directory, and uses only files found under " | |
5631 | "<filename>unstable/binary-i386</filename> on i386 machines, " | |
5632 | "<filename>unstable/binary-amd64</filename> on amd64, and so forth for other " | |
5633 | "supported architectures. [Note this example only illustrates how to use the " | |
5634 | "substitution variable; official debian archives are not structured like " | |
864fe99c MV |
5635 | "this] <placeholder type=\"literallayout\" id=\"0\"/> <placeholder " |
5636 | "type=\"literallayout\" id=\"1\"/>" | |
5637 | msgstr "" | |
5638 | ||
5639 | #. type: Content of: <refentry><refsect1><para> | |
5640 | #: sources.list.5.xml:437 | |
5641 | msgid "" | |
5642 | "Uses HTTP to get binary packages as well as sources from the stable, testing " | |
5643 | "and unstable suites and the components main and contrib." | |
5644 | msgstr "" | |
5645 | ||
5646 | #. type: Content of: <refentry><refsect1><literallayout> | |
5647 | #: sources.list.5.xml:439 | |
5648 | #, no-wrap | |
5649 | msgid "" | |
5650 | "deb http://httpredir.debian.org/debian stable main contrib\n" | |
5651 | "deb-src http://httpredir.debian.org/debian stable main contrib\n" | |
5652 | "deb http://httpredir.debian.org/debian testing main contrib\n" | |
5653 | "deb-src http://httpredir.debian.org/debian testing main contrib\n" | |
5654 | "deb http://httpredir.debian.org/debian unstable main contrib\n" | |
5655 | "deb-src http://httpredir.debian.org/debian unstable main contrib" | |
5656 | msgstr "" | |
5657 | ||
5658 | #. type: Content of: <refentry><refsect1><literallayout> | |
5659 | #: sources.list.5.xml:445 | |
5660 | #, no-wrap | |
5661 | msgid "" | |
5662 | "Types: deb deb-src\n" | |
5663 | "URIs: http://httpredir.debian.org/debian\n" | |
5664 | "Suites: stable testing unstable\n" | |
5665 | "Components: main contrib\n" | |
782486e8 MV |
5666 | msgstr "" |
5667 | ||
7d76ea1d | 5668 | #. type: Content of: <refentry><refsect1><para> |
864fe99c MV |
5669 | #: sources.list.5.xml:454 |
5670 | msgid "&apt-get;, &apt-conf;" | |
782486e8 MV |
5671 | msgstr "" |
5672 | ||
7d76ea1d | 5673 | #. type: Content of: <refentry><refmeta><manvolnum> |
9de26945 | 5674 | #: apt-extracttemplates.1.xml:22 apt-sortpkgs.1.xml:22 apt-ftparchive.1.xml:22 |
7d76ea1d | 5675 | msgid "1" |
782486e8 MV |
5676 | msgstr "" |
5677 | ||
7d76ea1d | 5678 | #. type: Content of: <refentry><refnamediv><refpurpose> |
9de26945 | 5679 | #: apt-extracttemplates.1.xml:29 |
782486e8 | 5680 | msgid "" |
7d76ea1d DK |
5681 | "Utility to extract <command>debconf</command> config and templates from " |
5682 | "Debian packages" | |
782486e8 MV |
5683 | msgstr "" |
5684 | ||
7d76ea1d | 5685 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 5686 | #: apt-extracttemplates.1.xml:35 |
2b9b27c3 | 5687 | msgid "" |
7d76ea1d DK |
5688 | "<command>apt-extracttemplates</command> will take one or more Debian package " |
5689 | "files as input and write out (to a temporary directory) all associated " | |
5690 | "config scripts and template files. For each passed in package that contains " | |
5691 | "config scripts and templates, one line of output will be generated in the " | |
5692 | "format:" | |
782486e8 MV |
5693 | msgstr "" |
5694 | ||
7d76ea1d | 5695 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 5696 | #: apt-extracttemplates.1.xml:40 |
7d76ea1d | 5697 | msgid "package version template-file config-script" |
2a52e8c5 DK |
5698 | msgstr "" |
5699 | ||
7d76ea1d | 5700 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 5701 | #: apt-extracttemplates.1.xml:41 |
aec22160 | 5702 | msgid "" |
7d76ea1d DK |
5703 | "template-file and config-script are written to the temporary directory " |
5704 | "specified by the <option>-t</option> or <option>--tempdir</option> " | |
5705 | "(<literal>APT::ExtractTemplates::TempDir</literal>) directory, with " | |
93ae7f7f MV |
5706 | "filenames of the form <filename>package.template.XXXXXX</filename> and " |
5707 | "<filename>package.config.XXXXXX</filename>" | |
aec22160 DK |
5708 | msgstr "" |
5709 | ||
7d76ea1d | 5710 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 5711 | #: apt-extracttemplates.1.xml:54 |
782486e8 | 5712 | msgid "" |
7d76ea1d DK |
5713 | "Temporary directory in which to write extracted <command>debconf</command> " |
5714 | "template files and config scripts. Configuration Item: " | |
5715 | "<literal>APT::ExtractTemplates::TempDir</literal>" | |
2a52e8c5 DK |
5716 | msgstr "" |
5717 | ||
7d76ea1d | 5718 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 5719 | #: apt-extracttemplates.1.xml:71 |
2a52e8c5 | 5720 | msgid "" |
7d76ea1d DK |
5721 | "<command>apt-extracttemplates</command> returns zero on normal operation, " |
5722 | "decimal 100 on error." | |
2a52e8c5 DK |
5723 | msgstr "" |
5724 | ||
7d76ea1d | 5725 | #. type: Content of: <refentry><refnamediv><refpurpose> |
9de26945 | 5726 | #: apt-sortpkgs.1.xml:29 |
7d76ea1d | 5727 | msgid "Utility to sort package index files" |
2a52e8c5 DK |
5728 | msgstr "" |
5729 | ||
7d76ea1d | 5730 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 5731 | #: apt-sortpkgs.1.xml:35 |
2a52e8c5 | 5732 | msgid "" |
14301cf3 JR |
5733 | "<command>apt-sortpkgs</command> will take an index file (source index or " |
5734 | "package index) and sort the records so that they are ordered by the package " | |
7d76ea1d DK |
5735 | "name. It will also sort the internal fields of each record according to the " |
5736 | "internal sorting rules." | |
2a52e8c5 DK |
5737 | msgstr "" |
5738 | ||
7d76ea1d | 5739 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 5740 | #: apt-sortpkgs.1.xml:41 |
5723791e | 5741 | msgid "All output is sent to standard output; the input must be a seekable file." |
2a52e8c5 DK |
5742 | msgstr "" |
5743 | ||
7d76ea1d | 5744 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 5745 | #: apt-sortpkgs.1.xml:50 |
2a52e8c5 | 5746 | msgid "" |
14301cf3 | 5747 | "Use source index field ordering. Configuration Item: " |
7d76ea1d | 5748 | "<literal>APT::SortPkgs::Source</literal>." |
2a52e8c5 DK |
5749 | msgstr "" |
5750 | ||
7d76ea1d | 5751 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 5752 | #: apt-sortpkgs.1.xml:64 |
2a52e8c5 | 5753 | msgid "" |
7d76ea1d DK |
5754 | "<command>apt-sortpkgs</command> returns zero on normal operation, decimal " |
5755 | "100 on error." | |
2a52e8c5 DK |
5756 | msgstr "" |
5757 | ||
7d76ea1d | 5758 | #. type: Content of: <refentry><refnamediv><refpurpose> |
9de26945 | 5759 | #: apt-ftparchive.1.xml:29 |
7d76ea1d | 5760 | msgid "Utility to generate index files" |
2a52e8c5 DK |
5761 | msgstr "" |
5762 | ||
7d76ea1d | 5763 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 5764 | #: apt-ftparchive.1.xml:35 |
2a52e8c5 | 5765 | msgid "" |
7d76ea1d DK |
5766 | "<command>apt-ftparchive</command> is the command line tool that generates " |
5767 | "the index files that APT uses to access a distribution source. The index " | |
5768 | "files should be generated on the origin site based on the content of that " | |
5769 | "site." | |
2a52e8c5 DK |
5770 | msgstr "" |
5771 | ||
7d76ea1d | 5772 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 5773 | #: apt-ftparchive.1.xml:39 |
2a52e8c5 | 5774 | msgid "" |
7d76ea1d DK |
5775 | "<command>apt-ftparchive</command> is a superset of the &dpkg-scanpackages; " |
5776 | "program, incorporating its entire functionality via the " | |
5777 | "<literal>packages</literal> command. It also contains a contents file " | |
5778 | "generator, <literal>contents</literal>, and an elaborate means to 'script' " | |
5779 | "the generation process for a complete archive." | |
2a52e8c5 DK |
5780 | msgstr "" |
5781 | ||
7d76ea1d | 5782 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 5783 | #: apt-ftparchive.1.xml:45 |
2a52e8c5 | 5784 | msgid "" |
7d76ea1d DK |
5785 | "Internally <command>apt-ftparchive</command> can make use of binary " |
5786 | "databases to cache the contents of a .deb file and it does not rely on any " | |
5787 | "external programs aside from &gzip;. When doing a full generate it " | |
5788 | "automatically performs file-change checks and builds the desired compressed " | |
5789 | "output files." | |
2a52e8c5 DK |
5790 | msgstr "" |
5791 | ||
7d76ea1d | 5792 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 5793 | #: apt-ftparchive.1.xml:56 |
2a52e8c5 | 5794 | msgid "" |
7d76ea1d DK |
5795 | "The packages command generates a package file from a directory tree. It " |
5796 | "takes the given directory and recursively searches it for .deb files, " | |
5797 | "emitting a package record to stdout for each. This command is approximately " | |
5798 | "equivalent to &dpkg-scanpackages;." | |
2a52e8c5 DK |
5799 | msgstr "" |
5800 | ||
7d76ea1d | 5801 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 5802 | #: apt-ftparchive.1.xml:61 apt-ftparchive.1.xml:85 |
7d76ea1d | 5803 | msgid "The option <option>--db</option> can be used to specify a binary caching DB." |
2a52e8c5 DK |
5804 | msgstr "" |
5805 | ||
7d76ea1d | 5806 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 5807 | #: apt-ftparchive.1.xml:66 |
2a52e8c5 | 5808 | msgid "" |
7d76ea1d DK |
5809 | "The <literal>sources</literal> command generates a source index file from a " |
5810 | "directory tree. It takes the given directory and recursively searches it " | |
5811 | "for .dsc files, emitting a source record to stdout for each. This command is " | |
5812 | "approximately equivalent to &dpkg-scansources;." | |
2a52e8c5 DK |
5813 | msgstr "" |
5814 | ||
7d76ea1d | 5815 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 5816 | #: apt-ftparchive.1.xml:71 |
2a52e8c5 | 5817 | msgid "" |
7d76ea1d DK |
5818 | "If an override file is specified then a source override file will be looked " |
5819 | "for with an extension of .src. The --source-override option can be used to " | |
5820 | "change the source override file that will be used." | |
2a52e8c5 DK |
5821 | msgstr "" |
5822 | ||
7d76ea1d | 5823 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 5824 | #: apt-ftparchive.1.xml:78 |
2a52e8c5 | 5825 | msgid "" |
7d76ea1d DK |
5826 | "The <literal>contents</literal> command generates a contents file from a " |
5827 | "directory tree. It takes the given directory and recursively searches it for " | |
5828 | ".deb files, and reads the file list from each file. It then sorts and writes " | |
5829 | "to stdout the list of files matched to packages. Directories are not written " | |
5830 | "to the output. If multiple packages own the same file then each package is " | |
5831 | "separated by a comma in the output." | |
2a52e8c5 DK |
5832 | msgstr "" |
5833 | ||
7d76ea1d | 5834 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 5835 | #: apt-ftparchive.1.xml:90 |
2a52e8c5 | 5836 | msgid "" |
7d76ea1d DK |
5837 | "The <literal>release</literal> command generates a Release file from a " |
5838 | "directory tree. It recursively searches the given directory for uncompressed " | |
5839 | "<filename>Packages</filename> and <filename>Sources</filename> files and " | |
5840 | "ones compressed with <command>gzip</command>, <command>bzip2</command> or " | |
5841 | "<command>lzma</command> as well as <filename>Release</filename> and " | |
5842 | "<filename>md5sum.txt</filename> files by default " | |
5843 | "(<literal>APT::FTPArchive::Release::Default-Patterns</literal>). Additional " | |
5844 | "filename patterns can be added by listing them in " | |
5845 | "<literal>APT::FTPArchive::Release::Patterns</literal>. It then writes to " | |
5846 | "stdout a <filename>Release</filename> file containing an MD5, SHA1 and " | |
5847 | "SHA256 digest for each file." | |
2a52e8c5 DK |
5848 | msgstr "" |
5849 | ||
7d76ea1d | 5850 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 5851 | #: apt-ftparchive.1.xml:100 |
2a52e8c5 | 5852 | msgid "" |
7d76ea1d DK |
5853 | "Values for the additional metadata fields in the Release file are taken from " |
5854 | "the corresponding variables under " | |
5855 | "<literal>APT::FTPArchive::Release</literal>, " | |
5856 | "e.g. <literal>APT::FTPArchive::Release::Origin</literal>. The supported " | |
5857 | "fields are: <literal>Origin</literal>, <literal>Label</literal>, " | |
5858 | "<literal>Suite</literal>, <literal>Version</literal>, " | |
5859 | "<literal>Codename</literal>, <literal>Date</literal>, " | |
5860 | "<literal>Valid-Until</literal>, <literal>Architectures</literal>, " | |
5861 | "<literal>Components</literal>, <literal>Description</literal>." | |
2a52e8c5 DK |
5862 | msgstr "" |
5863 | ||
7d76ea1d | 5864 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 5865 | #: apt-ftparchive.1.xml:113 |
2a52e8c5 | 5866 | msgid "" |
7d76ea1d DK |
5867 | "The <literal>generate</literal> command is designed to be runnable from a " |
5868 | "cron script and builds indexes according to the given config file. The " | |
5869 | "config language provides a flexible means of specifying which index files " | |
5870 | "are built from which directories, as well as providing a simple means of " | |
5871 | "maintaining the required settings." | |
2a52e8c5 DK |
5872 | msgstr "" |
5873 | ||
7d76ea1d | 5874 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 5875 | #: apt-ftparchive.1.xml:122 |
aec22160 | 5876 | msgid "" |
7d76ea1d DK |
5877 | "The <literal>clean</literal> command tidies the databases used by the given " |
5878 | "configuration file by removing any records that are no longer necessary." | |
aec22160 DK |
5879 | msgstr "" |
5880 | ||
7d76ea1d | 5881 | #. type: Content of: <refentry><refsect1><title> |
9de26945 | 5882 | #: apt-ftparchive.1.xml:128 |
7d76ea1d | 5883 | msgid "The Generate Configuration" |
2a52e8c5 DK |
5884 | msgstr "" |
5885 | ||
7d76ea1d | 5886 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 5887 | #: apt-ftparchive.1.xml:130 |
2a52e8c5 | 5888 | msgid "" |
7d76ea1d DK |
5889 | "The <literal>generate</literal> command uses a configuration file to " |
5890 | "describe the archives that are going to be generated. It follows the typical " | |
5891 | "ISC configuration format as seen in ISC tools like bind 8 and dhcpd. " | |
5892 | "&apt-conf; contains a description of the syntax. Note that the generate " | |
5893 | "configuration is parsed in sectional manner, but &apt-conf; is parsed in a " | |
5894 | "tree manner. This only effects how the scope tag is handled." | |
2a52e8c5 DK |
5895 | msgstr "" |
5896 | ||
7d76ea1d | 5897 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 5898 | #: apt-ftparchive.1.xml:138 |
7d76ea1d | 5899 | msgid "The generate configuration has four separate sections, each described below." |
2a52e8c5 DK |
5900 | msgstr "" |
5901 | ||
2a52e8c5 | 5902 | #. type: Content of: <refentry><refsect1><refsect2><title> |
9de26945 | 5903 | #: apt-ftparchive.1.xml:140 |
7d76ea1d | 5904 | msgid "<literal>Dir</literal> Section" |
2a52e8c5 DK |
5905 | msgstr "" |
5906 | ||
5907 | #. type: Content of: <refentry><refsect1><refsect2><para> | |
9de26945 | 5908 | #: apt-ftparchive.1.xml:142 |
2a52e8c5 | 5909 | msgid "" |
7d76ea1d DK |
5910 | "The <literal>Dir</literal> section defines the standard directories needed " |
5911 | "to locate the files required during the generation process. These " | |
5912 | "directories are prepended certain relative paths defined in later sections " | |
5913 | "to produce a complete an absolute path." | |
2a52e8c5 DK |
5914 | msgstr "" |
5915 | ||
7d76ea1d | 5916 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 5917 | #: apt-ftparchive.1.xml:149 |
2a52e8c5 | 5918 | msgid "" |
7d76ea1d DK |
5919 | "Specifies the root of the FTP archive, in a standard Debian configuration " |
5920 | "this is the directory that contains the <filename>ls-LR</filename> and dist " | |
5921 | "nodes." | |
2a52e8c5 DK |
5922 | msgstr "" |
5923 | ||
7d76ea1d | 5924 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 5925 | #: apt-ftparchive.1.xml:156 |
7d76ea1d | 5926 | msgid "Specifies the location of the override files." |
2a52e8c5 DK |
5927 | msgstr "" |
5928 | ||
7d76ea1d | 5929 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 5930 | #: apt-ftparchive.1.xml:161 |
7d76ea1d | 5931 | msgid "Specifies the location of the cache files." |
2a52e8c5 DK |
5932 | msgstr "" |
5933 | ||
7d76ea1d | 5934 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 5935 | #: apt-ftparchive.1.xml:166 |
2a52e8c5 | 5936 | msgid "" |
7d76ea1d DK |
5937 | "Specifies the location of the file list files, if the " |
5938 | "<literal>FileList</literal> setting is used below." | |
2a52e8c5 DK |
5939 | msgstr "" |
5940 | ||
7d76ea1d | 5941 | #. type: Content of: <refentry><refsect1><refsect2><title> |
9de26945 | 5942 | #: apt-ftparchive.1.xml:172 |
7d76ea1d | 5943 | msgid "<literal>Default</literal> Section" |
2a52e8c5 DK |
5944 | msgstr "" |
5945 | ||
2a52e8c5 | 5946 | #. type: Content of: <refentry><refsect1><refsect2><para> |
9de26945 | 5947 | #: apt-ftparchive.1.xml:174 |
2a52e8c5 | 5948 | msgid "" |
7d76ea1d DK |
5949 | "The <literal>Default</literal> section specifies default values, and " |
5950 | "settings that control the operation of the generator. Other sections may " | |
5951 | "override these defaults with a per-section setting." | |
2a52e8c5 DK |
5952 | msgstr "" |
5953 | ||
7d76ea1d | 5954 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 5955 | #: apt-ftparchive.1.xml:180 |
2a52e8c5 | 5956 | msgid "" |
14301cf3 | 5957 | "Sets the default compression schemes to use for the package index files. It " |
7d76ea1d DK |
5958 | "is a string that contains a space separated list of at least one of: '.' (no " |
5959 | "compression), 'gzip' and 'bzip2'. The default for all compression schemes is " | |
5960 | "'. gzip'." | |
2a52e8c5 DK |
5961 | msgstr "" |
5962 | ||
7d76ea1d | 5963 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 5964 | #: apt-ftparchive.1.xml:188 |
2a52e8c5 | 5965 | msgid "" |
7d76ea1d DK |
5966 | "Sets the default list of file extensions that are package files. This " |
5967 | "defaults to '.deb'." | |
2a52e8c5 | 5968 | msgstr "" |
2a52e8c5 | 5969 | |
7d76ea1d | 5970 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 5971 | #: apt-ftparchive.1.xml:194 |
2a52e8c5 | 5972 | msgid "" |
7d76ea1d DK |
5973 | "This is similar to <literal>Packages::Compress</literal> except that it " |
5974 | "controls the compression for the Sources files." | |
2a52e8c5 DK |
5975 | msgstr "" |
5976 | ||
7d76ea1d | 5977 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 5978 | #: apt-ftparchive.1.xml:200 |
2a52e8c5 | 5979 | msgid "" |
7d76ea1d DK |
5980 | "Sets the default list of file extensions that are source files. This " |
5981 | "defaults to '.dsc'." | |
2a52e8c5 DK |
5982 | msgstr "" |
5983 | ||
7d76ea1d | 5984 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 5985 | #: apt-ftparchive.1.xml:206 |
2a52e8c5 | 5986 | msgid "" |
7d76ea1d DK |
5987 | "This is similar to <literal>Packages::Compress</literal> except that it " |
5988 | "controls the compression for the Contents files." | |
2a52e8c5 DK |
5989 | msgstr "" |
5990 | ||
7d76ea1d | 5991 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 5992 | #: apt-ftparchive.1.xml:212 |
2a52e8c5 | 5993 | msgid "" |
7d76ea1d DK |
5994 | "This is similar to <literal>Packages::Compress</literal> except that it " |
5995 | "controls the compression for the Translation-en master file." | |
2a52e8c5 DK |
5996 | msgstr "" |
5997 | ||
7d76ea1d | 5998 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 5999 | #: apt-ftparchive.1.xml:218 |
2a52e8c5 | 6000 | msgid "" |
7d76ea1d DK |
6001 | "Specifies the number of kilobytes to delink (and replace with hard links) " |
6002 | "per run. This is used in conjunction with the per-section " | |
6003 | "<literal>External-Links</literal> setting." | |
2a52e8c5 DK |
6004 | msgstr "" |
6005 | ||
7d76ea1d | 6006 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6007 | #: apt-ftparchive.1.xml:225 |
2a52e8c5 | 6008 | msgid "" |
7d76ea1d DK |
6009 | "Specifies the mode of all created index files. It defaults to 0644. All " |
6010 | "index files are set to this mode with no regard to the umask." | |
2a52e8c5 DK |
6011 | msgstr "" |
6012 | ||
7d76ea1d | 6013 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6014 | #: apt-ftparchive.1.xml:232 apt-ftparchive.1.xml:378 |
2a52e8c5 | 6015 | msgid "" |
7d76ea1d DK |
6016 | "Specifies whether long descriptions should be included in the " |
6017 | "<filename>Packages</filename> file or split out into a master " | |
6018 | "<filename>Translation-en</filename> file." | |
2a52e8c5 DK |
6019 | msgstr "" |
6020 | ||
6021 | #. type: Content of: <refentry><refsect1><refsect2><title> | |
9de26945 | 6022 | #: apt-ftparchive.1.xml:238 |
7d76ea1d | 6023 | msgid "<literal>TreeDefault</literal> Section" |
2a52e8c5 DK |
6024 | msgstr "" |
6025 | ||
6026 | #. type: Content of: <refentry><refsect1><refsect2><para> | |
9de26945 | 6027 | #: apt-ftparchive.1.xml:240 |
2a52e8c5 | 6028 | msgid "" |
7d76ea1d DK |
6029 | "Sets defaults specific to <literal>Tree</literal> sections. All of these " |
6030 | "variables are substitution variables and have the strings $(DIST), " | |
6031 | "$(SECTION) and $(ARCH) replaced with their respective values." | |
2a52e8c5 DK |
6032 | msgstr "" |
6033 | ||
7d76ea1d | 6034 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6035 | #: apt-ftparchive.1.xml:247 |
7d76ea1d DK |
6036 | msgid "" |
6037 | "Sets the number of kilobytes of contents files that are generated each " | |
6038 | "day. The contents files are round-robined so that over several days they " | |
6039 | "will all be rebuilt." | |
2a52e8c5 DK |
6040 | msgstr "" |
6041 | ||
7d76ea1d | 6042 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6043 | #: apt-ftparchive.1.xml:254 |
2a52e8c5 | 6044 | msgid "" |
7d76ea1d DK |
6045 | "Controls the number of days a contents file is allowed to be checked without " |
6046 | "changing. If this limit is passed the mtime of the contents file is " | |
6047 | "updated. This case can occur if the package file is changed in such a way " | |
6048 | "that does not result in a new contents file [override edit for instance]. A " | |
6049 | "hold off is allowed in hopes that new .debs will be installed, requiring a " | |
6050 | "new file anyhow. The default is 10, the units are in days." | |
2a52e8c5 DK |
6051 | msgstr "" |
6052 | ||
7d76ea1d | 6053 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6054 | #: apt-ftparchive.1.xml:265 |
2a52e8c5 | 6055 | msgid "" |
7d76ea1d DK |
6056 | "Sets the top of the .deb directory tree. Defaults to " |
6057 | "<filename>$(DIST)/$(SECTION)/binary-$(ARCH)/</filename>" | |
2a52e8c5 DK |
6058 | msgstr "" |
6059 | ||
7d76ea1d | 6060 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6061 | #: apt-ftparchive.1.xml:271 |
2a52e8c5 | 6062 | msgid "" |
7d76ea1d DK |
6063 | "Sets the top of the source package directory tree. Defaults to " |
6064 | "<filename>$(DIST)/$(SECTION)/source/</filename>" | |
2a52e8c5 DK |
6065 | msgstr "" |
6066 | ||
7d76ea1d | 6067 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6068 | #: apt-ftparchive.1.xml:277 |
2a52e8c5 | 6069 | msgid "" |
7d76ea1d DK |
6070 | "Sets the output Packages file. Defaults to " |
6071 | "<filename>$(DIST)/$(SECTION)/binary-$(ARCH)/Packages</filename>" | |
2a52e8c5 DK |
6072 | msgstr "" |
6073 | ||
7d76ea1d | 6074 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6075 | #: apt-ftparchive.1.xml:283 |
2a52e8c5 | 6076 | msgid "" |
7d76ea1d DK |
6077 | "Sets the output Sources file. Defaults to " |
6078 | "<filename>$(DIST)/$(SECTION)/source/Sources</filename>" | |
2a52e8c5 DK |
6079 | msgstr "" |
6080 | ||
7d76ea1d | 6081 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6082 | #: apt-ftparchive.1.xml:289 |
2a52e8c5 | 6083 | msgid "" |
7d76ea1d DK |
6084 | "Sets the output Translation-en master file with the long descriptions if " |
6085 | "they should be not included in the Packages file. Defaults to " | |
6086 | "<filename>$(DIST)/$(SECTION)/i18n/Translation-en</filename>" | |
2a52e8c5 DK |
6087 | msgstr "" |
6088 | ||
7d76ea1d | 6089 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6090 | #: apt-ftparchive.1.xml:296 |
2a52e8c5 | 6091 | msgid "" |
7d76ea1d DK |
6092 | "Sets the path prefix that causes a symlink to be considered an internal link " |
6093 | "instead of an external link. Defaults to " | |
6094 | "<filename>$(DIST)/$(SECTION)/</filename>" | |
2a52e8c5 DK |
6095 | msgstr "" |
6096 | ||
7d76ea1d | 6097 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6098 | #: apt-ftparchive.1.xml:303 |
2a52e8c5 | 6099 | msgid "" |
7d76ea1d | 6100 | "Sets the output Contents file. Defaults to " |
3adddfa8 DK |
6101 | "<filename>$(DIST)/$(SECTION)/Contents-$(ARCH)</filename>. If this setting " |
6102 | "causes multiple Packages files to map onto a single Contents file (as is the " | |
7d76ea1d DK |
6103 | "default) then <command>apt-ftparchive</command> will integrate those " |
6104 | "package files together automatically." | |
2a52e8c5 DK |
6105 | msgstr "" |
6106 | ||
7d76ea1d | 6107 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6108 | #: apt-ftparchive.1.xml:312 |
7d76ea1d | 6109 | msgid "Sets header file to prepend to the contents output." |
2a52e8c5 DK |
6110 | msgstr "" |
6111 | ||
7d76ea1d | 6112 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6113 | #: apt-ftparchive.1.xml:317 |
2a52e8c5 | 6114 | msgid "" |
7d76ea1d DK |
6115 | "Sets the binary cache database to use for this section. Multiple sections " |
6116 | "can share the same database." | |
2a52e8c5 DK |
6117 | msgstr "" |
6118 | ||
7d76ea1d | 6119 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6120 | #: apt-ftparchive.1.xml:323 |
7d76ea1d DK |
6121 | msgid "" |
6122 | "Specifies that instead of walking the directory tree, " | |
6123 | "<command>apt-ftparchive</command> should read the list of files from the " | |
6124 | "given file. Relative files names are prefixed with the archive directory." | |
2a52e8c5 DK |
6125 | msgstr "" |
6126 | ||
7d76ea1d | 6127 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6128 | #: apt-ftparchive.1.xml:330 |
2a52e8c5 | 6129 | msgid "" |
7d76ea1d DK |
6130 | "Specifies that instead of walking the directory tree, " |
6131 | "<command>apt-ftparchive</command> should read the list of files from the " | |
6132 | "given file. Relative files names are prefixed with the archive directory. " | |
6133 | "This is used when processing source indexes." | |
2a52e8c5 DK |
6134 | msgstr "" |
6135 | ||
6136 | #. type: Content of: <refentry><refsect1><refsect2><title> | |
9de26945 | 6137 | #: apt-ftparchive.1.xml:338 |
7d76ea1d | 6138 | msgid "<literal>Tree</literal> Section" |
2a52e8c5 DK |
6139 | msgstr "" |
6140 | ||
7d76ea1d | 6141 | #. type: Content of: <refentry><refsect1><refsect2><para> |
9de26945 | 6142 | #: apt-ftparchive.1.xml:340 |
2a52e8c5 | 6143 | msgid "" |
7d76ea1d DK |
6144 | "The <literal>Tree</literal> section defines a standard Debian file tree " |
6145 | "which consists of a base directory, then multiple sections in that base " | |
6146 | "directory and finally multiple Architectures in each section. The exact " | |
6147 | "pathing used is defined by the <literal>Directory</literal> substitution " | |
6148 | "variable." | |
2a52e8c5 DK |
6149 | msgstr "" |
6150 | ||
6151 | #. type: Content of: <refentry><refsect1><refsect2><para> | |
9de26945 | 6152 | #: apt-ftparchive.1.xml:345 |
2a52e8c5 | 6153 | msgid "" |
7d76ea1d DK |
6154 | "The <literal>Tree</literal> section takes a scope tag which sets the " |
6155 | "<literal>$(DIST)</literal> variable and defines the root of the tree (the " | |
6156 | "path is prefixed by <literal>ArchiveDir</literal>). Typically this is a " | |
6157 | "setting such as <filename>dists/&stable-codename;</filename>." | |
2a52e8c5 DK |
6158 | msgstr "" |
6159 | ||
6160 | #. type: Content of: <refentry><refsect1><refsect2><para> | |
9de26945 | 6161 | #: apt-ftparchive.1.xml:350 |
2a52e8c5 | 6162 | msgid "" |
7d76ea1d DK |
6163 | "All of the settings defined in the <literal>TreeDefault</literal> section " |
6164 | "can be used in a <literal>Tree</literal> section as well as three new " | |
6165 | "variables." | |
2a52e8c5 DK |
6166 | msgstr "" |
6167 | ||
6168 | #. type: Content of: <refentry><refsect1><refsect2><para><programlisting> | |
9de26945 | 6169 | #: apt-ftparchive.1.xml:356 |
2a52e8c5 | 6170 | #, no-wrap |
7d76ea1d DK |
6171 | msgid "" |
6172 | "for i in Sections do \n" | |
6173 | " for j in Architectures do\n" | |
6174 | " Generate for DIST=scope SECTION=i ARCH=j\n" | |
6175 | " " | |
2a52e8c5 DK |
6176 | msgstr "" |
6177 | ||
6178 | #. type: Content of: <refentry><refsect1><refsect2><para> | |
9de26945 | 6179 | #: apt-ftparchive.1.xml:353 |
2a52e8c5 | 6180 | msgid "" |
7d76ea1d DK |
6181 | "When processing a <literal>Tree</literal> section " |
6182 | "<command>apt-ftparchive</command> performs an operation similar to: " | |
6183 | "<placeholder type=\"programlisting\" id=\"0\"/>" | |
2a52e8c5 DK |
6184 | msgstr "" |
6185 | ||
7d76ea1d | 6186 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6187 | #: apt-ftparchive.1.xml:364 |
7d76ea1d DK |
6188 | msgid "" |
6189 | "This is a space separated list of sections which appear under the " | |
6190 | "distribution; typically this is something like <literal>main contrib " | |
6191 | "non-free</literal>" | |
2a52e8c5 DK |
6192 | msgstr "" |
6193 | ||
7d76ea1d | 6194 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6195 | #: apt-ftparchive.1.xml:371 |
2a52e8c5 | 6196 | msgid "" |
7d76ea1d DK |
6197 | "This is a space separated list of all the architectures that appear under " |
6198 | "search section. The special architecture 'source' is used to indicate that " | |
6199 | "this tree has a source archive." | |
2a52e8c5 DK |
6200 | msgstr "" |
6201 | ||
7d76ea1d | 6202 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6203 | #: apt-ftparchive.1.xml:384 |
2a52e8c5 | 6204 | msgid "" |
7d76ea1d DK |
6205 | "Sets the binary override file. The override file contains section, priority " |
6206 | "and maintainer address information." | |
2a52e8c5 DK |
6207 | msgstr "" |
6208 | ||
7d76ea1d | 6209 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6210 | #: apt-ftparchive.1.xml:390 |
2a52e8c5 | 6211 | msgid "" |
7d76ea1d DK |
6212 | "Sets the source override file. The override file contains section " |
6213 | "information." | |
2a52e8c5 DK |
6214 | msgstr "" |
6215 | ||
7d76ea1d | 6216 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6217 | #: apt-ftparchive.1.xml:396 apt-ftparchive.1.xml:442 |
7d76ea1d | 6218 | msgid "Sets the binary extra override file." |
2a52e8c5 DK |
6219 | msgstr "" |
6220 | ||
7d76ea1d | 6221 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6222 | #: apt-ftparchive.1.xml:401 apt-ftparchive.1.xml:447 |
7d76ea1d | 6223 | msgid "Sets the source extra override file." |
2a52e8c5 DK |
6224 | msgstr "" |
6225 | ||
7d76ea1d | 6226 | #. type: Content of: <refentry><refsect1><refsect2><title> |
9de26945 | 6227 | #: apt-ftparchive.1.xml:406 |
7d76ea1d | 6228 | msgid "<literal>BinDirectory</literal> Section" |
2a52e8c5 DK |
6229 | msgstr "" |
6230 | ||
2a52e8c5 | 6231 | #. type: Content of: <refentry><refsect1><refsect2><para> |
9de26945 | 6232 | #: apt-ftparchive.1.xml:408 |
2a52e8c5 | 6233 | msgid "" |
7d76ea1d DK |
6234 | "The <literal>bindirectory</literal> section defines a binary directory tree " |
6235 | "with no special structure. The scope tag specifies the location of the " | |
6236 | "binary directory and the settings are similar to the <literal>Tree</literal> " | |
6237 | "section with no substitution variables or " | |
6238 | "<literal>Section</literal><literal>Architecture</literal> settings." | |
2a52e8c5 DK |
6239 | msgstr "" |
6240 | ||
7d76ea1d | 6241 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6242 | #: apt-ftparchive.1.xml:416 |
7d76ea1d | 6243 | msgid "Sets the Packages file output." |
2a52e8c5 DK |
6244 | msgstr "" |
6245 | ||
7d76ea1d | 6246 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6247 | #: apt-ftparchive.1.xml:421 |
2a52e8c5 | 6248 | msgid "" |
7d76ea1d DK |
6249 | "Sets the Sources file output. At least one of <literal>Packages</literal> or " |
6250 | "<literal>Sources</literal> is required." | |
2a52e8c5 DK |
6251 | msgstr "" |
6252 | ||
7d76ea1d | 6253 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6254 | #: apt-ftparchive.1.xml:427 |
7d76ea1d | 6255 | msgid "Sets the Contents file output (optional)." |
2a52e8c5 DK |
6256 | msgstr "" |
6257 | ||
7d76ea1d | 6258 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6259 | #: apt-ftparchive.1.xml:432 |
7d76ea1d | 6260 | msgid "Sets the binary override file." |
2a52e8c5 DK |
6261 | msgstr "" |
6262 | ||
7d76ea1d | 6263 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6264 | #: apt-ftparchive.1.xml:437 |
7d76ea1d | 6265 | msgid "Sets the source override file." |
2a52e8c5 DK |
6266 | msgstr "" |
6267 | ||
7d76ea1d | 6268 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6269 | #: apt-ftparchive.1.xml:452 |
7d76ea1d | 6270 | msgid "Sets the cache DB." |
2a52e8c5 DK |
6271 | msgstr "" |
6272 | ||
7d76ea1d | 6273 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6274 | #: apt-ftparchive.1.xml:457 |
7d76ea1d | 6275 | msgid "Appends a path to all the output paths." |
2a52e8c5 DK |
6276 | msgstr "" |
6277 | ||
7d76ea1d | 6278 | #. type: Content of: <refentry><refsect1><refsect2><variablelist><varlistentry><listitem><para> |
9de26945 | 6279 | #: apt-ftparchive.1.xml:462 |
7d76ea1d DK |
6280 | msgid "Specifies the file list file." |
6281 | msgstr "" | |
6282 | ||
6283 | #. type: Content of: <refentry><refsect1><title> | |
9de26945 | 6284 | #: apt-ftparchive.1.xml:469 |
7d76ea1d | 6285 | msgid "The Binary Override File" |
2a52e8c5 DK |
6286 | msgstr "" |
6287 | ||
6288 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 6289 | #: apt-ftparchive.1.xml:470 |
2a52e8c5 | 6290 | msgid "" |
7d76ea1d DK |
6291 | "The binary override file is fully compatible with &dpkg-scanpackages;. It " |
6292 | "contains four fields separated by spaces. The first field is the package " | |
6293 | "name, the second is the priority to force that package to, the third is the " | |
6294 | "section to force that package to and the final field is the maintainer " | |
6295 | "permutation field." | |
2a52e8c5 DK |
6296 | msgstr "" |
6297 | ||
7d76ea1d | 6298 | #. type: Content of: <refentry><refsect1><para><literallayout> |
9de26945 | 6299 | #: apt-ftparchive.1.xml:476 |
2a52e8c5 | 6300 | #, no-wrap |
7d76ea1d | 6301 | msgid "old [// oldn]* => new" |
2a52e8c5 DK |
6302 | msgstr "" |
6303 | ||
7d76ea1d | 6304 | #. type: Content of: <refentry><refsect1><para><literallayout> |
9de26945 | 6305 | #: apt-ftparchive.1.xml:478 |
7d76ea1d DK |
6306 | #, no-wrap |
6307 | msgid "new" | |
2a52e8c5 DK |
6308 | msgstr "" |
6309 | ||
6310 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 6311 | #: apt-ftparchive.1.xml:475 |
2a52e8c5 | 6312 | msgid "" |
7d76ea1d DK |
6313 | "The general form of the maintainer field is: <placeholder " |
6314 | "type=\"literallayout\" id=\"0\"/> or simply, <placeholder " | |
6315 | "type=\"literallayout\" id=\"1\"/> The first form allows a double-slash " | |
6316 | "separated list of old email addresses to be specified. If any of those are " | |
6317 | "found then new is substituted for the maintainer field. The second form " | |
6318 | "unconditionally substitutes the maintainer field." | |
c77d6597 MV |
6319 | msgstr "" |
6320 | ||
7d76ea1d | 6321 | #. type: Content of: <refentry><refsect1><title> |
9de26945 | 6322 | #: apt-ftparchive.1.xml:486 |
7d76ea1d | 6323 | msgid "The Source Override File" |
c77d6597 MV |
6324 | msgstr "" |
6325 | ||
2a52e8c5 | 6326 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 6327 | #: apt-ftparchive.1.xml:488 |
c77d6597 | 6328 | msgid "" |
7d76ea1d DK |
6329 | "The source override file is fully compatible with &dpkg-scansources;. It " |
6330 | "contains two fields separated by spaces. The first field is the source " | |
6331 | "package name, the second is the section to assign it." | |
c77d6597 MV |
6332 | msgstr "" |
6333 | ||
7d76ea1d | 6334 | #. type: Content of: <refentry><refsect1><title> |
9de26945 | 6335 | #: apt-ftparchive.1.xml:493 |
7d76ea1d | 6336 | msgid "The Extra Override File" |
c77d6597 MV |
6337 | msgstr "" |
6338 | ||
6339 | #. type: Content of: <refentry><refsect1><para> | |
9de26945 | 6340 | #: apt-ftparchive.1.xml:495 |
c77d6597 | 6341 | msgid "" |
7d76ea1d DK |
6342 | "The extra override file allows any arbitrary tag to be added or replaced in " |
6343 | "the output. It has three columns, the first is the package, the second is " | |
6344 | "the tag and the remainder of the line is the new value." | |
2a52e8c5 DK |
6345 | msgstr "" |
6346 | ||
7d76ea1d | 6347 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 6348 | #: apt-ftparchive.1.xml:506 |
7d76ea1d DK |
6349 | msgid "" |
6350 | "Generate the given checksum. These options default to on, when turned off " | |
6351 | "the generated index files will not have the checksum fields where possible. " | |
6352 | "Configuration Items: " | |
6353 | "<literal>APT::FTPArchive::<replaceable>Checksum</replaceable></literal> and " | |
6354 | "<literal>APT::FTPArchive::<replaceable>Index</replaceable>::<replaceable>Checksum</replaceable></literal> " | |
6355 | "where <literal><replaceable>Index</replaceable></literal> can be " | |
6356 | "<literal>Packages</literal>, <literal>Sources</literal> or " | |
6357 | "<literal>Release</literal> and " | |
6358 | "<literal><replaceable>Checksum</replaceable></literal> can be " | |
6359 | "<literal>MD5</literal>, <literal>SHA1</literal> or " | |
6360 | "<literal>SHA256</literal>." | |
2a52e8c5 DK |
6361 | msgstr "" |
6362 | ||
7d76ea1d | 6363 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 6364 | #: apt-ftparchive.1.xml:517 |
2a52e8c5 | 6365 | msgid "" |
7d76ea1d DK |
6366 | "Use a binary caching DB. This has no effect on the generate command. " |
6367 | "Configuration Item: <literal>APT::FTPArchive::DB</literal>." | |
2a52e8c5 DK |
6368 | msgstr "" |
6369 | ||
7d76ea1d | 6370 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 6371 | #: apt-ftparchive.1.xml:523 |
7d76ea1d DK |
6372 | msgid "" |
6373 | "Quiet; produces output suitable for logging, omitting progress indicators. " | |
6374 | "More q's will produce more quiet up to a maximum of 2. You can also use " | |
6375 | "<option>-q=#</option> to set the quiet level, overriding the configuration " | |
6376 | "file. Configuration Item: <literal>quiet</literal>." | |
2a52e8c5 DK |
6377 | msgstr "" |
6378 | ||
7d76ea1d | 6379 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 6380 | #: apt-ftparchive.1.xml:531 |
7d76ea1d DK |
6381 | msgid "" |
6382 | "Perform Delinking. If the <literal>External-Links</literal> setting is used " | |
6383 | "then this option actually enables delinking of the files. It defaults to on " | |
6384 | "and can be turned off with <option>--no-delink</option>. Configuration " | |
6385 | "Item: <literal>APT::FTPArchive::DeLinkAct</literal>." | |
2a52e8c5 DK |
6386 | msgstr "" |
6387 | ||
7d76ea1d | 6388 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 6389 | #: apt-ftparchive.1.xml:539 |
2a52e8c5 | 6390 | msgid "" |
7d76ea1d DK |
6391 | "Perform contents generation. When this option is set and package indexes are " |
6392 | "being generated with a cache DB then the file listing will also be extracted " | |
6393 | "and stored in the DB for later use. When using the generate command this " | |
6394 | "option also allows the creation of any Contents files. The default is on. " | |
6395 | "Configuration Item: <literal>APT::FTPArchive::Contents</literal>." | |
2a52e8c5 DK |
6396 | msgstr "" |
6397 | ||
7d76ea1d | 6398 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 6399 | #: apt-ftparchive.1.xml:549 |
2a52e8c5 | 6400 | msgid "" |
7d76ea1d DK |
6401 | "Select the source override file to use with the <literal>sources</literal> " |
6402 | "command. Configuration Item: " | |
6403 | "<literal>APT::FTPArchive::SourceOverride</literal>." | |
2a52e8c5 DK |
6404 | msgstr "" |
6405 | ||
7d76ea1d | 6406 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 6407 | #: apt-ftparchive.1.xml:555 |
2a52e8c5 | 6408 | msgid "" |
7d76ea1d DK |
6409 | "Make the caching databases read only. Configuration Item: " |
6410 | "<literal>APT::FTPArchive::ReadOnlyDB</literal>." | |
2a52e8c5 DK |
6411 | msgstr "" |
6412 | ||
7d76ea1d | 6413 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 6414 | #: apt-ftparchive.1.xml:560 |
2a52e8c5 | 6415 | msgid "" |
7d76ea1d DK |
6416 | "Accept in the <literal>packages</literal> and <literal>contents</literal> " |
6417 | "commands only package files matching <literal>*_arch.deb</literal> or " | |
6418 | "<literal>*_all.deb</literal> instead of all package files in the given " | |
6419 | "path. Configuration Item: <literal>APT::FTPArchive::Architecture</literal>." | |
2a52e8c5 DK |
6420 | msgstr "" |
6421 | ||
7d76ea1d | 6422 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 6423 | #: apt-ftparchive.1.xml:568 |
2a52e8c5 | 6424 | msgid "" |
7d76ea1d DK |
6425 | "&apt-ftparchive; caches as much as possible of metadata in a cachedb. If " |
6426 | "packages are recompiled and/or republished with the same version again, this " | |
6427 | "will lead to problems as the now outdated cached metadata like size and " | |
6428 | "checksums will be used. With this option enabled this will no longer happen " | |
6429 | "as it will be checked if the file was changed. Note that this option is set " | |
6430 | "to \"<literal>false</literal>\" by default as it is not recommend to upload " | |
6431 | "multiply versions/builds of a package with the same versionnumber, so in " | |
6432 | "theory nobody will have these problems and therefore all these extra checks " | |
6433 | "are useless." | |
2a52e8c5 DK |
6434 | msgstr "" |
6435 | ||
7d76ea1d | 6436 | #. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para> |
9de26945 | 6437 | #: apt-ftparchive.1.xml:580 |
2a52e8c5 | 6438 | msgid "" |
7d76ea1d DK |
6439 | "This configuration option defaults to \"<literal>true</literal>\" and should " |
6440 | "only be set to <literal>\"false\"</literal> if the Archive generated with " | |
6441 | "&apt-ftparchive; also provides <filename>Translation</filename> files. Note " | |
6442 | "that the <filename>Translation-en</filename> master file can only be created " | |
6443 | "in the generate command." | |
2a52e8c5 DK |
6444 | msgstr "" |
6445 | ||
7d76ea1d | 6446 | #. type: Content of: <refentry><refsect1><para><programlisting> |
9de26945 | 6447 | #: apt-ftparchive.1.xml:598 |
7d76ea1d DK |
6448 | #, no-wrap |
6449 | msgid "" | |
6450 | "<command>apt-ftparchive</command> packages " | |
6451 | "<replaceable>directory</replaceable> | <command>gzip</command> > " | |
6452 | "<filename>Packages.gz</filename>\n" | |
43be0ac4 MV |
6453 | msgstr "" |
6454 | ||
7d76ea1d | 6455 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 6456 | #: apt-ftparchive.1.xml:594 |
43be0ac4 | 6457 | msgid "" |
7d76ea1d DK |
6458 | "To create a compressed Packages file for a directory containing binary " |
6459 | "packages (.deb): <placeholder type=\"programlisting\" id=\"0\"/>" | |
43be0ac4 MV |
6460 | msgstr "" |
6461 | ||
2a52e8c5 | 6462 | #. type: Content of: <refentry><refsect1><para> |
9de26945 | 6463 | #: apt-ftparchive.1.xml:608 |
2a52e8c5 | 6464 | msgid "" |
7d76ea1d DK |
6465 | "<command>apt-ftparchive</command> returns zero on normal operation, decimal " |
6466 | "100 on error." | |
2a52e8c5 DK |
6467 | msgstr "" |
6468 | ||
521dd27d | 6469 | #. type: Attribute 'lang' of: <book> |
9de26945 | 6470 | #: guide.dbk:9 offline.dbk:9 |
521dd27d GJ |
6471 | msgid "en" |
6472 | msgstr "" | |
6473 | ||
6474 | #. type: Content of: <book><title> | |
9de26945 | 6475 | #: guide.dbk:11 |
43be0ac4 MV |
6476 | msgid "APT User's Guide" |
6477 | msgstr "" | |
6478 | ||
521dd27d | 6479 | #. type: Content of: <book><bookinfo><authorgroup><author><personname> |
9de26945 | 6480 | #: guide.dbk:17 offline.dbk:17 |
521dd27d GJ |
6481 | msgid "Jason Gunthorpe" |
6482 | msgstr "" | |
6483 | ||
6484 | #. type: Content of: <book><bookinfo><authorgroup><author><email> | |
9de26945 | 6485 | #: guide.dbk:17 offline.dbk:17 |
521dd27d | 6486 | msgid "jgg@debian.org" |
43be0ac4 MV |
6487 | msgstr "" |
6488 | ||
521dd27d | 6489 | #. type: Content of: <book><bookinfo><releaseinfo> |
9de26945 | 6490 | #: guide.dbk:21 offline.dbk:21 |
521dd27d | 6491 | msgid "Version &apt-product-version;" |
43be0ac4 MV |
6492 | msgstr "" |
6493 | ||
521dd27d | 6494 | #. type: Content of: <book><bookinfo><abstract><para> |
9de26945 | 6495 | #: guide.dbk:25 |
43be0ac4 MV |
6496 | msgid "" |
6497 | "This document provides an overview of how to use the the APT package " | |
6498 | "manager." | |
6499 | msgstr "" | |
6500 | ||
521dd27d | 6501 | #. type: Content of: <book><bookinfo> |
9de26945 | 6502 | #: guide.dbk:29 |
521dd27d | 6503 | msgid "<copyright><year>1998</year><holder>Jason Gunthorpe</holder></copyright>" |
43be0ac4 MV |
6504 | msgstr "" |
6505 | ||
521dd27d | 6506 | #. type: Content of: <book><bookinfo><legalnotice><title> |
9de26945 | 6507 | #: guide.dbk:32 offline.dbk:33 |
521dd27d GJ |
6508 | msgid "License Notice" |
6509 | msgstr "" | |
6510 | ||
6511 | #. type: Content of: <book><bookinfo><legalnotice><para> | |
9de26945 | 6512 | #: guide.dbk:34 offline.dbk:35 |
43be0ac4 MV |
6513 | msgid "" |
6514 | "\"APT\" and this document are free software; you can redistribute them " | |
6515 | "and/or modify them under the terms of the GNU General Public License as " | |
6516 | "published by the Free Software Foundation; either version 2 of the License, " | |
6517 | "or (at your option) any later version." | |
6518 | msgstr "" | |
6519 | ||
521dd27d | 6520 | #. type: Content of: <book><bookinfo><legalnotice><para> |
9de26945 | 6521 | #: guide.dbk:43 offline.dbk:41 |
43be0ac4 | 6522 | msgid "" |
b176de3a | 6523 | "For more details, on Debian systems, see the file " |
43be0ac4 MV |
6524 | "/usr/share/common-licenses/GPL for the full license." |
6525 | msgstr "" | |
6526 | ||
521dd27d | 6527 | #. type: Content of: <book><chapter><title> |
9de26945 | 6528 | #: guide.dbk:50 |
43be0ac4 MV |
6529 | msgid "General" |
6530 | msgstr "" | |
6531 | ||
521dd27d | 6532 | #. type: Content of: <book><chapter><para> |
9de26945 | 6533 | #: guide.dbk:52 |
43be0ac4 MV |
6534 | msgid "" |
6535 | "The APT package currently contains two sections, the APT " | |
521dd27d GJ |
6536 | "<command>dselect</command> method and the <command>apt-get</command> command " |
6537 | "line user interface. Both provide a way to install and remove packages as " | |
6538 | "well as download new packages from the Internet." | |
43be0ac4 MV |
6539 | msgstr "" |
6540 | ||
521dd27d | 6541 | #. type: Content of: <book><chapter><section><title> |
9de26945 | 6542 | #: guide.dbk:58 |
43be0ac4 MV |
6543 | msgid "Anatomy of the Package System" |
6544 | msgstr "" | |
6545 | ||
521dd27d | 6546 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 6547 | #: guide.dbk:60 |
43be0ac4 MV |
6548 | msgid "" |
6549 | "The Debian packaging system has a large amount of information associated " | |
6550 | "with each package to help assure that it integrates cleanly and easily into " | |
6551 | "the system. The most prominent of its features is the dependency system." | |
6552 | msgstr "" | |
6553 | ||
521dd27d | 6554 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 6555 | #: guide.dbk:65 |
43be0ac4 MV |
6556 | msgid "" |
6557 | "The dependency system allows individual programs to make use of shared " | |
6558 | "elements in the system such as libraries. It simplifies placing infrequently " | |
6559 | "used portions of a program in separate packages to reduce the number of " | |
6560 | "things the average user is required to install. Also, it allows for choices " | |
6561 | "in mail transport agents, X servers and so on." | |
6562 | msgstr "" | |
6563 | ||
521dd27d | 6564 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 6565 | #: guide.dbk:72 |
43be0ac4 MV |
6566 | msgid "" |
6567 | "The first step to understanding the dependency system is to grasp the " | |
6568 | "concept of a simple dependency. The meaning of a simple dependency is that a " | |
6569 | "package requires another package to be installed at the same time to work " | |
6570 | "properly." | |
6571 | msgstr "" | |
6572 | ||
521dd27d | 6573 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 6574 | #: guide.dbk:77 |
43be0ac4 MV |
6575 | msgid "" |
6576 | "For instance, mailcrypt is an emacs extension that aids in encrypting email " | |
b39c1859 | 6577 | "with GPG. Without GPGP installed mailcrypt is useless, so mailcrypt has a " |
43be0ac4 MV |
6578 | "simple dependency on GPG. Also, because it is an emacs extension it has a " |
6579 | "simple dependency on emacs, without emacs it is completely useless." | |
6580 | msgstr "" | |
6581 | ||
521dd27d | 6582 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 6583 | #: guide.dbk:83 |
43be0ac4 MV |
6584 | msgid "" |
6585 | "The other important dependency to understand is a conflicting dependency. It " | |
6586 | "means that a package, when installed with another package, will not work and " | |
6587 | "may possibly be extremely harmful to the system. As an example consider a " | |
6588 | "mail transport agent such as sendmail, exim or qmail. It is not possible to " | |
6589 | "have two mail transport agents installed because both need to listen to the " | |
6590 | "network to receive mail. Attempting to install two will seriously damage the " | |
6591 | "system so all mail transport agents have a conflicting dependency with all " | |
6592 | "other mail transport agents." | |
6593 | msgstr "" | |
6594 | ||
521dd27d | 6595 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 6596 | #: guide.dbk:93 |
43be0ac4 MV |
6597 | msgid "" |
6598 | "As an added complication there is the possibility for a package to pretend " | |
6599 | "to be another package. Consider that exim and sendmail for many intents are " | |
6600 | "identical, they both deliver mail and understand a common interface. Hence, " | |
6601 | "the package system has a way for them to declare that they are both " | |
6602 | "mail-transport-agents. So, exim and sendmail both declare that they provide " | |
6603 | "a mail-transport-agent and other packages that need a mail transport agent " | |
6604 | "depend on mail-transport-agent. This can add a great deal of confusion when " | |
6605 | "trying to manually fix packages." | |
6606 | msgstr "" | |
6607 | ||
521dd27d | 6608 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 6609 | #: guide.dbk:103 |
43be0ac4 MV |
6610 | msgid "" |
6611 | "At any given time a single dependency may be met by packages that are " | |
6612 | "already installed or it may not be. APT attempts to help resolve dependency " | |
6613 | "issues by providing a number of automatic algorithms that help in selecting " | |
6614 | "packages for installation." | |
6615 | msgstr "" | |
6616 | ||
521dd27d | 6617 | #. type: Content of: <book><chapter><title> |
9de26945 | 6618 | #: guide.dbk:112 |
9aa80d52 DK |
6619 | msgid "apt-get" |
6620 | msgstr "" | |
6621 | ||
521dd27d | 6622 | #. type: Content of: <book><chapter><para> |
9de26945 | 6623 | #: guide.dbk:114 |
43be0ac4 | 6624 | msgid "" |
521dd27d GJ |
6625 | "<command>apt-get</command> provides a simple way to install packages from " |
6626 | "the command line. Unlike <command>dpkg</command>, <command>apt-get</command> " | |
6627 | "does not understand .deb files, it works with the package's proper name and " | |
6628 | "can only install .deb archives from a <emphasis>Source</emphasis>." | |
43be0ac4 MV |
6629 | msgstr "" |
6630 | ||
521dd27d | 6631 | #. type: Content of: <book><chapter><para><footnote><para> |
9de26945 | 6632 | #: guide.dbk:120 |
43be0ac4 | 6633 | msgid "" |
521dd27d GJ |
6634 | "If you are using an http proxy server you must set the http_proxy " |
6635 | "environment variable first, see sources.list(5)" | |
43be0ac4 MV |
6636 | msgstr "" |
6637 | ||
521dd27d | 6638 | #. type: Content of: <book><chapter><para> |
9de26945 | 6639 | #: guide.dbk:120 |
521dd27d GJ |
6640 | msgid "" |
6641 | "The first <placeholder type=\"footnote\" id=\"0\"/> thing that should be " | |
6642 | "done before using <command>apt-get</command> is to fetch the package lists " | |
6643 | "from the <emphasis>Sources</emphasis> so that it knows what packages are " | |
6644 | "available. This is done with <literal>apt-get update</literal>. For " | |
6645 | "instance," | |
6646 | msgstr "" | |
6647 | ||
6648 | #. type: Content of: <book><chapter><screen> | |
9de26945 | 6649 | #: guide.dbk:128 |
43be0ac4 MV |
6650 | #, no-wrap |
6651 | msgid "" | |
6652 | "# apt-get update\n" | |
6653 | "Get http://ftp.de.debian.org/debian-non-US/ stable/binary-i386/ Packages\n" | |
6654 | "Get http://llug.sep.bnl.gov/debian/ testing/contrib Packages\n" | |
6655 | "Reading Package Lists... Done\n" | |
521dd27d | 6656 | "Building Dependency Tree... Done\n" |
43be0ac4 MV |
6657 | msgstr "" |
6658 | ||
521dd27d | 6659 | #. type: Content of: <book><chapter><para> |
9de26945 | 6660 | #: guide.dbk:135 |
43be0ac4 MV |
6661 | msgid "Once updated there are several commands that can be used:" |
6662 | msgstr "" | |
6663 | ||
521dd27d | 6664 | #. type: Content of: <book><chapter><variablelist><varlistentry><term> |
9de26945 | 6665 | #: guide.dbk:139 |
2b9b27c3 DK |
6666 | msgid "upgrade" |
6667 | msgstr "" | |
6668 | ||
521dd27d | 6669 | #. type: Content of: <book><chapter><variablelist><varlistentry><listitem><para> |
9de26945 | 6670 | #: guide.dbk:142 |
43be0ac4 MV |
6671 | msgid "" |
6672 | "Upgrade will attempt to gently upgrade the whole system. Upgrade will never " | |
6673 | "install a new package or remove an existing package, nor will it ever " | |
6674 | "upgrade a package that might cause some other package to break. This can be " | |
6675 | "used daily to relatively safely upgrade the system. Upgrade will list all of " | |
6676 | "the packages that it could not upgrade, this usually means that they depend " | |
521dd27d GJ |
6677 | "on new packages or conflict with some other " |
6678 | "package. <command>dselect</command> or <literal>apt-get install</literal> " | |
6679 | "can be used to force these packages to install." | |
43be0ac4 MV |
6680 | msgstr "" |
6681 | ||
521dd27d | 6682 | #. type: Content of: <book><chapter><variablelist><varlistentry><term> |
9de26945 | 6683 | #: guide.dbk:154 |
2b9b27c3 DK |
6684 | msgid "install" |
6685 | msgstr "" | |
6686 | ||
521dd27d | 6687 | #. type: Content of: <book><chapter><variablelist><varlistentry><listitem><para> |
9de26945 | 6688 | #: guide.dbk:157 |
43be0ac4 MV |
6689 | msgid "" |
6690 | "Install is used to install packages by name. The package is automatically " | |
6691 | "fetched and installed. This can be useful if you already know the name of " | |
6692 | "the package to install and do not want to go into a GUI to select it. Any " | |
6693 | "number of packages may be passed to install, they will all be " | |
6694 | "fetched. Install automatically attempts to resolve dependency problems with " | |
6695 | "the listed packages and will print a summary and ask for confirmation if " | |
6696 | "anything other than its arguments are changed." | |
6697 | msgstr "" | |
6698 | ||
521dd27d | 6699 | #. type: Content of: <book><chapter><variablelist><varlistentry><term> |
9de26945 | 6700 | #: guide.dbk:168 |
2b9b27c3 DK |
6701 | msgid "dist-upgrade" |
6702 | msgstr "" | |
6703 | ||
521dd27d | 6704 | #. type: Content of: <book><chapter><variablelist><varlistentry><listitem><para> |
9de26945 | 6705 | #: guide.dbk:171 |
43be0ac4 MV |
6706 | msgid "" |
6707 | "Dist-upgrade is a complete upgrader designed to simplify upgrading between " | |
6708 | "releases of Debian. It uses a sophisticated algorithm to determine the best " | |
6709 | "set of packages to install, upgrade and remove to get as much of the system " | |
6710 | "to the newest release. In some situations it may be desired to use " | |
6711 | "dist-upgrade rather than spend the time manually resolving dependencies in " | |
521dd27d GJ |
6712 | "<command>dselect</command>. Once dist-upgrade has completed then " |
6713 | "<command>dselect</command> can be used to install any packages that may have " | |
6714 | "been left out." | |
43be0ac4 MV |
6715 | msgstr "" |
6716 | ||
521dd27d | 6717 | #. type: Content of: <book><chapter><variablelist><varlistentry><listitem><para> |
9de26945 | 6718 | #: guide.dbk:181 |
43be0ac4 MV |
6719 | msgid "" |
6720 | "It is important to closely look at what dist-upgrade is going to do, its " | |
6721 | "decisions may sometimes be quite surprising." | |
6722 | msgstr "" | |
6723 | ||
521dd27d | 6724 | #. type: Content of: <book><chapter><para> |
9de26945 | 6725 | #: guide.dbk:188 |
43be0ac4 | 6726 | msgid "" |
521dd27d GJ |
6727 | "<command>apt-get</command> has several command line options that are " |
6728 | "detailed in its man page, " | |
6729 | "<citerefentry><refentrytitle>apt-get</refentrytitle><manvolnum>8</manvolnum></citerefentry>. " | |
6730 | "The most useful option is <literal>-d</literal> which does not install the " | |
6731 | "fetched files. If the system has to download a large number of package it " | |
6732 | "would be undesired to start installing them in case something goes " | |
6733 | "wrong. When <literal>-d</literal> is used the downloaded archives can be " | |
6734 | "installed by simply running the command that caused them to be downloaded " | |
6735 | "again without <literal>-d</literal>." | |
43be0ac4 MV |
6736 | msgstr "" |
6737 | ||
521dd27d | 6738 | #. type: Content of: <book><chapter><title> |
9de26945 | 6739 | #: guide.dbk:200 |
43be0ac4 MV |
6740 | msgid "DSelect" |
6741 | msgstr "" | |
6742 | ||
521dd27d | 6743 | #. type: Content of: <book><chapter><para> |
9de26945 | 6744 | #: guide.dbk:202 |
43be0ac4 | 6745 | msgid "" |
521dd27d GJ |
6746 | "The APT <command>dselect</command> method provides the complete APT system " |
6747 | "with the <command>dselect</command> package selection " | |
6748 | "GUI. <command>dselect</command> is used to select the packages to be " | |
6749 | "installed or removed and APT actually installs them." | |
43be0ac4 MV |
6750 | msgstr "" |
6751 | ||
521dd27d | 6752 | #. type: Content of: <book><chapter><para> |
9de26945 | 6753 | #: guide.dbk:208 |
43be0ac4 | 6754 | msgid "" |
521dd27d GJ |
6755 | "To enable the APT method you need to select [A]ccess in " |
6756 | "<command>dselect</command> and then choose the APT method. You will be " | |
6757 | "prompted for a set of <emphasis>Sources</emphasis> which are places to fetch " | |
6758 | "archives from. These can be remote Internet sites, local Debian mirrors or " | |
6759 | "CD-ROMs. Each source can provide a fragment of the total Debian archive, APT " | |
6760 | "will automatically combine them to form a complete set of packages. If you " | |
6761 | "have a CD-ROM then it is a good idea to specify it first and then specify a " | |
6762 | "mirror so that you have access to the latest bug fixes. APT will " | |
6763 | "automatically use packages on your CD-ROM before downloading from the " | |
6764 | "Internet." | |
43be0ac4 MV |
6765 | msgstr "" |
6766 | ||
521dd27d | 6767 | #. type: Content of: <book><chapter><screen> |
9de26945 | 6768 | #: guide.dbk:219 |
43be0ac4 MV |
6769 | #, no-wrap |
6770 | msgid "" | |
6771 | " Set up a list of distribution source locations\n" | |
521dd27d | 6772 | "\n" |
43be0ac4 MV |
6773 | " Please give the base URL of the debian distribution.\n" |
6774 | " The access schemes I know about are: http file\n" | |
521dd27d | 6775 | "\n" |
43be0ac4 MV |
6776 | " For example:\n" |
6777 | " file:/mnt/debian,\n" | |
6778 | " ftp://ftp.debian.org/debian,\n" | |
6779 | " http://ftp.de.debian.org/debian,\n" | |
521dd27d GJ |
6780 | "\n" |
6781 | "\n" | |
6782 | " URL [http://llug.sep.bnl.gov/debian]:\n" | |
43be0ac4 MV |
6783 | msgstr "" |
6784 | ||
521dd27d | 6785 | #. type: Content of: <book><chapter><para> |
9de26945 | 6786 | #: guide.dbk:233 |
43be0ac4 | 6787 | msgid "" |
521dd27d GJ |
6788 | "The <emphasis>Sources</emphasis> setup starts by asking for the base of the " |
6789 | "Debian archive, defaulting to a HTTP mirror. Next it asks for the " | |
6790 | "distribution to get." | |
43be0ac4 MV |
6791 | msgstr "" |
6792 | ||
521dd27d | 6793 | #. type: Content of: <book><chapter><screen> |
9de26945 | 6794 | #: guide.dbk:238 |
43be0ac4 MV |
6795 | #, no-wrap |
6796 | msgid "" | |
6797 | " Please give the distribution tag to get or a path to the\n" | |
6798 | " package file ending in a /. The distribution\n" | |
6799 | " tags are typically something like: stable unstable testing non-US\n" | |
521dd27d GJ |
6800 | "\n" |
6801 | " Distribution [stable]:\n" | |
43be0ac4 MV |
6802 | msgstr "" |
6803 | ||
521dd27d | 6804 | #. type: Content of: <book><chapter><para> |
9de26945 | 6805 | #: guide.dbk:245 |
43be0ac4 MV |
6806 | msgid "" |
6807 | "The distribution refers to the Debian version in the archive, " | |
521dd27d GJ |
6808 | "<emphasis>stable</emphasis> refers to the latest released version and " |
6809 | "<emphasis>unstable</emphasis> refers to the developmental " | |
6810 | "version. <emphasis>non-US</emphasis> is only available on some mirrors and " | |
6811 | "refers to packages that contain encryption technology or other things that " | |
6812 | "cannot be exported from the United States. Importing these packages into the " | |
6813 | "US is legal however." | |
43be0ac4 MV |
6814 | msgstr "" |
6815 | ||
521dd27d | 6816 | #. type: Content of: <book><chapter><screen> |
9de26945 | 6817 | #: guide.dbk:254 |
43be0ac4 MV |
6818 | #, no-wrap |
6819 | msgid "" | |
6820 | " Please give the components to get\n" | |
6821 | " The components are typically something like: main contrib non-free\n" | |
521dd27d GJ |
6822 | "\n" |
6823 | " Components [main contrib non-free]:\n" | |
43be0ac4 MV |
6824 | msgstr "" |
6825 | ||
521dd27d | 6826 | #. type: Content of: <book><chapter><para> |
9de26945 | 6827 | #: guide.dbk:260 |
43be0ac4 MV |
6828 | msgid "" |
6829 | "The components list refers to the list of sub distributions to fetch. The " | |
6830 | "distribution is split up based on software licenses, main being DFSG free " | |
6831 | "packages while contrib and non-free contain things that have various " | |
6832 | "restrictions placed on their use and distribution." | |
6833 | msgstr "" | |
6834 | ||
521dd27d | 6835 | #. type: Content of: <book><chapter><para> |
9de26945 | 6836 | #: guide.dbk:266 |
43be0ac4 MV |
6837 | msgid "" |
6838 | "Any number of sources can be added, the setup script will continue to prompt " | |
6839 | "until you have specified all that you want." | |
6840 | msgstr "" | |
6841 | ||
521dd27d | 6842 | #. type: Content of: <book><chapter><para> |
9de26945 | 6843 | #: guide.dbk:270 |
43be0ac4 | 6844 | msgid "" |
521dd27d GJ |
6845 | "Before starting to use <command>dselect</command> it is necessary to update " |
6846 | "the available list by selecting [U]pdate from the menu. This is a superset " | |
6847 | "of <literal>apt-get update</literal> that makes the fetched information " | |
6848 | "available to <command>dselect</command>. [U]pdate must be performed even if " | |
6849 | "<literal>apt-get update</literal> has been run before." | |
43be0ac4 MV |
6850 | msgstr "" |
6851 | ||
521dd27d | 6852 | #. type: Content of: <book><chapter><para> |
9de26945 | 6853 | #: guide.dbk:277 |
43be0ac4 MV |
6854 | msgid "" |
6855 | "You can then go on and make your selections using [S]elect and then perform " | |
6856 | "the installation using [I]nstall. When using the APT method the [C]onfig and " | |
6857 | "[R]emove commands have no meaning, the [I]nstall command performs both of " | |
6858 | "them together." | |
6859 | msgstr "" | |
6860 | ||
521dd27d | 6861 | #. type: Content of: <book><chapter><para> |
9de26945 | 6862 | #: guide.dbk:283 |
43be0ac4 MV |
6863 | msgid "" |
6864 | "By default APT will automatically remove the package (.deb) files once they " | |
6865 | "have been successfully installed. To change this behavior place " | |
521dd27d | 6866 | "<literal>Dselect::clean \"prompt\";</literal> in /etc/apt/apt.conf." |
43be0ac4 MV |
6867 | msgstr "" |
6868 | ||
521dd27d | 6869 | #. type: Content of: <book><chapter><title> |
9de26945 | 6870 | #: guide.dbk:289 |
43be0ac4 MV |
6871 | msgid "The Interface" |
6872 | msgstr "" | |
6873 | ||
521dd27d | 6874 | #. type: Content of: <book><chapter><para><footnote><para> |
9de26945 | 6875 | #: guide.dbk:293 |
521dd27d GJ |
6876 | msgid "" |
6877 | "The <command>dselect</command> method actually is a set of wrapper scripts " | |
6878 | "to <command>apt-get</command>. The method actually provides more " | |
6879 | "functionality than is present in <command>apt-get</command> alone." | |
6880 | msgstr "" | |
6881 | ||
6882 | #. type: Content of: <book><chapter><para> | |
9de26945 | 6883 | #: guide.dbk:291 |
43be0ac4 | 6884 | msgid "" |
521dd27d GJ |
6885 | "Both that APT <command>dselect</command> method and " |
6886 | "<command>apt-get</command> share the same interface. It is a simple system " | |
6887 | "that generally tells you what it will do and then goes and does " | |
6888 | "it. <placeholder type=\"footnote\" id=\"0\"/> After printing out a summary " | |
6889 | "of what will happen APT then will print out some informative status messages " | |
6890 | "so that you can estimate how far along it is and how much is left to do." | |
43be0ac4 MV |
6891 | msgstr "" |
6892 | ||
521dd27d | 6893 | #. type: Content of: <book><chapter><section><title> |
9de26945 | 6894 | #: guide.dbk:302 |
43be0ac4 MV |
6895 | msgid "Startup" |
6896 | msgstr "" | |
6897 | ||
521dd27d | 6898 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 6899 | #: guide.dbk:304 |
43be0ac4 MV |
6900 | msgid "" |
6901 | "Before all operations except update, APT performs a number of actions to " | |
6902 | "prepare its internal state. It also does some checks of the system's " | |
521dd27d GJ |
6903 | "state. At any time these operations can be performed by running " |
6904 | "<literal>apt-get check</literal>." | |
43be0ac4 MV |
6905 | msgstr "" |
6906 | ||
521dd27d | 6907 | #. type: Content of: <book><chapter><section><screen> |
9de26945 | 6908 | #: guide.dbk:310 |
43be0ac4 MV |
6909 | #, no-wrap |
6910 | msgid "" | |
6911 | "# apt-get check\n" | |
6912 | "Reading Package Lists... Done\n" | |
521dd27d | 6913 | "Building Dependency Tree... Done\n" |
43be0ac4 MV |
6914 | msgstr "" |
6915 | ||
521dd27d | 6916 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 6917 | #: guide.dbk:315 |
43be0ac4 MV |
6918 | msgid "" |
6919 | "The first thing it does is read all the package files into memory. APT uses " | |
6920 | "a caching scheme so this operation will be faster the second time it is " | |
6921 | "run. If some of the package files are not found then they will be ignored " | |
6922 | "and a warning will be printed when apt-get exits." | |
6923 | msgstr "" | |
6924 | ||
521dd27d | 6925 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 6926 | #: guide.dbk:321 |
43be0ac4 MV |
6927 | msgid "" |
6928 | "The final operation performs a detailed analysis of the system's " | |
6929 | "dependencies. It checks every dependency of every installed or unpacked " | |
6930 | "package and considers if it is OK. Should this find a problem then a report " | |
521dd27d | 6931 | "will be printed out and <command>apt-get</command> will refuse to run." |
43be0ac4 MV |
6932 | msgstr "" |
6933 | ||
521dd27d | 6934 | #. type: Content of: <book><chapter><section><screen> |
9de26945 | 6935 | #: guide.dbk:327 |
43be0ac4 MV |
6936 | #, no-wrap |
6937 | msgid "" | |
6938 | "# apt-get check\n" | |
6939 | "Reading Package Lists... Done\n" | |
6940 | "Building Dependency Tree... Done\n" | |
6941 | "You might want to run apt-get -f install' to correct these.\n" | |
6942 | "Sorry, but the following packages have unmet dependencies:\n" | |
6943 | " 9fonts: Depends: xlib6g but it is not installed\n" | |
6944 | " uucp: Depends: mailx but it is not installed\n" | |
521dd27d | 6945 | " blast: Depends: xlib6g (>= 3.3-5) but it is not installed\n" |
43be0ac4 MV |
6946 | " adduser: Depends: perl-base but it is not installed\n" |
6947 | " aumix: Depends: libgpmg1 but it is not installed\n" | |
6948 | " debiandoc-sgml: Depends: sgml-base but it is not installed\n" | |
521dd27d | 6949 | " bash-builtins: Depends: bash (>= 2.01) but 2.0-3 is installed\n" |
43be0ac4 | 6950 | " cthugha: Depends: svgalibg1 but it is not installed\n" |
521dd27d GJ |
6951 | " Depends: xlib6g (>= 3.3-5) but it is not installed\n" |
6952 | " libreadlineg2: Conflicts:libreadline2 (<< 2.1-2.1)\n" | |
43be0ac4 MV |
6953 | msgstr "" |
6954 | ||
521dd27d | 6955 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 6956 | #: guide.dbk:344 |
43be0ac4 MV |
6957 | msgid "" |
6958 | "In this example the system has many problems, including a serious problem " | |
6959 | "with libreadlineg2. For each package that has unmet dependencies a line is " | |
6960 | "printed out indicating the package with the problem and the dependencies " | |
6961 | "that are unmet. A short explanation of why the package has a dependency " | |
6962 | "problem is also included." | |
6963 | msgstr "" | |
6964 | ||
521dd27d | 6965 | #. type: Content of: <book><chapter><section><para><footnote><para> |
9de26945 | 6966 | #: guide.dbk:353 |
521dd27d GJ |
6967 | msgid "" |
6968 | "APT however considers all known dependencies and attempts to prevent broken " | |
6969 | "packages" | |
6970 | msgstr "" | |
6971 | ||
6972 | #. type: Content of: <book><chapter><section><para> | |
9de26945 | 6973 | #: guide.dbk:351 |
43be0ac4 MV |
6974 | msgid "" |
6975 | "There are two ways a system can get into a broken state like this. The first " | |
521dd27d GJ |
6976 | "is caused by <command>dpkg</command> missing some subtle relationships " |
6977 | "between packages when performing upgrades. <placeholder type=\"footnote\" " | |
6978 | "id=\"0\"/>. The second is if a package installation fails during an " | |
6979 | "operation. In this situation a package may have been unpacked without its " | |
6980 | "dependents being installed." | |
43be0ac4 MV |
6981 | msgstr "" |
6982 | ||
521dd27d | 6983 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 6984 | #: guide.dbk:360 |
43be0ac4 MV |
6985 | msgid "" |
6986 | "The second situation is much less serious than the first because APT places " | |
6987 | "certain constraints on the order that packages are installed. In both cases " | |
521dd27d GJ |
6988 | "supplying the <literal>-f</literal> option to <command>apt-get</command> " |
6989 | "will cause APT to deduce a possible solution to the problem and then " | |
6990 | "continue on. The APT <command>dselect</command> method always supplies the " | |
6991 | "<literal>-f</literal> option to allow for easy continuation of failed " | |
6992 | "maintainer scripts." | |
43be0ac4 MV |
6993 | msgstr "" |
6994 | ||
521dd27d | 6995 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 6996 | #: guide.dbk:369 |
43be0ac4 | 6997 | msgid "" |
521dd27d GJ |
6998 | "However, if the <literal>-f</literal> option is used to correct a seriously " |
6999 | "broken system caused by the first case then it is possible that it will " | |
7000 | "either fail immediately or the installation sequence will fail. In either " | |
7001 | "case it is necessary to manually use dpkg (possibly with forcing options) to " | |
7002 | "correct the situation enough to allow APT to proceed." | |
43be0ac4 MV |
7003 | msgstr "" |
7004 | ||
521dd27d | 7005 | #. type: Content of: <book><chapter><section><title> |
9de26945 | 7006 | #: guide.dbk:377 |
43be0ac4 MV |
7007 | msgid "The Status Report" |
7008 | msgstr "" | |
7009 | ||
521dd27d | 7010 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7011 | #: guide.dbk:379 |
43be0ac4 | 7012 | msgid "" |
521dd27d GJ |
7013 | "Before proceeding <command>apt-get</command> will present a report on what " |
7014 | "will happen. Generally the report reflects the type of operation being " | |
7015 | "performed but there are several common elements. In all cases the lists " | |
7016 | "reflect the final state of things, taking into account the " | |
7017 | "<literal>-f</literal> option and any other relevant activities to the " | |
7018 | "command being executed." | |
43be0ac4 MV |
7019 | msgstr "" |
7020 | ||
521dd27d | 7021 | #. type: Content of: <book><chapter><section><section><title> |
9de26945 | 7022 | #: guide.dbk:386 |
43be0ac4 MV |
7023 | msgid "The Extra Package list" |
7024 | msgstr "" | |
7025 | ||
521dd27d | 7026 | #. type: Content of: <book><chapter><section><section><screen> |
9de26945 | 7027 | #: guide.dbk:388 |
43be0ac4 MV |
7028 | #, no-wrap |
7029 | msgid "" | |
7030 | "The following extra packages will be installed:\n" | |
7031 | " libdbd-mysql-perl xlib6 zlib1 xzx libreadline2 libdbd-msql-perl\n" | |
7032 | " mailpgp xdpkg fileutils pinepgp zlib1g xlib6g perl-base\n" | |
7033 | " bin86 libgdbm1 libgdbmg1 quake-lib gmp2 bcc xbuffy\n" | |
7034 | " squake pgp-i python-base debmake ldso perl libreadlineg2\n" | |
521dd27d | 7035 | " ssh\n" |
43be0ac4 MV |
7036 | msgstr "" |
7037 | ||
521dd27d | 7038 | #. type: Content of: <book><chapter><section><section><para> |
9de26945 | 7039 | #: guide.dbk:396 |
43be0ac4 MV |
7040 | msgid "" |
7041 | "The Extra Package list shows all of the packages that will be installed or " | |
7042 | "upgraded in excess of the ones mentioned on the command line. It is only " | |
521dd27d GJ |
7043 | "generated for an <literal>install</literal> command. The listed packages are " |
7044 | "often the result of an Auto Install." | |
43be0ac4 MV |
7045 | msgstr "" |
7046 | ||
521dd27d | 7047 | #. type: Content of: <book><chapter><section><section><title> |
9de26945 | 7048 | #: guide.dbk:403 |
43be0ac4 MV |
7049 | msgid "The Packages to Remove" |
7050 | msgstr "" | |
7051 | ||
521dd27d | 7052 | #. type: Content of: <book><chapter><section><section><screen> |
9de26945 | 7053 | #: guide.dbk:405 |
43be0ac4 MV |
7054 | #, no-wrap |
7055 | msgid "" | |
7056 | "The following packages will be REMOVED:\n" | |
7057 | " xlib6-dev xpat2 tk40-dev xkeycaps xbattle xonix\n" | |
7058 | " xdaliclock tk40 tk41 xforms0.86 ghostview xloadimage xcolorsel\n" | |
7059 | " xadmin xboard perl-debug tkined xtetris libreadline2-dev perl-suid\n" | |
521dd27d | 7060 | " nas xpilot xfig\n" |
43be0ac4 MV |
7061 | msgstr "" |
7062 | ||
521dd27d | 7063 | #. type: Content of: <book><chapter><section><section><para> |
9de26945 | 7064 | #: guide.dbk:412 |
43be0ac4 MV |
7065 | msgid "" |
7066 | "The Packages to Remove list shows all of the packages that will be removed " | |
7067 | "from the system. It can be shown for any of the operations and should be " | |
7068 | "given a careful inspection to ensure nothing important is to be taken " | |
521dd27d GJ |
7069 | "off. The <literal>-f</literal> option is especially good at generating " |
7070 | "packages to remove so extreme care should be used in that case. The list may " | |
7071 | "contain packages that are going to be removed because they are only " | |
7072 | "partially installed, possibly due to an aborted installation." | |
43be0ac4 MV |
7073 | msgstr "" |
7074 | ||
521dd27d | 7075 | #. type: Content of: <book><chapter><section><section><title> |
9de26945 | 7076 | #: guide.dbk:422 |
43be0ac4 MV |
7077 | msgid "The New Packages list" |
7078 | msgstr "" | |
7079 | ||
521dd27d | 7080 | #. type: Content of: <book><chapter><section><section><screen> |
9de26945 | 7081 | #: guide.dbk:424 |
43be0ac4 MV |
7082 | #, no-wrap |
7083 | msgid "" | |
7084 | "The following NEW packages will installed:\n" | |
521dd27d | 7085 | " zlib1g xlib6g perl-base libgdbmg1 quake-lib gmp2 pgp-i python-base\n" |
43be0ac4 MV |
7086 | msgstr "" |
7087 | ||
521dd27d | 7088 | #. type: Content of: <book><chapter><section><section><para> |
9de26945 | 7089 | #: guide.dbk:428 |
43be0ac4 MV |
7090 | msgid "" |
7091 | "The New Packages list is simply a reminder of what will happen. The packages " | |
7092 | "listed are not presently installed in the system but will be when APT is " | |
7093 | "done." | |
7094 | msgstr "" | |
7095 | ||
521dd27d | 7096 | #. type: Content of: <book><chapter><section><section><title> |
9de26945 | 7097 | #: guide.dbk:433 |
43be0ac4 MV |
7098 | msgid "The Kept Back list" |
7099 | msgstr "" | |
7100 | ||
521dd27d | 7101 | #. type: Content of: <book><chapter><section><section><screen> |
9de26945 | 7102 | #: guide.dbk:435 |
43be0ac4 MV |
7103 | #, no-wrap |
7104 | msgid "" | |
7105 | "The following packages have been kept back\n" | |
7106 | " compface man-db tetex-base msql libpaper svgalib1\n" | |
521dd27d | 7107 | " gs snmp arena lynx xpat2 groff xscreensaver\n" |
43be0ac4 MV |
7108 | msgstr "" |
7109 | ||
521dd27d | 7110 | #. type: Content of: <book><chapter><section><section><para> |
9de26945 | 7111 | #: guide.dbk:440 |
43be0ac4 MV |
7112 | msgid "" |
7113 | "Whenever the whole system is being upgraded there is the possibility that " | |
7114 | "new versions of packages cannot be installed because they require new things " | |
7115 | "or conflict with already installed things. In this case the package will " | |
7116 | "appear in the Kept Back list. The best way to convince packages listed there " | |
521dd27d GJ |
7117 | "to install is with <literal>apt-get install</literal> or by using " |
7118 | "<command>dselect</command> to resolve their problems." | |
43be0ac4 MV |
7119 | msgstr "" |
7120 | ||
521dd27d | 7121 | #. type: Content of: <book><chapter><section><section><title> |
9de26945 | 7122 | #: guide.dbk:449 |
43be0ac4 MV |
7123 | msgid "Held Packages warning" |
7124 | msgstr "" | |
7125 | ||
521dd27d | 7126 | #. type: Content of: <book><chapter><section><section><screen> |
9de26945 | 7127 | #: guide.dbk:451 |
43be0ac4 MV |
7128 | #, no-wrap |
7129 | msgid "" | |
7130 | "The following held packages will be changed:\n" | |
521dd27d | 7131 | " cvs\n" |
43be0ac4 MV |
7132 | msgstr "" |
7133 | ||
521dd27d | 7134 | #. type: Content of: <book><chapter><section><section><para> |
9de26945 | 7135 | #: guide.dbk:455 |
43be0ac4 MV |
7136 | msgid "" |
7137 | "Sometimes you can ask APT to install a package that is on hold, in such a " | |
7138 | "case it prints out a warning that the held package is going to be " | |
7139 | "changed. This should only happen during dist-upgrade or install." | |
7140 | msgstr "" | |
7141 | ||
521dd27d | 7142 | #. type: Content of: <book><chapter><section><section><title> |
9de26945 | 7143 | #: guide.dbk:461 |
43be0ac4 MV |
7144 | msgid "Final summary" |
7145 | msgstr "" | |
7146 | ||
521dd27d | 7147 | #. type: Content of: <book><chapter><section><section><para> |
9de26945 | 7148 | #: guide.dbk:463 |
43be0ac4 MV |
7149 | msgid "Finally, APT will print out a summary of all the changes that will occur." |
7150 | msgstr "" | |
7151 | ||
521dd27d | 7152 | #. type: Content of: <book><chapter><section><section><screen> |
9de26945 | 7153 | #: guide.dbk:466 |
43be0ac4 MV |
7154 | #, no-wrap |
7155 | msgid "" | |
7156 | "206 packages upgraded, 8 newly installed, 23 to remove and 51 not " | |
7157 | "upgraded.\n" | |
7158 | "12 packages not fully installed or removed.\n" | |
521dd27d | 7159 | "Need to get 65.7M/66.7M of archives. After unpacking 26.5M will be used.\n" |
43be0ac4 MV |
7160 | msgstr "" |
7161 | ||
521dd27d | 7162 | #. type: Content of: <book><chapter><section><section><para> |
9de26945 | 7163 | #: guide.dbk:471 |
43be0ac4 MV |
7164 | msgid "" |
7165 | "The first line of the summary simply is a reduced version of all of the " | |
7166 | "lists and includes the number of upgrades - that is packages already " | |
7167 | "installed that have new versions available. The second line indicates the " | |
7168 | "number of poorly configured packages, possibly the result of an aborted " | |
7169 | "installation. The final line shows the space requirements that the " | |
7170 | "installation needs. The first pair of numbers refer to the size of the " | |
7171 | "archive files. The first number indicates the number of bytes that must be " | |
7172 | "fetched from remote locations and the second indicates the total size of all " | |
7173 | "the archives required. The next number indicates the size difference between " | |
7174 | "the presently installed packages and the newly installed packages. It is " | |
7175 | "roughly equivalent to the space required in /usr after everything is " | |
7176 | "done. If a large number of packages are being removed then the value may " | |
7177 | "indicate the amount of space that will be freed." | |
7178 | msgstr "" | |
7179 | ||
521dd27d | 7180 | #. type: Content of: <book><chapter><section><section><para> |
9de26945 | 7181 | #: guide.dbk:485 |
43be0ac4 MV |
7182 | msgid "" |
7183 | "Some other reports can be generated by using the -u option to show packages " | |
7184 | "to upgrade, they are similar to the previous examples." | |
7185 | msgstr "" | |
7186 | ||
521dd27d | 7187 | #. type: Content of: <book><chapter><section><title> |
9de26945 | 7188 | #: guide.dbk:492 |
43be0ac4 MV |
7189 | msgid "The Status Display" |
7190 | msgstr "" | |
7191 | ||
521dd27d | 7192 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7193 | #: guide.dbk:494 |
43be0ac4 MV |
7194 | msgid "" |
7195 | "During the download of archives and package files APT prints out a series of " | |
7196 | "status messages." | |
7197 | msgstr "" | |
7198 | ||
521dd27d | 7199 | #. type: Content of: <book><chapter><section><screen> |
9de26945 | 7200 | #: guide.dbk:498 |
43be0ac4 MV |
7201 | #, no-wrap |
7202 | msgid "" | |
7203 | "# apt-get update\n" | |
7204 | "Get:1 http://ftp.de.debian.org/debian-non-US/ stable/non-US/ Packages\n" | |
7205 | "Get:2 http://llug.sep.bnl.gov/debian/ testing/contrib Packages\n" | |
7206 | "Hit http://llug.sep.bnl.gov/debian/ testing/main Packages\n" | |
7207 | "Get:4 http://ftp.de.debian.org/debian-non-US/ unstable/binary-i386/ " | |
7208 | "Packages\n" | |
7209 | "Get:5 http://llug.sep.bnl.gov/debian/ testing/non-free Packages\n" | |
521dd27d | 7210 | "11% [5 testing/non-free `Waiting for file' 0/32.1k 0%] 2203b/s 1m52s\n" |
43be0ac4 MV |
7211 | msgstr "" |
7212 | ||
521dd27d | 7213 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7214 | #: guide.dbk:507 |
43be0ac4 | 7215 | msgid "" |
521dd27d GJ |
7216 | "The lines starting with <emphasis>Get</emphasis> are printed out when APT " |
7217 | "begins to fetch a file while the last line indicates the progress of the " | |
7218 | "download. The first percent value on the progress line indicates the total " | |
7219 | "percent done of all files. Unfortunately since the size of the Package files " | |
7220 | "is unknown <literal>apt-get update</literal> estimates the percent done " | |
7221 | "which causes some inaccuracies." | |
43be0ac4 MV |
7222 | msgstr "" |
7223 | ||
521dd27d | 7224 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7225 | #: guide.dbk:515 |
43be0ac4 MV |
7226 | msgid "" |
7227 | "The next section of the status line is repeated once for each download " | |
7228 | "thread and indicates the operation being performed and some useful " | |
7229 | "information about what is happening. Sometimes this section will simply read " | |
521dd27d GJ |
7230 | "<emphasis>Forking</emphasis> which means the OS is loading the download " |
7231 | "module. The first word after the [ is the fetch number as shown on the " | |
7232 | "history lines. The next word is the short form name of the object being " | |
43be0ac4 MV |
7233 | "downloaded. For archives it will contain the name of the package that is " |
7234 | "being fetched." | |
7235 | msgstr "" | |
7236 | ||
521dd27d | 7237 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7238 | #: guide.dbk:525 |
43be0ac4 MV |
7239 | msgid "" |
7240 | "Inside of the single quote is an informative string indicating the progress " | |
7241 | "of the negotiation phase of the download. Typically it progresses from " | |
521dd27d GJ |
7242 | "<emphasis>Connecting</emphasis> to <emphasis>Waiting for file</emphasis> to " |
7243 | "<emphasis>Downloading</emphasis> or <emphasis>Resuming</emphasis>. The final " | |
7244 | "value is the number of bytes downloaded from the remote site. Once the " | |
7245 | "download begins this is represented as <literal>102/10.2k</literal> " | |
7246 | "indicating that 102 bytes have been fetched and 10.2 kilobytes is " | |
7247 | "expected. The total size is always shown in 4 figure notation to preserve " | |
7248 | "space. After the size display is a percent meter for the file itself. The " | |
7249 | "second last element is the instantaneous average speed. This values is " | |
7250 | "updated every 5 seconds and reflects the rate of data transfer for that " | |
7251 | "period. Finally is shown the estimated transfer time. This is updated " | |
43be0ac4 MV |
7252 | "regularly and reflects the time to complete everything at the shown transfer " |
7253 | "rate." | |
7254 | msgstr "" | |
7255 | ||
521dd27d | 7256 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7257 | #: guide.dbk:540 |
43be0ac4 MV |
7258 | msgid "" |
7259 | "The status display updates every half second to provide a constant feedback " | |
7260 | "on the download progress while the Get lines scroll back whenever a new file " | |
7261 | "is started. Since the status display is constantly updated it is unsuitable " | |
521dd27d GJ |
7262 | "for logging to a file, use the <literal>-q</literal> option to remove the " |
7263 | "status display." | |
43be0ac4 MV |
7264 | msgstr "" |
7265 | ||
521dd27d | 7266 | #. type: Content of: <book><chapter><section><title> |
9de26945 | 7267 | #: guide.dbk:548 |
43be0ac4 MV |
7268 | msgid "Dpkg" |
7269 | msgstr "" | |
7270 | ||
521dd27d | 7271 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7272 | #: guide.dbk:550 |
43be0ac4 | 7273 | msgid "" |
521dd27d GJ |
7274 | "APT uses <command>dpkg</command> for installing the archives and will switch " |
7275 | "over to the <command>dpkg</command> interface once downloading is " | |
7276 | "completed. <command>dpkg</command> will also ask a number of questions as it " | |
43be0ac4 MV |
7277 | "processes the packages and the packages themselves may also ask several " |
7278 | "questions. Before each question there is usually a description of what it is " | |
7279 | "asking and the questions are too varied to discuss completely here." | |
7280 | msgstr "" | |
7281 | ||
521dd27d | 7282 | #. type: Content of: <book><title> |
9de26945 | 7283 | #: offline.dbk:11 |
43be0ac4 MV |
7284 | msgid "Using APT Offline" |
7285 | msgstr "" | |
7286 | ||
521dd27d | 7287 | #. type: Content of: <book><bookinfo><abstract><para> |
9de26945 | 7288 | #: offline.dbk:25 |
43be0ac4 MV |
7289 | msgid "" |
7290 | "This document describes how to use APT in a non-networked environment, " | |
7291 | "specifically a 'sneaker-net' approach for performing upgrades." | |
7292 | msgstr "" | |
7293 | ||
521dd27d | 7294 | #. type: Content of: <book><bookinfo> |
9de26945 | 7295 | #: offline.dbk:30 |
521dd27d | 7296 | msgid "<copyright><year>1999</year><holder>Jason Gunthorpe</holder></copyright>" |
43be0ac4 MV |
7297 | msgstr "" |
7298 | ||
521dd27d | 7299 | #. type: Content of: <book><chapter><title> |
9de26945 | 7300 | #: offline.dbk:48 |
43be0ac4 MV |
7301 | msgid "Introduction" |
7302 | msgstr "" | |
7303 | ||
521dd27d | 7304 | #. type: Content of: <book><chapter><section><title> |
9de26945 | 7305 | #: offline.dbk:50 offline.dbk:80 offline.dbk:192 |
43be0ac4 MV |
7306 | msgid "Overview" |
7307 | msgstr "" | |
7308 | ||
521dd27d | 7309 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7310 | #: offline.dbk:52 |
43be0ac4 MV |
7311 | msgid "" |
7312 | "Normally APT requires direct access to a Debian archive, either from a local " | |
7313 | "media or through a network. Another common complaint is that a Debian " | |
7314 | "machine is on a slow link, such as a modem and another machine has a very " | |
7315 | "fast connection but they are physically distant." | |
7316 | msgstr "" | |
7317 | ||
521dd27d | 7318 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7319 | #: offline.dbk:58 |
43be0ac4 MV |
7320 | msgid "" |
7321 | "The solution to this is to use large removable media such as a Zip disc or a " | |
7322 | "SuperDisk disc. These discs are not large enough to store the entire Debian " | |
7323 | "archive but can easily fit a subset large enough for most users. The idea is " | |
7324 | "to use APT to generate a list of packages that are required and then fetch " | |
7325 | "them onto the disc using another machine with good connectivity. It is even " | |
7326 | "possible to use another Debian machine with APT or to use a completely " | |
521dd27d GJ |
7327 | "different OS and a download tool like wget. Let <emphasis>remote " |
7328 | "host</emphasis> mean the machine downloading the packages, and " | |
7329 | "<emphasis>target host</emphasis> the one with bad or no connection." | |
43be0ac4 MV |
7330 | msgstr "" |
7331 | ||
521dd27d | 7332 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7333 | #: offline.dbk:69 |
43be0ac4 MV |
7334 | msgid "" |
7335 | "This is achieved by creatively manipulating the APT configuration file. The " | |
b39c1859 | 7336 | "essential premise to tell APT to look on a disc for it's archive files. Note " |
43be0ac4 MV |
7337 | "that the disc should be formated with a filesystem that can handle long file " |
7338 | "names such as ext2, fat32 or vfat." | |
7339 | msgstr "" | |
7340 | ||
521dd27d | 7341 | #. type: Content of: <book><chapter><title> |
9de26945 | 7342 | #: offline.dbk:78 |
43be0ac4 MV |
7343 | msgid "Using APT on both machines" |
7344 | msgstr "" | |
7345 | ||
521dd27d | 7346 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7347 | #: offline.dbk:82 |
43be0ac4 MV |
7348 | msgid "" |
7349 | "APT being available on both machines gives the simplest configuration. The " | |
7350 | "basic idea is to place a copy of the status file on the disc and use the " | |
7351 | "remote machine to fetch the latest package files and decide which packages " | |
7352 | "to download. The disk directory structure should look like:" | |
7353 | msgstr "" | |
7354 | ||
521dd27d | 7355 | #. type: Content of: <book><chapter><section><screen> |
9de26945 | 7356 | #: offline.dbk:88 |
43be0ac4 MV |
7357 | #, no-wrap |
7358 | msgid "" | |
7359 | " /disc/\n" | |
7360 | " archives/\n" | |
7361 | " partial/\n" | |
7362 | " lists/\n" | |
7363 | " partial/\n" | |
7364 | " status\n" | |
7365 | " sources.list\n" | |
521dd27d | 7366 | " apt.conf\n" |
43be0ac4 MV |
7367 | msgstr "" |
7368 | ||
521dd27d | 7369 | #. type: Content of: <book><chapter><section><title> |
9de26945 | 7370 | #: offline.dbk:99 |
43be0ac4 MV |
7371 | msgid "The configuration file" |
7372 | msgstr "" | |
7373 | ||
521dd27d | 7374 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7375 | #: offline.dbk:101 |
43be0ac4 MV |
7376 | msgid "" |
7377 | "The configuration file should tell APT to store its files on the disc and to " | |
7378 | "use the configuration files on the disc as well. The sources.list should " | |
7379 | "contain the proper sites that you wish to use from the remote machine, and " | |
521dd27d GJ |
7380 | "the status file should be a copy of " |
7381 | "<emphasis>/var/lib/dpkg/status</emphasis> from the <emphasis>target " | |
7382 | "host</emphasis>. Please note, if you are using a local archive you must use " | |
7383 | "copy URIs, the syntax is identical to file URIs." | |
43be0ac4 MV |
7384 | msgstr "" |
7385 | ||
521dd27d | 7386 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7387 | #: offline.dbk:109 |
43be0ac4 | 7388 | msgid "" |
521dd27d GJ |
7389 | "<emphasis>apt.conf</emphasis> must contain the necessary information to make " |
7390 | "APT use the disc:" | |
43be0ac4 MV |
7391 | msgstr "" |
7392 | ||
521dd27d | 7393 | #. type: Content of: <book><chapter><section><screen> |
9de26945 | 7394 | #: offline.dbk:113 |
43be0ac4 MV |
7395 | #, no-wrap |
7396 | msgid "" | |
7397 | " APT\n" | |
7398 | " {\n" | |
7399 | " /* This is not necessary if the two machines are the same arch, it " | |
7400 | "tells\n" | |
7401 | " the remote APT what architecture the target machine is */\n" | |
7402 | " Architecture \"i386\";\n" | |
521dd27d | 7403 | "\n" |
43be0ac4 MV |
7404 | " Get::Download-Only \"true\";\n" |
7405 | " };\n" | |
521dd27d | 7406 | "\n" |
43be0ac4 MV |
7407 | " Dir\n" |
7408 | " {\n" | |
7409 | " /* Use the disc for state information and redirect the status file from\n" | |
7410 | " the /var/lib/dpkg default */\n" | |
7411 | " State \"/disc/\";\n" | |
7412 | " State::status \"status\";\n" | |
7413 | "\n" | |
7414 | " // Binary caches will be stored locally\n" | |
7415 | " Cache::archives \"/disc/archives/\";\n" | |
7416 | " Cache \"/tmp/\";\n" | |
521dd27d | 7417 | "\n" |
43be0ac4 MV |
7418 | " // Location of the source list.\n" |
7419 | " Etc \"/disc/\";\n" | |
521dd27d | 7420 | " };\n" |
43be0ac4 MV |
7421 | msgstr "" |
7422 | ||
521dd27d | 7423 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7424 | #: offline.dbk:138 |
43be0ac4 MV |
7425 | msgid "" |
7426 | "More details can be seen by examining the apt.conf man page and the sample " | |
521dd27d GJ |
7427 | "configuration file in " |
7428 | "<emphasis>/usr/share/doc/apt/examples/apt.conf</emphasis>." | |
43be0ac4 MV |
7429 | msgstr "" |
7430 | ||
521dd27d | 7431 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7432 | #: offline.dbk:143 |
43be0ac4 MV |
7433 | msgid "" |
7434 | "On the target machine the first thing to do is mount the disc and copy " | |
521dd27d GJ |
7435 | "<emphasis>/var/lib/dpkg/status</emphasis> to it. You will also need to " |
7436 | "create the directories outlined in the Overview, " | |
7437 | "<emphasis>archives/partial/</emphasis> and " | |
7438 | "<emphasis>lists/partial/</emphasis>. Then take the disc to the remote " | |
7439 | "machine and configure the sources.list. On the remote machine execute the " | |
7440 | "following:" | |
43be0ac4 MV |
7441 | msgstr "" |
7442 | ||
521dd27d | 7443 | #. type: Content of: <book><chapter><section><screen> |
9de26945 | 7444 | #: offline.dbk:152 |
43be0ac4 MV |
7445 | #, no-wrap |
7446 | msgid "" | |
7447 | " # export APT_CONFIG=\"/disc/apt.conf\"\n" | |
7448 | " # apt-get update\n" | |
7449 | " [ APT fetches the package files ]\n" | |
7450 | " # apt-get dist-upgrade\n" | |
521dd27d | 7451 | " [ APT fetches all the packages needed to upgrade the target machine ]\n" |
43be0ac4 MV |
7452 | msgstr "" |
7453 | ||
521dd27d | 7454 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7455 | #: offline.dbk:159 |
43be0ac4 | 7456 | msgid "" |
b39c1859 | 7457 | "The dist-upgrade command can be replaced with any other standard APT " |
43be0ac4 | 7458 | "commands, particularly dselect-upgrade. You can even use an APT front end " |
521dd27d GJ |
7459 | "such as <emphasis>dselect</emphasis>. However this presents a problem in " |
7460 | "communicating your selections back to the local computer." | |
43be0ac4 MV |
7461 | msgstr "" |
7462 | ||
521dd27d | 7463 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7464 | #: offline.dbk:165 |
43be0ac4 MV |
7465 | msgid "" |
7466 | "Now the disc contains all of the index files and archives needed to upgrade " | |
7467 | "the target machine. Take the disc back and run:" | |
7468 | msgstr "" | |
7469 | ||
521dd27d | 7470 | #. type: Content of: <book><chapter><section><screen> |
9de26945 | 7471 | #: offline.dbk:169 |
43be0ac4 MV |
7472 | #, no-wrap |
7473 | msgid "" | |
7474 | " # export APT_CONFIG=\"/disc/apt.conf\"\n" | |
7475 | " # apt-get check\n" | |
7476 | " [ APT generates a local copy of the cache files ]\n" | |
7477 | " # apt-get --no-d -o dir::state::status=/var/lib/dpkg/status dist-upgrade\n" | |
521dd27d | 7478 | " [ Or any other APT command ]\n" |
43be0ac4 MV |
7479 | msgstr "" |
7480 | ||
521dd27d | 7481 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7482 | #: offline.dbk:176 |
43be0ac4 MV |
7483 | msgid "" |
7484 | "It is necessary for proper function to re-specify the status file to be the " | |
7485 | "local one. This is very important!" | |
7486 | msgstr "" | |
7487 | ||
521dd27d | 7488 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7489 | #: offline.dbk:180 |
43be0ac4 MV |
7490 | msgid "" |
7491 | "If you are using dselect you can do the very risky operation of copying " | |
7492 | "disc/status to /var/lib/dpkg/status so that any selections you made on the " | |
7493 | "remote machine are updated. I highly recommend that people only make " | |
7494 | "selections on the local machine - but this may not always be possible. DO " | |
7495 | "NOT copy the status file if dpkg or APT have been run in the mean time!!" | |
7496 | msgstr "" | |
7497 | ||
521dd27d | 7498 | #. type: Content of: <book><chapter><title> |
9de26945 | 7499 | #: offline.dbk:190 |
43be0ac4 MV |
7500 | msgid "Using APT and wget" |
7501 | msgstr "" | |
7502 | ||
521dd27d | 7503 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7504 | #: offline.dbk:194 |
43be0ac4 | 7505 | msgid "" |
521dd27d GJ |
7506 | "<emphasis>wget</emphasis> is a popular and portable download tool that can " |
7507 | "run on nearly any machine. Unlike the method above this requires that the " | |
7508 | "Debian machine already has a list of available packages." | |
43be0ac4 MV |
7509 | msgstr "" |
7510 | ||
521dd27d | 7511 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7512 | #: offline.dbk:199 |
43be0ac4 MV |
7513 | msgid "" |
7514 | "The basic idea is to create a disc that has only the archive files " | |
7515 | "downloaded from the remote site. This is done by using the --print-uris " | |
7516 | "option to apt-get and then preparing a wget script to actually fetch the " | |
7517 | "packages." | |
7518 | msgstr "" | |
7519 | ||
521dd27d | 7520 | #. type: Content of: <book><chapter><section><title> |
9de26945 | 7521 | #: offline.dbk:205 |
43be0ac4 MV |
7522 | msgid "Operation" |
7523 | msgstr "" | |
7524 | ||
521dd27d | 7525 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7526 | #: offline.dbk:207 |
43be0ac4 MV |
7527 | msgid "" |
7528 | "Unlike the previous technique no special configuration files are " | |
7529 | "required. We merely use the standard APT commands to generate the file list." | |
7530 | msgstr "" | |
7531 | ||
521dd27d | 7532 | #. type: Content of: <book><chapter><section><screen> |
9de26945 | 7533 | #: offline.dbk:211 |
43be0ac4 MV |
7534 | #, no-wrap |
7535 | msgid "" | |
521dd27d | 7536 | " # apt-get dist-upgrade\n" |
43be0ac4 | 7537 | " [ Press no when prompted, make sure you are happy with the actions ]\n" |
521dd27d GJ |
7538 | " # apt-get -qq --print-uris dist-upgrade > uris\n" |
7539 | " # awk '{print \"wget -O \" $2 \" \" $1}' < uris > /disc/wget-script\n" | |
43be0ac4 MV |
7540 | msgstr "" |
7541 | ||
521dd27d | 7542 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7543 | #: offline.dbk:217 |
43be0ac4 MV |
7544 | msgid "" |
7545 | "Any command other than dist-upgrade could be used here, including " | |
7546 | "dselect-upgrade." | |
7547 | msgstr "" | |
7548 | ||
521dd27d | 7549 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7550 | #: offline.dbk:221 |
43be0ac4 MV |
7551 | msgid "" |
7552 | "The /disc/wget-script file will now contain a list of wget commands to " | |
7553 | "execute in order to fetch the necessary archives. This script should be run " | |
7554 | "with the current directory as the disc's mount point so as to save the " | |
7555 | "output on the disc." | |
7556 | msgstr "" | |
7557 | ||
521dd27d | 7558 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7559 | #: offline.dbk:227 |
43be0ac4 MV |
7560 | msgid "The remote machine would do something like" |
7561 | msgstr "" | |
7562 | ||
521dd27d | 7563 | #. type: Content of: <book><chapter><section><screen> |
9de26945 | 7564 | #: offline.dbk:230 |
43be0ac4 MV |
7565 | #, no-wrap |
7566 | msgid "" | |
7567 | " # cd /disc\n" | |
7568 | " # sh -x ./wget-script\n" | |
521dd27d | 7569 | " [ wait.. ]\n" |
43be0ac4 MV |
7570 | msgstr "" |
7571 | ||
521dd27d | 7572 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7573 | #: offline.dbk:235 |
43be0ac4 MV |
7574 | msgid "" |
7575 | "Once the archives are downloaded and the disc returned to the Debian machine " | |
7576 | "installation can proceed using," | |
7577 | msgstr "" | |
7578 | ||
521dd27d | 7579 | #. type: Content of: <book><chapter><section><screen> |
9de26945 | 7580 | #: offline.dbk:239 |
43be0ac4 | 7581 | #, no-wrap |
521dd27d | 7582 | msgid " # apt-get -o dir::cache::archives=\"/disc/\" dist-upgrade\n" |
43be0ac4 MV |
7583 | msgstr "" |
7584 | ||
521dd27d | 7585 | #. type: Content of: <book><chapter><section><para> |
9de26945 | 7586 | #: offline.dbk:242 |
43be0ac4 MV |
7587 | msgid "Which will use the already fetched archives on the disc." |
7588 | msgstr "" |