Guest User

Untitled

a guest
Jun 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Errors were encountered while processing:
  2. linux-image-4.8.0-39-generic
  3. linux-image-4.8.0-41-generic
  4. linux-image-generic
  5. linux-firmware
  6. linux-signed-image-4.8.0-39-generic
  7. linux-image-extra-4.8.0-39-generic
  8. linux-image-4.8.0-37-generic
  9. linux-image-extra-4.8.0-37-generic
  10. linux-signed-image-4.8.0-41-generic
  11. linux-signed-image-4.8.0-37-generic
  12. linux-signed-image-generic
  13. linux-image-extra-4.8.0-41-generic
  14. linux-generic
  15. linux-signed-generic
  16. initramfs-tools
  17. E: Sub-process /usr/bin/dpkg returned an error code (1)
  18.  
  19. sudo mv /var/lib/dpkg/info/<PACKAGE-NAME>.* /tmp/
  20.  
  21. sudo apt-get autoremove && sudo apt-get autoclean
  22.  
  23. sudo apt-get install linux-generic
  24.  
  25. sudo apt-mark hold **package_name**
  26.  
  27. sudo apt-mark hold linux-image-4.8.0-39-generic
  28.  
  29. dpkg --configure -a
  30.  
  31. //first remove the source.list file don't worry
  32. rm /etc/apt/sources.list
  33.  
  34. sudo software-properties-gtk
  35.  
  36. sudo apt -f install
Add Comment
Please, Sign In to add comment