1 <!-- -*- mode: sgml; mode: fold -*- -->
2 <!-- translation of version 1.9 -->
3 <!-- Some common paths.. -->
4 <!ENTITY docdir "/usr/share/doc/apt/">
5 <!ENTITY configureindex "<filename>&docdir;examples/configure-index.gz</>">
6 <!ENTITY aptconfdir "<filename>/etc/apt.conf</>">
7 <!ENTITY statedir "/var/lib/apt">
8 <!ENTITY cachedir "/var/cache/apt">
10 <!-- Cross references to other man pages -->
11 <!ENTITY apt-conf "<CiteRefEntry>
12 <RefEntryTitle><filename/apt.conf/</RefEntryTitle>
17 <!ENTITY apt-get "<CiteRefEntry>
18 <RefEntryTitle><command/apt-get/</RefEntryTitle>
23 <!ENTITY apt-config "<CiteRefEntry>
24 <RefEntryTitle><command/apt-config/</RefEntryTitle>
28 <!ENTITY apt-cdrom "<CiteRefEntry>
29 <RefEntryTitle><command/apt-cdrom/</RefEntryTitle>
34 <!ENTITY apt-cache "<CiteRefEntry>
35 <RefEntryTitle><command/apt-cache/</RefEntryTitle>
40 <!ENTITY apt-preferences "<CiteRefEntry>
41 <RefEntryTitle><command/apt_preferences/</RefEntryTitle>
45 <!ENTITY sources-list "<CiteRefEntry>
46 <RefEntryTitle><filename/sources.list/</RefEntryTitle>
51 <!ENTITY reportbug "<CiteRefEntry>
52 <RefEntryTitle><command/reportbug/</RefEntryTitle>
57 <!ENTITY dpkg "<CiteRefEntry>
58 <RefEntryTitle><command/dpkg/</RefEntryTitle>
63 <!ENTITY dpkg-buildpackage "<CiteRefEntry>
64 <RefEntryTitle><command/dpkg-buildpackage/</RefEntryTitle>
69 <!ENTITY gzip "<CiteRefEntry>
70 <RefEntryTitle><command/gzip/</RefEntryTitle>
75 <!ENTITY dpkg-scanpackages "<CiteRefEntry>
76 <RefEntryTitle><command/dpkg-scanpackages/</RefEntryTitle>
81 <!ENTITY dpkg-scansources "<CiteRefEntry>
82 <RefEntryTitle><command/dpkg-scansources/</RefEntryTitle>
87 <!ENTITY dselect "<CiteRefEntry>
88 <RefEntryTitle><command/dselect/</RefEntryTitle>
92 <!-- Boiler plate docinfo section -->
93 <!ENTITY apt-docinfo "
95 <address><email>apt@packages.debian.org</></address>
96 <author><firstname>Jason</> <surname>Gunthorpe</></>
97 <copyright><year>1998-2001</> <holder>Jason Gunthorpe</></>
98 <date>12 March 2001</>
102 <!-- Boiler plate Bug reporting section -->
104 <RefSect1><Title>Bogues</>
106 Voyez la <ulink url='http://bugs.debian.org/src:apt'> page concernant les bogues de APT</>.
107 Si vous voulez rapporter un bogue, consultez le texte
108 <filename>/usr/share/doc/debian/bug-reporting.txt</> ou utilisez la
109 commande &reportbug;.
113 <!-- Boiler plate Author section -->
115 <RefSect1><Title>Auteur</>
117 APT a été écrit par l'équipe APT <email>apt@packages.debian.org</>.
121 <!-- Section traduction -->
122 <!ENTITY deux-traducteurs "
123 <RefSect1><Title>Traduction</>
125 Jérôme Marant. 2000 ; mise à jour : Philippe Batailler. 2003.
129 <!ENTITY traducteur "
130 <RefSect1><Title>Traduction</>
132 Philippe Batailler. <email>debian-l10n-french@lists.debian.org</>. 2003.
136 <!-- Should be used within the option section of the text to
137 put in the blurb about -h, -v, -c and -o -->
138 <!ENTITY apt-commonoptions "
139 <VarListEntry><term><option/-h/</><term><option/--help/</>
141 Affiche un mode d'emploi succinct.
144 <VarListEntry><term><option/-v/</><term><option/--version/</>
146 Affiche la version du programme.
149 <VarListEntry><term><option/-c/</><term><option/--config-file/</>
151 Fichier de configuration ; indique quel fichier de configuration utiliser.
152 Le programme lit le fichier de configuration par défaut, puis celui-ci.
153 Voyez &apt-conf; pour la syntaxe.
156 <VarListEntry><term><option/-o/</><term><option/--option/</>
158 Donne une option de configuration ; cela fixe une option de configuration
159 arbitraire. La syntaxe est : <option>-o Foo::Bar=bar</>.
163 <!-- Should be used within the option section of the text to
164 put in the blurb about -h, -v, -c and -o -->
165 <!ENTITY apt-cmdblurb "
167 Toutes les options en ligne de commande peuvent être positionnées via le
168 fichier de configuration ; les descriptifs indiquent l'option de
169 configuration à positionner. En ce qui concerne les options booléennes,
170 on peut annuler le fichier de configuration en utilisant quelque chose comme
171 <option/-f-/,<option/--no-f/, <option/-f=no/ ou d'autres variantes.