apt.ent 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  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.moconnor "
  152. <author>
  153. <firstname>Mike</firstname>
  154. <surname>O'Connor</surname>
  155. </author>
  156. ">
  157. <!ENTITY apt-author.team "
  158. <author>
  159. <othername>APT team</othername>
  160. </author>
  161. ">
  162. <!ENTITY apt-product "
  163. <productname>Linux</productname>
  164. ">
  165. <!ENTITY apt-email "
  166. <address>
  167. <email>apt@packages.debian.org</email>
  168. </address>
  169. ">
  170. <!ENTITY apt-author.jgunthorpe "
  171. <author>
  172. <firstname>Jason</firstname>
  173. <surname>Gunthorpe</surname>
  174. </author>
  175. ">
  176. <!ENTITY apt-author.team "
  177. <author>
  178. <othername>APT team</othername>
  179. </author>
  180. ">
  181. <!ENTITY apt-copyright "
  182. <copyright>
  183. <holder>Jason Gunthorpe</holder>
  184. <year>1998-2001</year>
  185. </copyright>
  186. ">
  187. <!ENTITY apt-product "
  188. <productname>Linux</productname>
  189. ">
  190. <!ENTITY apt-qapage "
  191. <para>
  192. <ulink url='http://packages.qa.debian.org/a/apt.html'>QA Page</ulink>
  193. </para>
  194. ">
  195. <!-- Boiler plate Bug reporting section -->
  196. <!ENTITY manbugs "
  197. <refsect1><title>Bugs</title>
  198. <para><ulink url='http://bugs.debian.org/src:apt'>APT bug page</ulink>.
  199. If you wish to report a bug in APT, please see
  200. <filename>/usr/share/doc/debian/bug-reporting.txt</filename> or the
  201. &reportbug; command.
  202. </para>
  203. </refsect1>
  204. ">
  205. <!-- Boiler plate Author section -->
  206. <!ENTITY manauthor "
  207. <refsect1><title>Author</title>
  208. <para>APT was written by the APT team <email>apt@packages.debian.org</email>.
  209. </para>
  210. </refsect1>
  211. ">
  212. <!-- Should be used within the option section of the text to
  213. put in the blurb about -h, -v, -c and -o -->
  214. <!ENTITY apt-commonoptions "
  215. <varlistentry><term><option>-h</option></term>
  216. <term><option>--help</option></term>
  217. <listitem><para>Show a short usage summary.
  218. </para>
  219. </listitem>
  220. </varlistentry>
  221. <varlistentry>
  222. <term><option>-v</option></term>
  223. <term><option>--version</option></term>
  224. <listitem><para>Show the program version.
  225. </para>
  226. </listitem>
  227. </varlistentry>
  228. <varlistentry>
  229. <term><option>-c</option></term>
  230. <term><option>--config-file</option></term>
  231. <listitem><para>Configuration File; Specify a configuration file to use.
  232. The program will read the default configuration file and then this
  233. configuration file. See &apt-conf; for syntax information.
  234. </para>
  235. </listitem>
  236. </varlistentry>
  237. <varlistentry>
  238. <term><option>-o</option></term>
  239. <term><option>--option</option></term>
  240. <listitem><para>Set a Configuration Option; This will set an arbitrary
  241. configuration option. The syntax is <option>-o Foo::Bar=bar</option>.
  242. <option>-o</option> and <option>--option</option> can be used multiple
  243. times to set different options.
  244. </para>
  245. </listitem>
  246. </varlistentry>
  247. ">
  248. <!-- Should be used within the option section of the text to
  249. put in the blurb about -h, -v, -c and -o -->
  250. <!ENTITY apt-cmdblurb "
  251. <para>All command line options may be set using the configuration file, the
  252. descriptions indicate the configuration option to set. For boolean
  253. options you can override the config file by using something like
  254. <option>-f-</option>,<option>--no-f</option>, <option>-f=no</option>
  255. or several other variations.
  256. </para>
  257. ">