apt-verbatim.ent 13 KB

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