]>
Commit | Line | Data |
---|---|---|
602daf93 | 1 | <!-- -*- mode: sgml; mode: fold -*- --> |
8d74e2dd | 2 | <!-- translation of version 1.18 --> |
602daf93 AL |
3 | <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ |
4 | ||
5 | <!ENTITY % aptent SYSTEM "apt.ent.fr"> | |
6 | %aptent; | |
7 | ||
8 | ]> | |
9 | ||
8d74e2dd | 10 | <refentry lang="fr"> |
602daf93 AL |
11 | &apt-docinfo; |
12 | ||
13 | <refmeta> | |
14 | <refentrytitle>apt-get</> | |
15 | <manvolnum>8</> | |
16 | </refmeta> | |
17 | ||
18 | <!-- Man page title --> | |
19 | <refnamediv> | |
20 | <refname>apt-get</> | |
21 | <refpurpose>Utilitaire d'APT pour la manipulation de paquets -- interface en ligne de commande.</> | |
22 | </refnamediv> | |
23 | ||
24 | <!-- Arguments --> | |
25 | <refsynopsisdiv> | |
26 | <cmdsynopsis> | |
27 | <command>apt-get</> | |
28 | <arg><option>-hvs</></arg> | |
29 | <arg><option>-o=<replaceable/option de configuration/</></arg> | |
30 | <arg><option>-c=<replaceable/fichier/</></arg> | |
31 | <group choice=req> | |
32 | <arg>update</> | |
33 | <arg>upgrade</> | |
34 | <arg>dselect-upgrade</> | |
35 | <arg>install <arg choice="plain" rep="repeat"><replaceable>paquet</replaceable></arg></arg> | |
36 | <arg>remove <arg choice="plain" rep="repeat"><replaceable>paquet</replaceable></arg></arg> | |
37 | <arg>source <arg choice="plain" rep="repeat"><replaceable>paquet</replaceable></arg></arg> | |
38 | <arg>build-dep <arg choice="plain" rep="repeat"><replaceable>paquet</replaceable></arg></arg> | |
39 | <arg>check</> | |
40 | <arg>clean</> | |
41 | <arg>autoclean</> | |
42 | </group> | |
43 | </cmdsynopsis> | |
44 | </refsynopsisdiv> | |
45 | ||
46 | <RefSect1><Title>Description</> | |
47 | <para> | |
48 | <command/apt-get/ est l'outil en ligne de commande pour manipuler les | |
49 |