Advertisement
Guest User

Untitled

a guest
Mar 17th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. apt 0.8.16~exp12ubuntu6 for amd64 compiled on Mar 15 2012 18:52:52
  2. Usage: apt-get [options] command
  3. apt-get [options] install|remove pkg1 [pkg2 ...]
  4. apt-get [options] source pkg1 [pkg2 ...]
  5.  
  6. apt-get is a simple command line interface for downloading and
  7. installing packages. The most frequently used commands are update
  8. and install.
  9.  
  10. Commands:
  11. update - Retrieve new lists of packages
  12. upgrade - Perform an upgrade
  13. install - Install new packages (pkg is libc6 not libc6.deb)
  14. remove - Remove packages
  15. autoremove - Remove automatically all unused packages
  16. purge - Remove packages and config files
  17. source - Download source archives
  18. build-dep - Configure build-dependencies for source packages
  19. dist-upgrade - Distribution upgrade, see apt-get(8)
  20. dselect-upgrade - Follow dselect selections
  21. clean - Erase downloaded archive files
  22. autoclean - Erase old downloaded archive files
  23. check - Verify that there are no broken dependencies
  24. changelog - Download and display the changelog for the given package
  25. download - Download the binary package into the current directory
  26.  
  27. Options:
  28. -h This help text.
  29. -q Loggable output - no progress indicator
  30. -qq No output except for errors
  31. -d Download only - do NOT install or unpack archives
  32. -s No-act. Perform ordering simulation
  33. -y Assume Yes to all queries and do not prompt
  34. -f Attempt to correct a system with broken dependencies in place
  35. -m Attempt to continue if archives are unlocatable
  36. -u Show a list of upgraded packages as well
  37. -b Build the source package after fetching it
  38. -V Show verbose version numbers
  39. -c=? Read this configuration file
  40. -o=? Set an arbitrary configuration option, eg -o dir::cache=/tmp
  41. See the apt-get(8), sources.list(5) and apt.conf(5) manual
  42. pages for more information and options.
  43. This APT has Super Cow Powers.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement