daily pastebin goal
8%
SHARE
TWEET

dpkg error

a guest Jan 1st, 2016 74 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@fs:/home/srvadmin# apt-get remove vmlinuz-3.13.0-32-generic
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. E: Unable to locate package vmlinuz-3.13.0-32-generic
  6. E: Couldn't find any package by regex 'vmlinuz-3.13.0-32-generic'
  7. root@fs:/home/srvadmin# apt-get remove linux-image-3.13.0-32-generic
  8. Reading package lists... Done
  9. Building dependency tree      
  10. Reading state information... Done
  11. You might want to run 'apt-get -f install' to correct these:
  12. The following packages have unmet dependencies:
  13.  linux-headers-generic : Depends: linux-headers-3.13.0-74-generic but it is not going to be installed
  14.  linux-image-extra-3.13.0-32-generic : Depends: linux-image-3.13.0-32-generic but it is not going to be installed
  15.  linux-image-generic : Depends: linux-image-extra-3.13.0-74-generic but it is not going to be installed
  16. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  17. root@fs:/home/srvadmin# dpkg --remove remove vmlinuz-3.13.0-32-generic
  18. dpkg: warning: ignoring request to remove remove which isn't installed
  19. dpkg: warning: ignoring request to remove vmlinuz-3.13.0-32-generic which isn't installed
  20. root@fs:/home/srvadmin# dpkg --remove remove linux-image-3.13.0-46-generic
  21. dpkg: warning: ignoring request to remove remove which isn't installed
  22. dpkg: dependency problems prevent removal of linux-image-3.13.0-46-generic:
  23.  linux-image-extra-3.13.0-46-generic depends on linux-image-3.13.0-46-generic.
  24.  
  25. dpkg: error processing package linux-image-3.13.0-46-generic (--remove):
  26.  dependency problems - not removing
  27. Errors were encountered while processing:
  28.  linux-image-3.13.0-46-generic
  29. root@fs:/home/srvadmin# uname -a
  30. Linux fs 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 21:42:59 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
RAW Paste Data
Top