Advertisement
Guest User

Untitled

a guest
Sep 25th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. $ sudo apt-get install bash
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. You might want to run 'apt-get -f install' to correct these:
  6. The following packages have unmet dependencies:
  7. linux-headers-server : Depends: linux-headers-3.2.0-67-generic but it is not going to be installed
  8. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  9.  
  10. $ sudo apt-get -f install
  11. Reading package lists... Done
  12. Building dependency tree
  13. Reading state information... Done
  14. Correcting dependencies... Done
  15. The following packages were automatically installed and are no longer required:
  16. linux-image-3.2.0-60-generic linux-image-3.2.0-63-generic
  17. linux-image-3.2.0-61-generic
  18. Use 'apt-get autoremove' to remove them.
  19. The following extra packages will be installed:
  20. linux-headers-3.2.0-69 linux-headers-3.2.0-69-generic linux-headers-server
  21. linux-image-3.2.0-69-generic linux-image-server linux-server
  22. Suggested packages:
  23. fdutils linux-doc-3.2.0 linux-source-3.2.0 linux-tools
  24. The following NEW packages will be installed:
  25. linux-headers-3.2.0-69 linux-headers-3.2.0-69-generic
  26. linux-image-3.2.0-69-generic
  27. The following packages will be upgraded:
  28. linux-headers-server linux-image-server linux-server
  29. 3 upgraded, 3 newly installed, 0 to remove and 98 not upgraded.
  30. 6 not fully installed or removed.
  31. Need to get 51.4 MB of archives.
  32. After this operation, 218 MB of additional disk space will be used.
  33. Do you want to continue [Y/n]?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement