1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
.\" This manpage is copyright (C) 1998 Branden Robinson <branden@debian.org>.
.\" This translation is copyright (C) 2003 The Spanish translation group
.\" <debian-l10n-spanish@lists.debian.org>
.\"
.\" This is free software; you may redistribute it and/or modify
.\" it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2,
.\" or (at your option) any later version.
.\"
.\" This is distributed in the hope that it will be useful, but
.\" WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with APT; if not, write to the Free Software
.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
.\" 02111-1307 USA
.TH apt 8 "16 Junio 1998" "Debian GNU/Linux"
.SH NOMBRE
apt \- Herramienta Avanzada de Paquetes
.SH SINOPSIS
.B apt
.SH DESCRIPCI�N
APT es un sistema de gesti�n de paquetes de software. No hay a�n interfaces
amigables para �ste, ya que est� a�n en desarrollo. Consulte mientras
tanto,
.BR apt-get (8).
.SH OPCIONES
Ninguna.
.SH FICHEROS
Ninguno.
.SH LEA TAMBIEN
.BR apt-cache (8),
.BR apt-get (8),
.BR apt.conf (5),
.BR sources.list (5)
.SH DIAGN�STICO
apt devuelve cero cuando no ocurre ning�n error. Si hay alg�n error
devuelve el valor 100.
.SH ERRATAS
Esta p�gina de manual no est� siquiera iniciada.
.PP
Consulte <http://bugs.debian.org/apt>. Si desea enviar un informe de error
en
.BR apt ,
por favor lea
.I /usr/share/doc/debian/bug-reporting.txt
o el programa
.BR reportbug (1)
.SH AUTOR
El equipo APT <apt@packages.debian.org> escribi� apt.
La traducci�n de esta p�gina de manual fue iniciada por
Rudy Godoy <rudy@kernel-panik.org> y revisada posteriormente por
Ismael Fanlo, Rub�n Porras y Javier Fern�ndez-Sanguino.
|