Advertisement
Guest User

Untitled

a guest
Apr 28th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.61 KB | None | 0 0
  1. root@aspire:/# sudo apt install linux-image-3.19.0-58-generic
  2. sudo: unable to resolve host aspire
  3. Reading package lists... Done
  4. Building dependency tree      
  5. Reading state information... Done
  6. Some packages could not be installed. This may mean that you have
  7. requested an impossible situation or if you are using the unstable
  8. distribution that some required packages have not yet been created
  9. or been moved out of Incoming.
  10. The following information may help to resolve the situation:
  11.  
  12. The following packages have unmet dependencies:
  13.  linux-image-3.19.0-58-generic : Depends: module-init-tools (>= 3.3-pre11-4ubuntu3) but it is not going to be installed
  14. E: Unable to correct problems, you have held broken packages.
  15. root@aspire:/# sudo apt install module-init-tools
  16. sudo: unable to resolve host aspire
  17. Reading package lists... Done
  18. Building dependency tree      
  19. Reading state information... Done
  20. Some packages could not be installed. This may mean that you have
  21. requested an impossible situation or if you are using the unstable
  22. distribution that some required packages have not yet been created
  23. or been moved out of Incoming.
  24. The following information may help to resolve the situation:
  25.  
  26. The following packages have unmet dependencies:
  27.  module-init-tools : Depends: libkmod2 (= 18-3ubuntu1) but 22-1ubuntu4 is to be installed
  28. E: Unable to correct problems, you have held broken packages.
  29. root@aspire:/# sudo apt install libkmod2
  30. sudo: unable to resolve host aspire
  31. Reading package lists... Done
  32. Building dependency tree      
  33. Reading state information... Done
  34. libkmod2 is already the newest version (22-1ubuntu4).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement