Advertisement
Agilphil

apt-get -f install output

May 1st, 2017
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. apt-get -f install
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. Correcting dependencies... Done
  6. The following packages were automatically installed and are no longer required:
  7. libcurl3 libdrm-amdgpu1 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2
  8. libelf1 libfile-basedir-perl libfile-desktopentry-perl libfile-mimeinfo-perl
  9. libfontenc1 libfpdf-tpl-php libfpdi-php libgl1-mesa-dri libgl1-mesa-glx
  10. libglapi-mesa libice6 libipc-system-simple-perl libjs-excanvas
  11. libjs-jquery-cookie libjs-jquery-flot libjs-jquery-ui libllvm3.8
  12. libnet-dbus-perl libnusoap-php libpciaccess0 libphp-adodb libsm6
  13. libtie-ixhash-perl libtxc-dxtn-s2tc0 libx11-protocol-perl libx11-xcb1
  14. libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0
  15. libxcb-shape0 libxcb-sync1 libxcomposite1 libxcursor1 libxdamage1 libxfixes3
  16. libxft2 libxi6 libxinerama1 libxml-parser-perl libxml-twig-perl
  17. libxml-xpathengine-perl libxmu6 libxrandr2 libxrender1 libxshmfence1 libxt6
  18. libxtst6 libxv1 libxxf86dga1 libxxf86vm1 linux-headers-4.4.0-59
  19. linux-headers-4.4.0-59-generic linux-headers-4.4.0-62
  20. linux-headers-4.4.0-62-generic linux-headers-4.4.0-63
  21. linux-headers-4.4.0-63-generic linux-headers-4.4.0-64
  22. linux-headers-4.4.0-64-generic linux-headers-4.4.0-66
  23. linux-headers-4.4.0-66-generic linux-headers-4.4.0-67
  24. linux-headers-4.4.0-67-generic linux-headers-4.4.0-70
  25. linux-headers-4.4.0-70-generic linux-image-4.4.0-59-generic
  26. linux-image-4.4.0-62-generic linux-image-4.4.0-63-generic
  27. linux-image-4.4.0-64-generic linux-image-4.4.0-66-generic
  28. linux-image-4.4.0-67-generic linux-image-4.4.0-70-generic
  29. linux-image-extra-4.4.0-59-generic linux-image-extra-4.4.0-62-generic
  30. linux-image-extra-4.4.0-63-generic linux-image-extra-4.4.0-64-generic
  31. linux-image-extra-4.4.0-66-generic linux-image-extra-4.4.0-67-generic
  32. linux-image-extra-4.4.0-70-generic php-curl php-fpdf php-ldap php-mail-mime
  33. php-pclzip php7.0-curl php7.0-ldap x11-common x11-utils x11-xserver-utils
  34. xdg-utils
  35. Use 'apt autoremove' to remove them.
  36. The following additional packages will be installed:
  37. linux-image-4.4.0-75-generic
  38. Suggested packages:
  39. fdutils linux-doc-4.4.0 | linux-source-4.4.0 linux-tools
  40. The following NEW packages will be installed:
  41. linux-image-4.4.0-75-generic
  42. 0 upgraded, 1 newly installed, 0 to remove and 91 not upgraded.
  43. 8 not fully installed or removed.
  44. Need to get 0 B/21.9 MB of archives.
  45. After this operation, 66.8 MB of additional disk space will be used.
  46. Do you want to continue? [Y/n] y
  47. (Reading database ... 393680 files and directories currently installed.)
  48. Preparing to unpack .../linux-image-4.4.0-75-generic_4.4.0-75.96_amd64.deb ...
  49. Done.
  50. Unpacking linux-image-4.4.0-75-generic (4.4.0-75.96) ...
  51. dpkg: error processing archive /var/cache/apt/archives/linux-image-4.4.0-75-generic_4.4.0-75.96_amd64.deb (--unpack):
  52. cannot copy extracted data for './boot/System.map-4.4.0-75-generic' to '/boot/System.map-4.4.0-75-generic.dpkg-new': failed to write (No space left on device)
  53. dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  54. Examining /etc/kernel/postrm.d .
  55. run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.4.0-75-generic /boot/vmlinuz-4.4.0-75-generic
  56. run-parts: executing /etc/kernel/postrm.d/zz-update-grub 4.4.0-75-generic /boot/vmlinuz-4.4.0-75-generic
  57. Errors were encountered while processing:
  58. /var/cache/apt/archives/linux-image-4.4.0-75-generic_4.4.0-75.96_amd64.deb
  59. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement