apt.ent 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  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>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 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>
  135. <firstname>Jason</firstname> <surname>Gunthorpe</surname>
  136. <contrib></contrib>
  137. </author>
  138. <copyright><year>1998-2001</year> <holder>Jason Gunthorpe</holder></copyright>
  139. <date>28 October 2008</date>
  140. <productname>Linux</productname>
  141. </refentryinfo>
  142. ">
  143. <!ENTITY apt-email "
  144. <address>
  145. <email>apt@packages.debian.org</email>
  146. </address>
  147. ">
  148. <!ENTITY apt-author.jgunthorpe "
  149. <author>
  150. <firstname>Jason</firstname>
  151. <surname>Gunthorpe</surname>
  152. <contrib></contrib>
  153. </author>
  154. ">
  155. <!ENTITY apt-author.moconnor "
  156. <author>
  157. <firstname>Mike</firstname>
  158. <surname>O'Connor</surname>
  159. <contrib></contrib>
  160. </author>
  161. ">
  162. <!ENTITY apt-author.team "
  163. <author>
  164. <othername>APT team</othername>
  165. <contrib></contrib>
  166. </author>
  167. ">
  168. <!ENTITY apt-product "
  169. <productname>Linux</productname>
  170. ">
  171. <!ENTITY apt-copyright "
  172. <copyright>
  173. <holder>Jason Gunthorpe</holder>
  174. <year>1998-2001</year>
  175. </copyright>
  176. ">
  177. <!ENTITY apt-product "
  178. <productname>Linux</productname>
  179. ">
  180. <!ENTITY apt-qapage "
  181. <para>
  182. <ulink url='http://packages.qa.debian.org/a/apt.html'>QA Page</ulink>
  183. </para>
  184. ">
  185. <!-- Boiler plate Bug reporting section -->
  186. <!ENTITY manbugs "
  187. <refsect1><title>Bugs</title>
  188. <para><ulink url='http://bugs.debian.org/src:apt'>APT bug page</ulink>.
  189. If you wish to report a bug in APT, please see
  190. <filename>/usr/share/doc/debian/bug-reporting.txt</filename> or the
  191. &reportbug; command.
  192. </para>
  193. </refsect1>
  194. ">
  195. <!-- Boiler plate Author section -->
  196. <!ENTITY manauthor "
  197. <refsect1><title>Author</title>
  198. <para>APT was written by the APT team <email>apt@packages.debian.org</email>.
  199. </para>
  200. </refsect1>
  201. ">
  202. <!-- Should be used within the option section of the text to
  203. put in the blurb about -h, -v, -c and -o -->
  204. <!ENTITY apt-commonoptions "
  205. <varlistentry><term><option>-h</option></term>
  206. <term><option>--help</option></term>
  207. <listitem><para>Show a short usage summary.
  208. </para>
  209. </listitem>
  210. </varlistentry>
  211. <varlistentry>
  212. <term><option>-v</option></term>
  213. <term><option>--version</option></term>
  214. <listitem><para>Show the program version.
  215. </para>
  216. </listitem>
  217. </varlistentry>
  218. <varlistentry>
  219. <term><option>-c</option></term>
  220. <term><option>--config-file</option></term>
  221. <listitem><para>Configuration File; Specify a configuration file to use.
  222. The program will read the default configuration file and then this
  223. configuration file. See &apt-conf; for syntax information.
  224. </para>
  225. </listitem>
  226. </varlistentry>
  227. <varlistentry>
  228. <term><option>-o</option></term>
  229. <term><option>--option</option></term>
  230. <listitem><para>Set a Configuration Option; This will set an arbitrary
  231. configuration option. The syntax is <option>-o Foo::Bar=bar</option>.
  232. <option>-o</option> and <option>--option</option> can be used multiple
  233. times to set different options.
  234. </para>
  235. </listitem>
  236. </varlistentry>
  237. ">
  238. <!-- Should be used within the option section of the text to
  239. put in the blurb about -h, -v, -c and -o -->
  240. <!ENTITY apt-cmdblurb "
  241. <para>All command line options may be set using the configuration file, the
  242. descriptions indicate the configuration option to set. For boolean
  243. options you can override the config file by using something like
  244. <option>-f-</option>,<option>--no-f</option>, <option>-f=no</option>
  245. or several other variations.
  246. </para>
  247. ">
  248. <!ENTITY file-aptconf "
  249. <varlistentry><term><filename>/etc/apt/apt.conf</filename></term>
  250. <listitem><para>APT configuration file.
  251. Configuration Item: <literal>Dir::Etc::Main</literal>.</para></listitem>
  252. </varlistentry>
  253. <varlistentry><term><filename>/etc/apt/apt.conf.d/</filename></term>
  254. <listitem><para>APT configuration file fragments.
  255. Configuration Item: <literal>Dir::Etc::Parts</literal>.</para></listitem>
  256. </varlistentry>
  257. ">
  258. <!ENTITY file-cachearchives "
  259. <varlistentry><term><filename>&cachedir;/archives/</filename></term>
  260. <listitem><para>Storage area for retrieved package files.
  261. Configuration Item: <literal>Dir::Cache::Archives</literal>.</para></listitem>
  262. </varlistentry>
  263. <varlistentry><term><filename>&cachedir;/archives/partial/</filename></term>
  264. <listitem><para>Storage area for package files in transit.
  265. Configuration Item: <literal>Dir::Cache::Archives</literal> (implicit partial). </para></listitem>
  266. </varlistentry>
  267. ">
  268. <!ENTITY file-preferences "
  269. <varlistentry><term><filename>/etc/apt/preferences</filename></term>
  270. <listitem><para>Version preferences file.
  271. This is where you would specify &quot;pinning&quot;,
  272. i.e. a preference to get certain packages
  273. from a separate source
  274. or from a different version of a distribution.
  275. Configuration Item: <literal>Dir::Etc::Preferences</literal>.</para></listitem>
  276. </varlistentry>
  277. <varlistentry><term><filename>/etc/apt/preferences.d/</filename></term>
  278. <listitem><para>File fragments for the version preferences.
  279. Configuration Item: <literal>Dir::Etc::PreferencesParts</literal>.</para></listitem>
  280. </varlistentry>
  281. ">
  282. <!ENTITY file-sourceslist "
  283. <varlistentry><term><filename>/etc/apt/sources.list</filename></term>
  284. <listitem><para>Locations to fetch packages from.
  285. Configuration Item: <literal>Dir::Etc::SourceList</literal>.</para></listitem>
  286. </varlistentry>
  287. <varlistentry><term><filename>/etc/apt/sources.list.d/</filename></term>
  288. <listitem><para>File fragments for locations to fetch packages from.
  289. Configuration Item: <literal>Dir::Etc::SourceParts</literal>.</para></listitem>
  290. </varlistentry>
  291. ">
  292. <!ENTITY file-statelists "
  293. <varlistentry><term><filename>&statedir;/lists/</filename></term>
  294. <listitem><para>Storage area for state information for each package resource specified in
  295. &sources-list;
  296. Configuration Item: <literal>Dir::State::Lists</literal>.</para></listitem>
  297. </varlistentry>
  298. <varlistentry><term><filename>&statedir;/lists/partial/</filename></term>
  299. <listitem><para>Storage area for state information in transit.
  300. Configuration Item: <literal>Dir::State::Lists</literal> (implicit partial).</para></listitem>
  301. </varlistentry>
  302. ">
  303. <!ENTITY file-trustedgpg "
  304. <varlistentry><term><filename>/etc/apt/trusted.gpg</filename></term>
  305. <listitem><para>Keyring of local trusted keys, new keys will be added here.
  306. Configuration Item: <literal>Dir::Etc::Trusted</literal>.</para></listitem>
  307. </varlistentry>
  308. <varlistentry><term><filename>/etc/apt/trusted.gpg.d/</filename></term>
  309. <listitem><para>File fragments for the trusted keys, additional keyrings can
  310. be stored here (by other packages or the administrator).
  311. Configuration Item <literal>Dir::Etc::TrustedParts</literal>.</para></listitem>
  312. </varlistentry>
  313. ">
  314. <!ENTITY translation-title "TRANSLATION">
  315. <!-- TRANSLATOR: This is a placeholder. You should write here who has constributed
  316. to the translation in the past, who is responsible now and maybe further information
  317. specially related to your translation. -->
  318. <!ENTITY translation-holder "
  319. The english translation was done by John Doe <email>john@doe.org</email> in 2009,
  320. 2010 and Daniela Acme <email>daniela@acme.us</email> in 2010 together with the
  321. Debian Dummy l10n Team <email>debian-l10n-dummy@lists.debian.org</email>.
  322. ">
  323. <!-- TRANSLATOR: As a translation is allowed to have 20% of untranslated/fuzzy strings
  324. in a shipped manpage will maybe appear english parts. -->
  325. <!ENTITY translation-english "
  326. Note that this translated document may contain untranslated parts.
  327. This is done on purpose, to avoid losing content when the
  328. translation is lagging behind the original content.
  329. ">