Advertisement
Guest User

Untitled

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