apt.ent 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. <!-- -*- mode: sgml; mode: fold -*- -->
  2. <!-- Boiler plate docinfo section -->
  3. <!ENTITY apt-docinfo "
  4. <refentryinfo>
  5. <address><email>apt@packages.debian.org</email></address>
  6. <author>
  7. <firstname>Jason</firstname> <surname>Gunthorpe</surname>
  8. <contrib></contrib>
  9. </author>
  10. <copyright><year>1998-2001</year> <holder>Jason Gunthorpe</holder></copyright>
  11. <date>28 October 2008</date>
  12. <productname>Linux</productname>
  13. </refentryinfo>
  14. ">
  15. <!ENTITY apt-author.team "
  16. <author>
  17. <othername>APT team</othername>
  18. <contrib></contrib>
  19. </author>
  20. ">
  21. <!ENTITY apt-qapage "
  22. <para>
  23. <ulink url='http://packages.qa.debian.org/a/apt.html'>QA Page</ulink>
  24. </para>
  25. ">
  26. <!-- Boiler plate Bug reporting section -->
  27. <!ENTITY manbugs "
  28. <refsect1><title>Bugs</title>
  29. <para><ulink url='http://bugs.debian.org/src:apt'>APT bug page</ulink>.
  30. If you wish to report a bug in APT, please see
  31. <filename>/usr/share/doc/debian/bug-reporting.txt</filename> or the
  32. &reportbug; command.
  33. </para>
  34. </refsect1>
  35. ">
  36. <!-- Boiler plate Author section -->
  37. <!ENTITY manauthor "
  38. <refsect1><title>Author</title>
  39. <para>APT was written by the APT team <email>apt@packages.debian.org</email>.
  40. </para>
  41. </refsect1>
  42. ">
  43. <!-- Should be used within the option section of the text to
  44. put in the blurb about -h, -v, -c and -o -->
  45. <!ENTITY apt-commonoptions "
  46. <varlistentry><term><option>-h</option></term>
  47. <term><option>--help</option></term>
  48. <listitem><para>Show a short usage summary.
  49. </para>
  50. </listitem>
  51. </varlistentry>
  52. <varlistentry>
  53. <term><option>-v</option></term>
  54. <term><option>--version</option></term>
  55. <listitem><para>Show the program version.
  56. </para>
  57. </listitem>
  58. </varlistentry>
  59. <varlistentry>
  60. <term><option>-c</option></term>
  61. <term><option>--config-file</option></term>
  62. <listitem><para>Configuration File; Specify a configuration file to use.
  63. The program will read the default configuration file and then this
  64. configuration file. If configuration settings need to be set before the
  65. default configuration files are parsed specify a file with the <envar>APT_CONFIG</envar>
  66. environment variable. See &apt-conf; for syntax information.
  67. </para>
  68. </listitem>
  69. </varlistentry>
  70. <varlistentry>
  71. <term><option>-o</option></term>
  72. <term><option>--option</option></term>
  73. <listitem><para>Set a Configuration Option; This will set an arbitrary
  74. configuration option. The syntax is <option>-o Foo::Bar=bar</option>.
  75. <option>-o</option> and <option>--option</option> can be used multiple
  76. times to set different options.
  77. </para>
  78. </listitem>
  79. </varlistentry>
  80. ">
  81. <!-- Should be used within the option section of the text to
  82. put in the blurb about -h, -v, -c and -o -->
  83. <!ENTITY apt-cmdblurb "
  84. <para>All command line options may be set using the configuration file, the
  85. descriptions indicate the configuration option to set. For boolean
  86. options you can override the config file by using something like
  87. <option>-f-</option>,<option>--no-f</option>, <option>-f=no</option>
  88. or several other variations.
  89. </para>
  90. ">
  91. <!ENTITY file-aptconf "
  92. <varlistentry><term><filename>/etc/apt/apt.conf</filename></term>
  93. <listitem><para>APT configuration file.
  94. Configuration Item: <literal>Dir::Etc::Main</literal>.</para></listitem>
  95. </varlistentry>
  96. <varlistentry><term><filename>/etc/apt/apt.conf.d/</filename></term>
  97. <listitem><para>APT configuration file fragments.
  98. Configuration Item: <literal>Dir::Etc::Parts</literal>.</para></listitem>
  99. </varlistentry>
  100. ">
  101. <!ENTITY file-cachearchives "
  102. <varlistentry><term><filename>&cachedir;/archives/</filename></term>
  103. <listitem><para>Storage area for retrieved package files.
  104. Configuration Item: <literal>Dir::Cache::Archives</literal>.</para></listitem>
  105. </varlistentry>
  106. <varlistentry><term><filename>&cachedir;/archives/partial/</filename></term>
  107. <listitem><para>Storage area for package files in transit.
  108. Configuration Item: <literal>Dir::Cache::Archives</literal> (implicit partial). </para></listitem>
  109. </varlistentry>
  110. ">
  111. <!ENTITY file-preferences "
  112. <varlistentry><term><filename>/etc/apt/preferences</filename></term>
  113. <listitem><para>Version preferences file.
  114. This is where you would specify &quot;pinning&quot;,
  115. i.e. a preference to get certain packages
  116. from a separate source
  117. or from a different version of a distribution.
  118. Configuration Item: <literal>Dir::Etc::Preferences</literal>.</para></listitem>
  119. </varlistentry>
  120. <varlistentry><term><filename>/etc/apt/preferences.d/</filename></term>
  121. <listitem><para>File fragments for the version preferences.
  122. Configuration Item: <literal>Dir::Etc::PreferencesParts</literal>.</para></listitem>
  123. </varlistentry>
  124. ">
  125. <!ENTITY file-sourceslist "
  126. <varlistentry><term><filename>/etc/apt/sources.list</filename></term>
  127. <listitem><para>Locations to fetch packages from.
  128. Configuration Item: <literal>Dir::Etc::SourceList</literal>.</para></listitem>
  129. </varlistentry>
  130. <varlistentry><term><filename>/etc/apt/sources.list.d/</filename></term>
  131. <listitem><para>File fragments for locations to fetch packages from.
  132. Configuration Item: <literal>Dir::Etc::SourceParts</literal>.</para></listitem>
  133. </varlistentry>
  134. ">
  135. <!ENTITY file-statelists "
  136. <varlistentry><term><filename>&statedir;/lists/</filename></term>
  137. <listitem><para>Storage area for state information for each package resource specified in
  138. &sources-list;
  139. Configuration Item: <literal>Dir::State::Lists</literal>.</para></listitem>
  140. </varlistentry>
  141. <varlistentry><term><filename>&statedir;/lists/partial/</filename></term>
  142. <listitem><para>Storage area for state information in transit.
  143. Configuration Item: <literal>Dir::State::Lists</literal> (implicit partial).</para></listitem>
  144. </varlistentry>
  145. ">
  146. <!ENTITY file-trustedgpg "
  147. <varlistentry><term><filename>/etc/apt/trusted.gpg</filename></term>
  148. <listitem><para>Keyring of local trusted keys, new keys will be added here.
  149. Configuration Item: <literal>Dir::Etc::Trusted</literal>.</para></listitem>
  150. </varlistentry>
  151. <varlistentry><term><filename>/etc/apt/trusted.gpg.d/</filename></term>
  152. <listitem><para>File fragments for the trusted keys, additional keyrings can
  153. be stored here (by other packages or the administrator).
  154. Configuration Item <literal>Dir::Etc::TrustedParts</literal>.</para></listitem>
  155. </varlistentry>
  156. ">
  157. <!ENTITY file-extended_states "
  158. <varlistentry><term><filename>/var/lib/apt/extended_states</filename></term>
  159. <listitem><para>Status list of auto-installed packages.
  160. Configuration Item: <literal>Dir::State::extended_states</literal>.
  161. </para></listitem>
  162. </varlistentry>
  163. ">
  164. <!-- TRANSLATOR: This is the section header for the following paragraphs - comparable
  165. to the other headers like NAME and DESCRIPTION and should therefore be uppercase. -->
  166. <!ENTITY translation-title "TRANSLATION">
  167. <!-- TRANSLATOR: This is a placeholder. You should write here who has contributed
  168. to the translation in the past, who is responsible now and maybe further information
  169. specially related to your translation. -->
  170. <!ENTITY translation-holder "
  171. The english translation was done by John Doe <email>john@doe.org</email> in 2009,
  172. 2010 and Daniela Acme <email>daniela@acme.us</email> in 2010 together with the
  173. Debian Dummy l10n Team <email>debian-l10n-dummy@lists.debian.org</email>.
  174. ">
  175. <!-- TRANSLATOR: As a translation is allowed to have 20% of untranslated/fuzzy strings
  176. in a shipped manpage newer/modified paragraphs will maybe appear in english in
  177. the generated manpage. This sentence is therefore here to tell the reader that this
  178. is not a mistake by the translator - obviously the target is that at least for stable
  179. releases this sentence is not needed. :) -->
  180. <!ENTITY translation-english "
  181. Note that this translated document may contain untranslated parts.
  182. This is done on purpose, to avoid losing content when the
  183. translation is lagging behind the original content.
  184. ">