apt.8 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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
  19. apt \- Advanced Package Tool
  20. .SH SYNOPSIS
  21. .B apt
  22. .SH DESCRIPTION
  23. APT is a management system for software packages. It is still
  24. under development; the snazzy front ends are not yet available. In the
  25. meantime, please see
  26. .BR apt-get (8).
  27. .SH OPTIONS
  28. None.
  29. .SH FILES
  30. None.
  31. .SH SEE ALSO
  32. .BR apt-cache (8),
  33. .BR apt-get (8),
  34. .BR ftp.conf (5),
  35. .BR sources.list (5)
  36. .SH DIAGNOSTICS
  37. apt returns zero on normal operation, decimal 100 on error.
  38. .SH BUGS
  39. This manpage isn't even started.
  40. .PP
  41. See <http://www.debian.org/Bugs/db/pa/lapt.html>. If you wish to report a
  42. bug in
  43. .BR apt ,
  44. please see
  45. .I /usr/doc/debian/bug-reporting.txt
  46. or the
  47. .BR bug (1)
  48. command.
  49. .SH AUTHOR
  50. apt was written by the APT team <apt@packages.debian.org>.