]> git.saurik.com Git - apt.git/blame_incremental - doc/apt.8
Add a GetListOfFilesInDir() helper method which replaces the old
[apt.git] / doc / apt.8
... / ...
CommitLineData
1.\" This manpage is copyright (C) 1998 Branden Robinson <branden@debian.org>.
2.\"
3.\" This is free software; you may redistribute it and/or modify
4.\" it under the terms of the GNU General Public License as
5.\" published by the Free Software Foundation; either version 2,
6.\" or (at your option) any later version.
7.\"
8.\" This is distributed in the hope that it will be useful, but
9.\" WITHOUT ANY WARRANTY; without even the implied warranty of
10.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11.\" GNU General Public License for more details.
12.\"
13.\" You should have received a copy of the GNU General Public
14.\" License along with APT; if not, write to the Free Software
15.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
16.\" 02111-1307 USA
17.TH apt 8 "16 June 1998" "Debian GNU/Linux"
18.SH NAME
19apt \- Advanced Package Tool
20.SH SYNOPSIS
21.B apt
22.SH DESCRIPTION
23APT is a management system for software packages. For normal day to day
24package management there are several frontends available, such as
25.BR aptitude (8)
26for the command line or
27.BR synaptic (8)
28for the X Window System. Some options are only implemented in
29.BR apt-get (8)
30though.
31.SH OPTIONS
32None.
33.SH FILES
34None.
35.SH SEE ALSO
36.BR apt-cache (8),
37.BR apt-get (8),
38.BR apt.conf (5),
39.BR sources.list (5),
40.BR apt_preferences (5),
41.BR apt-secure (8)
42.SH DIAGNOSTICS
43apt returns zero on normal operation, decimal 100 on error.
44.SH BUGS
45This manpage isn't even started.
46.PP
47See <http://bugs.debian.org/apt>. If you wish to report a
48bug in
49.BR apt ,
50please see
51.I /usr/share/doc/debian/bug-reporting.txt
52or the
53.BR reportbug (1)
54command.
55.SH AUTHOR
56apt was written by the APT team <apt@packages.debian.org>.