Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. bitbyte@usbc01:~$ sudo apt-get install screen
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. screen is already the newest version.
  6. You might want to run 'apt-get -f install' to correct these:
  7. The following packages have unmet dependencies:
  8. linux-image-extra-3.13.0-39-generic : Depends: linux-image-3.13.0-39-generic but it is not going to be installed
  9. linux-image-generic : Depends: linux-image-3.13.0-39-generic but it is not going to be installed
  10. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  11. bitbyte@usbc01:~$ sudo apt-get -f install
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. Correcting dependencies... Done
  16. The following packages were automatically installed and are no longer required:
  17. linux-headers-3.13.0-24 linux-headers-3.13.0-24-generic
  18. linux-headers-3.13.0-30 linux-headers-3.13.0-30-generic
  19. linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
  20. linux-headers-3.13.0-33 linux-headers-3.13.0-33-generic
  21. linux-headers-3.13.0-34 linux-headers-3.13.0-34-generic
  22. linux-headers-3.13.0-36 linux-headers-3.13.0-36-generic
  23. linux-image-3.13.0-24-generic linux-image-3.13.0-30-generic
  24. linux-image-3.13.0-32-generic linux-image-3.13.0-33-generic
  25. linux-image-3.13.0-34-generic linux-image-3.13.0-36-generic
  26. linux-image-extra-3.13.0-24-generic linux-image-extra-3.13.0-30-generic
  27. linux-image-extra-3.13.0-32-generic linux-image-extra-3.13.0-33-generic
  28. linux-image-extra-3.13.0-34-generic linux-image-extra-3.13.0-36-generic
  29. Use 'apt-get autoremove' to remove them.
  30. The following extra packages will be installed:
  31. linux-image-3.13.0-39-generic
  32. Suggested packages:
  33. fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
  34. The following NEW packages will be installed:
  35. linux-image-3.13.0-39-generic
  36. 0 upgraded, 1 newly installed, 0 to remove and 42 not upgraded.
  37. 11 not fully installed or removed.
  38. Need to get 0 B/15.2 MB of archives.
  39. After this operation, 42.1 MB of additional disk space will be used.
  40. Do you want to continue? [Y/n] Y
  41. (Reading database ... 331152 files and directories currently installed.)
  42. Preparing to unpack .../linux-image-3.13.0-39-generic_3.13.0-39.66_amd64.deb ...
  43. Done.
  44. Unpacking linux-image-3.13.0-39-generic (3.13.0-39.66) ...
  45. dpkg: error processing archive /var/cache/apt/archives/linux-image-3.13.0-39-generic_3.13.0-39.66_amd64.deb (--unpack):
  46. cannot copy extracted data for './boot/System.map-3.13.0-39-generic' to '/boot/System.map-3.13.0-39-generic.dpkg-new': failed to write (No space left on device)
  47. No apport report written because the error message indicates a disk full error
  48. Examining /etc/kernel/postrm.d .
  49. run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
  50. run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.13.0-39-generic /boot/vmlinuz-3.13.0-39-generic
  51. dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  52. Errors were encountered while processing:
  53. /var/cache/apt/archives/linux-image-3.13.0-39-generic_3.13.0-39.66_amd64.deb
  54. E: Sub-process /usr/bin/dpkg returned an error code (1)
  55. bitbyte@usbc01:~$ sudo apt-get install screen
  56. Reading package lists... Done
  57. Building dependency tree
  58. Reading state information... Done
  59. screen is already the newest version.
  60. You might want to run 'apt-get -f install' to correct these:
  61. The following packages have unmet dependencies:
  62. linux-image-extra-3.13.0-39-generic : Depends: linux-image-3.13.0-39-generic but it is not going to be installed
  63. linux-image-generic : Depends: linux-image-3.13.0-39-generic but it is not going to be installed
  64. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  65. bitbyte@usbc01:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement