]>
Commit | Line | Data |
---|---|---|
0c1a7101 DK |
1 | <!-- -*- mode: xml; mode: fold -*- --> |
2 | ||
3 | <!-- Some common paths.. --> | |
4 | <!ENTITY docdir "/usr/share/doc/apt/"> | |
5 | <!ENTITY guidesdir "/usr/share/doc/apt-doc/"> | |
6 | <!ENTITY configureindex "<filename>&docdir;examples/configure-index.gz</filename>"> | |
7 | <!ENTITY aptconfdir "<filename>/etc/apt.conf</filename>"> | |
8 | <!ENTITY statedir "/var/lib/apt"> | |
9 | <!ENTITY cachedir "/var/cache/apt"> | |
10 | ||
11 | <!-- Cross references to other man pages --> | |
12 | <!ENTITY apt-conf "<citerefentry> | |
13 | <refentrytitle><filename>apt.conf</filename></refentrytitle> | |
14 | <manvolnum>5</manvolnum> | |
15 | </citerefentry>" | |
16 | > | |
17 | ||
18 | <!ENTITY apt-get "<citerefentry> | |
19 | <refentrytitle><command>apt-get</command></refentrytitle> | |
20 | <manvolnum>8</manvolnum> | |
21 | </citerefentry>" | |
22 | > | |
23 | ||
24 | <!ENTITY apt-config "<citerefentry> | |
25 | <refentrytitle><command>apt-config</command></refentrytitle> | |
26 | <manvolnum>8</manvolnum> | |
27 | </citerefentry>" | |
28 | > | |
29 | ||
30 | <!ENTITY apt-cdrom "<citerefentry> | |
31 | <refentrytitle><command>apt-cdrom</command></refentrytitle> | |
32 | <manvolnum>8</manvolnum> | |
33 | </citerefentry>" | |
34 | > | |
35 | ||
36 | <!ENTITY apt-cache "<citerefentry> | |
37 | <refentrytitle><command>apt-cache</command></refentrytitle> | |
38 | <manvolnum>8</manvolnum> | |
39 | </citerefentry>" | |
40 | > | |
41 | ||
42 | <!ENTITY apt-preferences "<citerefentry> | |
43 | <refentrytitle><command>apt_preferences</command></refentrytitle> | |
44 | <manvolnum>5</manvolnum> | |
45 | </citerefentry>" | |
46 | > | |
47 | ||
48 | <!ENTITY apt-key "<citerefentry> | |
49 | <refentrytitle><command>apt-key</command></refentrytitle> | |
50 | <manvolnum>8</manvolnum> | |
51 | </citerefentry>" | |
52 | > | |
53 | ||
54 | <!ENTITY apt-secure "<citerefentry> | |
55 | <refentrytitle>apt-secure</refentrytitle> | |
56 | <manvolnum>8</manvolnum> | |
57 | </citerefentry>" | |
58 | > | |
59 | ||
60 | <!ENTITY apt-ftparchive "<citerefentry> | |
61 | <refentrytitle><filename>apt-ftparchive</filename></refentrytitle> | |
62 | <manvolnum>1</manvolnum> | |
63 | </citerefentry>" | |
64 | > | |
65 | ||
66 | ||
67 | <!ENTITY sources-list "<citerefentry> | |
68 | <refentrytitle><filename>sources.list</filename></refentrytitle> | |
69 | <manvolnum>5</manvolnum> | |
70 | </citerefentry>" | |
71 | > | |
72 | ||
73 | <!ENTITY reportbug "<citerefentry> | |
74 | <refentrytitle><command>reportbug</command></refentrytitle> | |
75 | <manvolnum>1</manvolnum> | |
76 | </citerefentry>" | |
77 | > | |
78 | ||
79 | <!ENTITY dpkg "<citerefentry> | |
80 | <refentrytitle><command>dpkg</command></refentrytitle> | |
81 | <manvolnum>1</manvolnum> | |
82 | </citerefentry>" | |
83 | > | |
84 | ||
85 | <!ENTITY dpkg-buildpackage "<citerefentry> | |
86 | <refentrytitle><command>dpkg-buildpackage</command></refentrytitle> | |
87 | <manvolnum>1</manvolnum> | |
88 | </citerefentry>" | |
89 | > | |
90 | ||
91 | <!ENTITY gzip "<citerefentry> | |
92 | <refentrytitle><command>gzip</command></refentrytitle> | |
93 | <manvolnum>1</manvolnum> | |
94 | </citerefentry>" | |
95 | > | |
96 | ||
97 | <!ENTITY dpkg-scanpackages "<citerefentry> | |
98 | <refentrytitle><command>dpkg-scanpackages</command></refentrytitle> | |
99 | <manvolnum>1</manvolnum> | |
100 | </citerefentry>" | |
101 | > | |
102 | ||
103 | <!ENTITY dpkg-scansources "<citerefentry> | |
104 | <refentrytitle><command>dpkg-scansources</command></refentrytitle> | |
105 | <manvolnum>1</manvolnum> | |
106 | </citerefentry>" | |
107 | > | |
108 | ||
109 | <!ENTITY dselect "<citerefentry> | |
110 | <refentrytitle><command>dselect</command></refentrytitle> | |
111 | <manvolnum>1</manvolnum> | |
112 | </citerefentry>" | |
113 | > | |
114 | ||
115 | <!ENTITY aptitude "<citerefentry> | |
116 | <refentrytitle><command>aptitude</command></refentrytitle> | |
117 | <manvolnum>8</manvolnum> | |
118 | </citerefentry>" | |
119 | > | |
120 | ||
121 | <!ENTITY synaptic "<citerefentry> | |
122 | <refentrytitle><command>synaptic</command></refentrytitle> | |
123 | <manvolnum>8</manvolnum> | |
124 | </citerefentry>" | |
125 | > | |
126 | ||
c08cf1dc MV |
127 | <!ENTITY squid-deb-proxy-client "<citerefentry> |
128 | <refentrytitle><command>squid-deb-proxy-client</command></refentrytitle> | |
129 | <manvolnum>1</manvolnum> | |
130 | </citerefentry>" | |
131 | > | |
132 | ||
0c1a7101 DK |
133 | <!ENTITY debsign "<citerefentry> |
134 | <refentrytitle><command>debsign</command></refentrytitle> | |
135 | <manvolnum>1</manvolnum> | |
136 | </citerefentry>" | |
137 | > | |
138 | ||
139 | <!ENTITY debsig-verify "<citerefentry> | |
140 | <refentrytitle><command>debsig-verify</command></refentrytitle> | |
141 | <manvolnum>1</manvolnum> | |
142 | </citerefentry>" | |
143 | > | |
144 | ||
145 | <!ENTITY gpg "<citerefentry> | |
146 | <refentrytitle><command>gpg</command></refentrytitle> | |
147 | <manvolnum>1</manvolnum> | |
148 | </citerefentry>" | |
149 | > | |
150 | ||
151 | <!ENTITY wajig "<citerefentry> | |
152 | <refentrytitle><command>wajig</command></refentrytitle> | |
153 | <manvolnum>1</manvolnum> | |
154 | </citerefentry>" | |
155 | > | |
156 | ||
00c6e1a3 MV |
157 | <!ENTITY wget "<citerefentry> |
158 | <refentrytitle><command>wget</command></refentrytitle> | |
159 | <manvolnum>1</manvolnum> | |
160 | </citerefentry>" | |
161 | > | |
162 | ||
aec22160 DK |
163 | <!ENTITY apt-transport-debtorrent "<citerefentry> |
164 | <refentrytitle><package>apt-transport-debtorrent</package></refentrytitle> | |
165 | <manvolnum>1</manvolnum> | |
166 | </citerefentry>" | |
167 | > | |
168 | ||
169 | <!ENTITY regex "<citerefentry> | |
170 | <refentrytitle><abbrev>regex</abbrev></refentrytitle> | |
171 | <manvolnum>7</manvolnum> | |
172 | </citerefentry>" | |
173 | > | |
174 | ||
44477002 JR |
175 | <!ENTITY glob "<citerefentry> |
176 | <refentrytitle><abbrev>glob</abbrev></refentrytitle> | |
177 | <manvolnum>7</manvolnum> | |
178 | </citerefentry>" | |
179 | > | |
180 | ||
0c1a7101 DK |
181 | <!-- Boiler plate docinfo section --> |
182 | <!ENTITY apt-email " | |
183 | <address> | |
184 | <email>apt@packages.debian.org</email> | |
185 | </address> | |
186 | "> | |
187 | ||
188 | <!ENTITY apt-author.jgunthorpe " | |
189 | <author> | |
190 | <firstname>Jason</firstname> | |
191 | <surname>Gunthorpe</surname> | |
192 | <contrib></contrib> | |
193 | </author> | |
194 | "> | |
195 | ||
196 | <!ENTITY apt-author.moconnor " | |
197 | <author> | |
198 | <firstname>Mike</firstname> | |
199 | <surname>O'Connor</surname> | |
200 | <contrib></contrib> | |
201 | </author> | |
202 | "> | |
203 | ||
d5aa88bf DK |
204 | <!ENTITY apt-name.dburrows " |
205 | <firstname>Daniel</firstname> | |
206 | <surname>Burrows</surname> | |
d5aa88bf DK |
207 | "> |
208 | ||
0c1a7101 DK |
209 | <!ENTITY apt-copyright " |
210 | <copyright> | |
211 | <holder>Jason Gunthorpe</holder> | |
212 | <year>1998-2001</year> | |
213 | </copyright> | |
214 | "> | |
215 | ||
216 | <!ENTITY apt-product " | |
aa9de3cd DK |
217 | <productname>APT</productname> |
218 | <releaseinfo role='version'>&apt-product-version;</releaseinfo> | |
0c1a7101 DK |
219 | "> |
220 | ||
aa9de3cd | 221 | <!-- this will be updated by 'prepare-release' --> |
a4a59015 | 222 | <!ENTITY apt-product-version "0.9.15.5"> |
aa9de3cd | 223 | |
eef71f11 | 224 | <!-- (Code)names for various things used all over the place --> |
9bcfc818 DK |
225 | <!ENTITY oldstable-codename "squeeze"> |
226 | <!ENTITY stable-codename "wheezy"> | |
227 | <!ENTITY testing-codename "jessie"> | |
eef71f11 | 228 | <!ENTITY stable-version "7"> |
bef4b142 | 229 | <!ENTITY tanglu-codename "bartholomea"> |
6de58cbf | 230 | <!ENTITY ubuntu-codename "trusty"> |
6e8b4572 | 231 | |
75d9bdba JR |
232 | <!-- good and bad just refers to matching and not matching a pattern… |
233 | It is not a remark about the specific perl version. | |
234 | There is no way perl could be clasified "good" (or "bad") in any version… --> | |
235 | <!ENTITY good-perl "5.10"> | |
236 | <!ENTITY bad-perl "5.14"> | |
6e8b4572 DK |
237 | |
238 | <!-- Arguments --> | |
239 | <!ENTITY synopsis-arg-option "<arg><option>-o=<replaceable>&synopsis-config-string;</replaceable></option></arg>"> | |
240 | <!ENTITY synopsis-arg-config "<arg><option>-c=<filename><replaceable>&synopsis-config-file;</replaceable></filename></option></arg>"> | |
241 | <!ENTITY synopsis-arg-target-release "<arg><option>-t=<replaceable>&synopsis-target-release;</replaceable></option></arg>"> | |
242 | <!ENTITY synopsis-arg-architecture "<arg><option>-a=<replaceable>&synopsis-architecture;</replaceable></option></arg>"> | |
243 | <!ENTITY synopsis-arg-pkgver "<arg choice='plain' rep='repeat'><replaceable>&synopsis-pkg;</replaceable><arg><group choice='req'> | |
244 | <arg choice='plain'>=<replaceable>&synopsis-pkg-ver-number;</replaceable></arg> | |
245 | <arg choice='plain'>/<replaceable>&synopsis-target-release;</replaceable></arg> | |
246 | </group></arg></arg>"> | |
247 | <!ENTITY synopsis-arg-pkg "<arg choice='plain' rep='repeat'><replaceable>&synopsis-pkg;</replaceable></arg>"> | |
248 | <!ENTITY synopsis-param-filename "<filename><replaceable>&synopsis-filename;</replaceable></filename>"> | |
249 | <!ENTITY synopsis-help "<arg choice='plain'><group choice='req'><arg choice='plain'>-v</arg><arg choice='plain'>--version</arg></group></arg> | |
250 | <arg choice='plain'><group choice='req'><arg choice='plain'>-h</arg><arg choice='plain'>--help</arg></group></arg>"> | |
251 | <!ENTITY synopsis-command-apt-get "<refsynopsisdiv><cmdsynopsis> | |
252 | <command>apt-get</command> | |
253 | <arg><option>-asqdyfmubV</option></arg> | |
254 | &synopsis-arg-option; | |
255 | &synopsis-arg-config; | |
256 | &synopsis-arg-target-release; | |
257 | &synopsis-arg-architecture; | |
258 | <group choice='req'> | |
259 | <arg choice='plain'>update</arg> | |
260 | <arg choice='plain'>upgrade</arg> | |
261 | <arg choice='plain'>dselect-upgrade</arg> | |
262 | <arg choice='plain'>dist-upgrade</arg> | |
263 | <arg choice='plain'>install &synopsis-arg-pkgver;</arg> | |
264 | <arg choice='plain'>remove &synopsis-arg-pkg;</arg> | |
265 | <arg choice='plain'>purge &synopsis-arg-pkg;</arg> | |
266 | <arg choice='plain'>source &synopsis-arg-pkgver;</arg> | |
267 | <arg choice='plain'>build-dep &synopsis-arg-pkgver;</arg> | |
268 | <arg choice='plain'>download &synopsis-arg-pkgver;</arg> | |
269 | <arg choice='plain'>check</arg> | |
270 | <arg choice='plain'>clean</arg> | |
271 | <arg choice='plain'>autoclean</arg> | |
272 | <arg choice='plain'>autoremove</arg> | |
273 | &synopsis-help; | |
274 | </group> | |
275 | </cmdsynopsis></refsynopsisdiv>"> | |
276 | <!ENTITY synopsis-command-apt-cache "<refsynopsisdiv><cmdsynopsis> | |
277 | <command>apt-cache</command> | |
278 | <arg><option>-agipns</option></arg> | |
279 | &synopsis-arg-option; | |
280 | &synopsis-arg-config; | |
281 | <group choice='req'> | |
282 | <arg choice='plain'>gencaches</arg> | |
283 | <arg choice='plain'>showpkg &synopsis-arg-pkg;</arg> | |
284 | <arg choice='plain'>showsrc &synopsis-arg-pkg;</arg> | |
285 | <arg choice='plain'>stats</arg> | |
286 | <arg choice='plain'>dump</arg> | |
287 | <arg choice='plain'>dumpavail</arg> | |
288 | <arg choice='plain'>unmet</arg> | |
289 | <arg choice='plain'>search <arg choice='plain' rep='repeat'><replaceable>&synopsis-regex;</replaceable></arg></arg> | |
290 | <arg choice='plain'>show &synopsis-arg-pkgver;</arg> | |
291 | <arg choice='plain'>depends &synopsis-arg-pkgver;</arg> | |
292 | <arg choice='plain'>rdepends &synopsis-arg-pkgver;</arg> | |
c086ac18 | 293 | <arg choice='plain'>pkgnames <arg><replaceable>&synopsis-prefix;</replaceable></arg></arg> |
6e8b4572 DK |
294 | <arg choice='plain'>dotty &synopsis-arg-pkgver;</arg> |
295 | <arg choice='plain'>xvcg &synopsis-arg-pkgver;</arg> | |
c086ac18 | 296 | <arg choice='plain'>policy <arg rep='repeat'><replaceable>&synopsis-pkg;</replaceable></arg></arg> |
6e8b4572 DK |
297 | <arg choice='plain'>madison &synopsis-arg-pkg;</arg> |
298 | &synopsis-help; | |
299 | </group> | |
300 | </cmdsynopsis></refsynopsisdiv>"> | |
301 | <!ENTITY synopsis-command-apt-cdrom "<refsynopsisdiv><cmdsynopsis> | |
302 | <command>apt-cdrom</command> | |
303 | <arg><option>-rmfan</option></arg> | |
304 | <arg><option>-d=<replaceable>&synopsis-cdrom-mount;</replaceable></option></arg> | |
305 | &synopsis-arg-option; | |
306 | &synopsis-arg-config; | |
307 | <group choice='req'> | |
308 | <arg choice='plain'>add</arg> | |
309 | <arg choice='plain'>ident</arg> | |
310 | &synopsis-help; | |
311 | </group> | |
312 | </cmdsynopsis></refsynopsisdiv>"> | |
a8813606 | 313 | <!--<arg><option>- -format '<replaceable>%f \"%v\";%n</replaceable>'</option></arg>--> |
6e8b4572 DK |
314 | <!ENTITY synopsis-command-apt-config "<refsynopsisdiv><cmdsynopsis> |
315 | <command>apt-config</command> | |
a8813606 DK |
316 | <arg><option>--empty</option></arg> |
317 | <arg><option>--format '<replaceable>%f "%v";%n</replaceable>'</option></arg> | |
6e8b4572 DK |
318 | &synopsis-arg-option; |
319 | &synopsis-arg-config; | |
320 | <group choice='req'> | |
321 | <arg choice='plain'>shell</arg> | |
322 | <arg choice='plain'>dump</arg> | |
323 | &synopsis-help; | |
324 | </group> | |
325 | </cmdsynopsis></refsynopsisdiv>"> | |
326 | <!ENTITY synopsis-command-apt-extracttemplates "<refsynopsisdiv><cmdsynopsis> | |
327 | <command>apt-extracttemplates</command> | |
328 | <arg><option>-t=<replaceable>&synopsis-tmp-directory;</replaceable></option></arg> | |
329 | <arg choice='plain' rep='repeat'>&synopsis-param-filename;</arg> | |
330 | &synopsis-help; | |
331 | </cmdsynopsis></refsynopsisdiv>"> | |
332 | <!ENTITY synopsis-arg-ftparchive "<arg choice='plain' rep='repeat'><replaceable>&synopsis-path;</replaceable></arg><arg><filename><replaceable>&synopsis-override;</replaceable></filename><arg><replaceable>&synopsis-pathprefix;</replaceable></arg></arg>"> | |
333 | <!ENTITY synopsis-command-apt-ftparchive "<refsynopsisdiv><cmdsynopsis> | |
334 | <command>apt-ftparchive</command> | |
335 | <arg><option>-dsq</option></arg> | |
336 | <arg><option>--md5</option></arg> | |
337 | <arg><option>--delink</option></arg> | |
338 | <arg><option>--readonly</option></arg> | |
339 | <arg><option>--contents</option></arg> | |
340 | <arg><option>--arch <replaceable>architecture</replaceable></option></arg> | |
341 | &synopsis-arg-option; | |
342 | &synopsis-arg-config; | |
343 | <group choice='req'> | |
344 | <arg choice='plain'>packages &synopsis-arg-ftparchive;</arg> | |
345 | <arg choice='plain'>sources &synopsis-arg-ftparchive;</arg> | |
346 | <arg choice='plain'>contents <arg choice='plain'><replaceable>&synopsis-path;</replaceable></arg></arg> | |
347 | <arg choice='plain'>release <arg choice='plain'><replaceable>&synopsis-path;</replaceable></arg></arg> | |
348 | <arg choice='plain'>generate <arg choice='plain'><replaceable>&synopsis-config-file;</replaceable></arg> <arg choice='plain' rep='repeat'><replaceable>&synopsis-section;</replaceable></arg></arg> | |
349 | <arg choice='plain'>clean <arg choice='plain'><replaceable>&synopsis-config-file;</replaceable></arg></arg> | |
350 | &synopsis-help; | |
351 | </group> | |
352 | </cmdsynopsis></refsynopsisdiv>"> | |
353 | <!ENTITY synopsis-param-keyid "<replaceable>&synopsis-keyid;</replaceable>"> | |
354 | <!ENTITY synopsis-command-apt-key "<refsynopsisdiv><cmdsynopsis> | |
355 | <command>apt-key</command> | |
356 | <arg><option>--keyring &synopsis-param-filename;</option></arg> | |
357 | <group choice='req'> | |
358 | <arg choice='plain'>add &synopsis-param-filename;</arg> | |
359 | <arg choice='plain'>del &synopsis-param-keyid;</arg> | |
360 | <arg choice='plain'>export &synopsis-param-keyid;</arg> | |
361 | <arg choice='plain'>exportall</arg> | |
362 | <arg choice='plain'>list</arg> | |
363 | <arg choice='plain'>finger</arg> | |
364 | <arg choice='plain'>adv</arg> | |
365 | <arg choice='plain'>update</arg> | |
366 | <arg choice='plain'>net-update</arg> | |
367 | &synopsis-help; | |
368 | </group> | |
369 | </cmdsynopsis></refsynopsisdiv>"> | |
370 | <!ENTITY synopsis-command-apt-mark "<refsynopsisdiv><cmdsynopsis> | |
371 | <command>apt-mark</command> | |
372 | <arg><option>-f=&synopsis-param-filename;</option></arg> | |
373 | <group choice='plain'> | |
374 | <arg choice='plain'> | |
375 | <group choice='req'> | |
376 | <arg choice='plain'>auto</arg> | |
377 | <arg choice='plain'>manual</arg> | |
378 | <arg choice='plain'>showauto</arg> | |
379 | <arg choice='plain'>showmanual</arg> | |
380 | </group> | |
381 | &synopsis-arg-pkg; | |
382 | </arg> | |
383 | &synopsis-help; | |
384 | </group> | |
385 | </cmdsynopsis></refsynopsisdiv>"> | |
386 | <!ENTITY synopsis-command-apt-sortpkgs "<refsynopsisdiv><cmdsynopsis> | |
387 | <command>apt-sortpkgs</command> | |
388 | <arg><option>-s</option></arg> | |
389 | &synopsis-arg-option; | |
390 | &synopsis-arg-config; | |
391 | <arg choice='plain' rep='repeat'>&synopsis-param-filename;</arg> | |
392 | &synopsis-help; | |
393 | </cmdsynopsis></refsynopsisdiv>"> |