Advertisement
Guest User

Untitled

a guest
Aug 25th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. [gallifrey]% s apt-get upgrade
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages have been kept back:
  6. linux-generic linux-headers-generic linux-image-generic
  7. 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
  8. [gallifrey]% sudo aptitude upgrade
  9. Resolving dependencies...
  10. Unable to resolve dependencies for the upgrade: no solution found.
  11. Unable to safely resolve dependencies, try running with --full-resolver.
  12. [gallifrey]% sudo aptitude upgrade --full-resolver
  13. The following NEW packages will be installed:
  14. linux-headers-3.2.0-29{a} linux-headers-3.2.0-29-generic{a}
  15. linux-image-3.2.0-29-generic
  16. The following packages will be upgraded:
  17. linux-generic linux-headers-generic linux-image-generic
  18. 3 packages upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
  19. Need to get 51.2 MB of archives. After unpacking 217 MB will be used.
  20. Do you want to continue? [Y/n/?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement