Advertisement
Guest User

Untitled

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