apt.ent 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. <!-- -*- mode: sgml; 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>8</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>8</manvolnum>
  83. </citerefentry>"
  84. >
  85. <!ENTITY dpkg-scansources "<citerefentry>
  86. <refentrytitle><command>dpkg-scansources</command></refentrytitle>
  87. <manvolnum>8</manvolnum>
  88. </citerefentry>"
  89. >
  90. <!ENTITY dselect "<citerefentry>
  91. <refentrytitle><command>dselect</command></refentrytitle>
  92. <manvolnum>8</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 gnome-apt "<citerefentry>
  121. <refentrytitle><command>gnome-apt</command></refentrytitle>
  122. <manvolnum>1</manvolnum>
  123. </citerefentry>"
  124. >
  125. <!ENTITY wajig "<citerefentry>
  126. <refentrytitle><command>wajig</command></refentrytitle>
  127. <manvolnum>1</manvolnum>
  128. </citerefentry>"
  129. >
  130. <!-- Boiler plate docinfo section -->
  131. <!ENTITY apt-docinfo "
  132. <refentryinfo>
  133. <address><email>apt@packages.debian.org</email></address>
  134. <author><firstname>Jason</firstname> <surname>Gunthorpe</surname></author>
  135. <copyright><year>1998-2001</year> <holder>Jason Gunthorpe</holder></copyright>
  136. <date>28 October 2008</date>
  137. <productname>Linux</productname>
  138. </refentryinfo>
  139. ">
  140. <!ENTITY apt-email "
  141. <address>
  142. <email>apt@packages.debian.org</email>
  143. </address>
  144. ">
  145. <!ENTITY apt-author.jgunthorpe "
  146. <author>
  147. <firstname>Jason</firstname>
  148. <surname>Gunthorpe</surname>
  149. </author>
  150. ">
  151. <!ENTITY apt-author.team "
  152. <author>
  153. <othername>APT team</othername>
  154. </author>
  155. ">
  156. <!ENTITY apt-product "
  157. <productname>Linux</productname>
  158. ">
  159. <!ENTITY apt-email "
  160. <address>
  161. <email>apt@packages.debian.org</email>
  162. </address>
  163. ">
  164. <!ENTITY apt-author.jgunthorpe "
  165. <author>
  166. <firstname>Jason</firstname>
  167. <surname>Gunthorpe</surname>
  168. </author>
  169. ">
  170. <!ENTITY apt-author.team "
  171. <author>
  172. <othername>APT team</othername>
  173. </author>
  174. ">
  175. <!ENTITY apt-copyright "
  176. <copyright>
  177. <holder>Jason Gunthorpe</holder>
  178. <year>1998-2001</year>
  179. </copyright>
  180. ">
  181. <!ENTITY apt-product "
  182. <productname>Linux</productname>
  183. ">
  184. <!ENTITY apt-qapage "
  185. <para>
  186. <ulink url='http://packages.qa.debian.org/a/apt.html'>QA Page</ulink>
  187. </para>
  188. ">
  189. <!-- Boiler plate Bug reporting section -->
  190. <!ENTITY manbugs "
  191. <refsect1><title>Bugs</title>
  192. <para><ulink url='http://bugs.debian.org/src:apt'>APT bug page</ulink>.
  193. If you wish to report a bug in APT, please see
  194. <filename>/usr/share/doc/debian/bug-reporting.txt</filename> or the
  195. &reportbug; command.
  196. </para>
  197. </refsect1>
  198. ">
  199. <!-- Boiler plate Author section -->
  200. <!ENTITY manauthor "
  201. <refsect1><title>Author</title>
  202. <para>APT was written by the APT team <email>apt@packages.debian.org</email>.
  203. </para>
  204. </refsect1>
  205. ">
  206. <!-- Should be used within the option section of the text to
  207. put in the blurb about -h, -v, -c and -o -->
  208. <!ENTITY apt-commonoptions "
  209. <varlistentry><term><option>-h</option></term>
  210. <term><option>--help</option></term>
  211. <listitem><para>Show a short usage summary.
  212. </para>
  213. </listitem>
  214. </varlistentry>
  215. <varlistentry>
  216. <term><option>-v</option></term>
  217. <term><option>--version</option></term>
  218. <listitem><para>Show the program version.
  219. </para>
  220. </listitem>
  221. </varlistentry>
  222. <varlistentry>
  223. <term><option>-c</option></term>
  224. <term><option>--config-file</option></term>
  225. <listitem><para>Configuration File; Specify a configuration file to use.
  226. The program will read the default configuration file and then this
  227. configuration file. See &apt-conf; for syntax information.
  228. </para>
  229. </listitem>
  230. </varlistentry>
  231. <varlistentry>
  232. <term><option>-o</option></term>
  233. <term><option>--option</option></term>
  234. <listitem><para>Set a Configuration Option; This will set an arbitrary
  235. configuration option. The syntax is <option>-o Foo::Bar=bar</option>.
  236. <option>-o</option> and <option>--option</option> can be used multiple
  237. times to set different options.
  238. </para>
  239. </listitem>
  240. </varlistentry>
  241. ">
  242. <!-- Should be used within the option section of the text to
  243. put in the blurb about -h, -v, -c and -o -->
  244. <!ENTITY apt-cmdblurb "
  245. <para>All command line options may be set using the configuration file, the
  246. descriptions indicate the configuration option to set. For boolean
  247. options you can override the config file by using something like
  248. <option>-f-</option>,<option>--no-f</option>, <option>-f=no</option>
  249. or several other variations.
  250. </para>
  251. ">