apt.ent.fr 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. <?xml version="1.0" encoding="iso-8859-15"?>
  2. <!-- Some common paths.. -->
  3. <!ENTITY docdir "/usr/share/doc/apt/">
  4. <!ENTITY configureindex "<filename>&docdir;examples/configure-index.gz</filename>">
  5. <!ENTITY aptconfdir "<filename>/etc/apt.conf</filename>">
  6. <!ENTITY statedir "/var/lib/apt">
  7. <!ENTITY cachedir "/var/cache/apt">
  8. <!-- Cross references to other man pages -->
  9. <!ENTITY apt-conf "<citerefentry>
  10. <refentrytitle><filename>apt.conf</filename></refentrytitle>
  11. <manvolnum>5</manvolnum>
  12. </citerefentry>
  13. ">
  14. <!ENTITY apt-get "<citerefentry>
  15. <refentrytitle><command>apt-get</command></refentrytitle>
  16. <manvolnum>8</manvolnum>
  17. </citerefentry>
  18. ">
  19. <!ENTITY apt-config "<citerefentry>
  20. <refentrytitle><command>apt-config</command></refentrytitle>
  21. <manvolnum>8</manvolnum>
  22. </citerefentry>">
  23. <!ENTITY apt-cdrom "<citerefentry>
  24. <refentrytitle><command>apt-cdrom</command></refentrytitle>
  25. <manvolnum>8</manvolnum>
  26. </citerefentry>
  27. ">
  28. <!ENTITY apt-cache "<citerefentry>
  29. <refentrytitle><command>apt-cache</command></refentrytitle>
  30. <manvolnum>8</manvolnum>
  31. </citerefentry>
  32. ">
  33. <!ENTITY apt-preferences "<citerefentry>
  34. <refentrytitle><command>apt_preferences</command></refentrytitle>
  35. <manvolnum>5</manvolnum>
  36. </citerefentry>">
  37. <!ENTITY apt-key "<citerefentry>
  38. <refentrytitle><command>apt-key</command></refentrytitle>
  39. <manvolnum>8</manvolnum>
  40. </citerefentry>"
  41. >
  42. <!ENTITY apt-secure "<citerefentry>
  43. <refentrytitle>apt-secure</refentrytitle>
  44. <manvolnum>8</manvolnum>
  45. </citerefentry>"
  46. >
  47. <!ENTITY apt-archive "<citerefentry>
  48. <refentrytitle><filename>apt-archive</filename></refentrytitle>
  49. <manvolnum>1</manvolnum>
  50. </citerefentry>"
  51. >
  52. <!ENTITY sources-list "<citerefentry>
  53. <refentrytitle><filename>sources.list</filename></refentrytitle>
  54. <manvolnum>5</manvolnum>
  55. </citerefentry>
  56. ">
  57. <!ENTITY reportbug "<citerefentry>
  58. <refentrytitle><command>reportbug</command></refentrytitle>
  59. <manvolnum>1</manvolnum>
  60. </citerefentry>
  61. ">
  62. <!ENTITY dpkg "<citerefentry>
  63. <refentrytitle><command>dpkg</command></refentrytitle>
  64. <manvolnum>8</manvolnum>
  65. </citerefentry>
  66. ">
  67. <!ENTITY dpkg-buildpackage "<citerefentry>
  68. <refentrytitle><command>dpkg-buildpackage</command></refentrytitle>
  69. <manvolnum>1</manvolnum>
  70. </citerefentry>
  71. ">
  72. <!ENTITY gzip "<citerefentry>
  73. <refentrytitle><command>gzip</command></refentrytitle>
  74. <manvolnum>1</manvolnum>
  75. </citerefentry>
  76. ">
  77. <!ENTITY dpkg-scanpackages "<citerefentry>
  78. <refentrytitle><command>dpkg-scanpackages</command></refentrytitle>
  79. <manvolnum>8</manvolnum>
  80. </citerefentry>
  81. ">
  82. <!ENTITY dpkg-scansources "<citerefentry>
  83. <refentrytitle><command>dpkg-scansources</command></refentrytitle>
  84. <manvolnum>8</manvolnum>
  85. </citerefentry>
  86. ">
  87. <!ENTITY dselect "<citerefentry>
  88. <refentrytitle><command>dselect</command></refentrytitle>
  89. <manvolnum>8</manvolnum>
  90. </citerefentry>">
  91. <!ENTITY aptitude "<citerefentry>
  92. <refentrytitle><command>aptitude</command></refentrytitle>
  93. <manvolnum>8</manvolnum>
  94. </citerefentry>"
  95. >
  96. <!ENTITY synaptic "<citerefentry>
  97. <refentrytitle><command>synaptic</command></refentrytitle>
  98. <manvolnum>8</manvolnum>
  99. </citerefentry>"
  100. >
  101. <!ENTITY debsign "<citerefentry>
  102. <refentrytitle><command>debsign</command></refentrytitle>
  103. <manvolnum>1</manvolnum>
  104. </citerefentry>"
  105. >
  106. <!ENTITY debsig-verify "<citerefentry>
  107. <refentrytitle><command>debsig-verify</command></refentrytitle>
  108. <manvolnum>1</manvolnum>
  109. </citerefentry>"
  110. >
  111. <!ENTITY gpg "<citerefentry>
  112. <refentrytitle><command>gpg</command></refentrytitle>
  113. <manvolnum>1</manvolnum>
  114. </citerefentry>"
  115. >
  116. <!-- Boiler plate docinfo section -->
  117. <!ENTITY apt-docinfo "
  118. <refentryinfo>
  119. <address><email>apt@packages.debian.org</email></address>
  120. <author><firstname>Jason</firstname> <surname>Gunthorpe</surname></author>
  121. <copyright><year>1998-2001</year> <holder>Jason Gunthorpe</holder></copyright>
  122. <date>14 décembre 2003</date>
  123. <productname>Linux</productname>
  124. </refentryinfo>
  125. ">
  126. <!ENTITY apt-email "
  127. <address>
  128. <email>apt@packages.debian.org</email>
  129. </address>
  130. ">
  131. <!ENTITY apt-author.jgunthorpe "
  132. <author>
  133. <firstname>Jason</firstname>
  134. <surname>Gunthorpe</surname>
  135. </author>
  136. ">
  137. <!ENTITY apt-author.team "
  138. <author>
  139. <othername>APT team</othername>
  140. </author>
  141. ">
  142. <!ENTITY apt-product "
  143. <productname>Linux</productname>
  144. ">
  145. <!ENTITY apt-email "
  146. <address>
  147. <email>apt@packages.debian.org</email>
  148. </address>
  149. ">
  150. <!ENTITY apt-copyright "
  151. <copyright>
  152. <holder>Jason Gunthorpe</holder>
  153. <year>1998-2001</year>
  154. </copyright>
  155. ">
  156. <!-- Boiler plate Bug reporting section -->
  157. <!ENTITY manbugs "
  158. <refsect1><title>Bogues</title>
  159. <para>
  160. Voyez la <ulink url='http://bugs.debian.org/src:apt'> page concernant les bogues de APT</ulink>.
  161. Si vous voulez rapporter un bogue, consultez le texte
  162. <filename>/usr/share/doc/debian/bug-reporting.txt</filename> ou utilisez la
  163. commande &reportbug;.</para>
  164. </refsect1>
  165. ">
  166. <!-- Boiler plate Author section -->
  167. <!ENTITY manauthor "
  168. <refsect1><title>Auteur</title>
  169. <para>
  170. APT a été écrit par l'équipe APT <email>apt@packages.debian.org</email>.
  171. </para>
  172. </refsect1>
  173. ">
  174. <!-- Section traduction -->
  175. <!ENTITY deux-traducteurs "
  176. <refsect1><title>Traduction</title>
  177. <para>
  178. Jérôme Marant. 2000&nbsp;; mise à jour : Philippe Batailler. 2005.
  179. </para>
  180. </refsect1>
  181. ">
  182. <!ENTITY traducteur "
  183. <refsect1><title>Traduction</title>
  184. <para>
  185. Philippe Batailler. <email>debian-l10n-french@lists.debian.org</email>. 2005.
  186. </para></refsect1>
  187. ">
  188. <!-- Should be used within the option section of the text to
  189. put in the blurb about -h, -v, -c and -o -->
  190. <!ENTITY apt-commonoptions "
  191. <varlistentry><term><option>-h</option></term>
  192. <term><option>--help</option></term>
  193. <listitem><para>
  194. Affiche un mode d'emploi succinct.
  195. </para></listitem>
  196. </varlistentry>
  197. <varlistentry><term><option>-v</option></term>
  198. <term><option>--version</option></term>
  199. <listitem><para>
  200. Affiche la version du programme.
  201. </para></listitem>
  202. </varlistentry>
  203. <varlistentry><term><option>-c</option></term>
  204. <term><option>--config-file</option></term>
  205. <listitem><para>
  206. Fichier de configuration&nbsp;; indique quel fichier de configuration utiliser.
  207. Le programme lit le fichier de configuration par défaut, puis celui-ci.
  208. Voyez &apt-conf; pour la syntaxe.
  209. </para></listitem>
  210. </varlistentry>
  211. <varlistentry><term><option>-o</option></term>
  212. <term><option>--option</option></term>
  213. <listitem><para>
  214. Donne une option de configuration&nbsp;; cela fixe une option de configuration
  215. arbitraire. La syntaxe est : <option>-o Foo::Bar=bar</option>.
  216. </para></listitem>
  217. </varlistentry>
  218. ">
  219. <!-- Should be used within the option section of the text to
  220. put in the blurb about -h, -v, -c and -o -->
  221. <!ENTITY apt-cmdblurb "
  222. <para>
  223. Toutes les options en ligne de commande peuvent être positionnées via le
  224. fichier de configuration&nbsp;; les descriptifs indiquent l'option de
  225. configuration à positionner. En ce qui concerne les options booléennes,
  226. on peut annuler le fichier de configuration en utilisant quelque chose comme
  227. <option>-f-</option>,<option>--no-f</option>, <option>-f=no</option>
  228. ou d'autres variantes.
  229. </para>
  230. ">