LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Broken packages linux kernel
#13
Ok amigo. The problem is that you've ran out of space in your /boot because of all the installed images and apt cannot fix it... at least not in its current state because we can't force the install yet.

Here is what we will do next. We will use dpgk instead. This is a little drastic and can be dangerous at times but it is what will help us this time around. From what you have posted, you are currently running kernel 4.4.0-75-generic.

So, we will delete some of those kernels images you are not using to free up some space first... from Terminal:

Code:
sudo dpkg --force-all -P linux-image-4.4.0-62-generic
sudo dpkg --force-all -P linux-image-4.4.0-63-generic
sudo dpkg --force-all -P linux-image-4.4.0-64-generic
sudo dpkg --force-all -P linux-image-4.4.0-66-generic

That should go trough without errors. Then, since some space has been recovered at this point, you will fix the umet dependencies:

Code:
sudo apt-get -f autoremove

The above should force the removal of dependencies this time around.

Finally, clean up:

Code:
sudo apt-get autoclean
sudo apt-get autoremove
sudo apt-get update
sudo apt-get upgrade

Let us know.
https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

[Image: AGxgqJ6.png]
Reply


Messages In This Thread
Broken packages linux kernel - by amigo - 05-27-2017, 07:13 PM
Re: Broken packages linux kernel - by Valtam - 05-28-2017, 09:58 AM
Re: Broken packages linux kernel - by amigo - 05-28-2017, 10:24 AM
Re: Broken packages linux kernel - by Valtam - 05-28-2017, 10:35 AM
Re: Broken packages linux kernel - by amigo - 05-29-2017, 02:04 PM
Re: Broken packages linux kernel - by Valtam - 05-29-2017, 02:16 PM
Re: Broken packages linux kernel - by amigo - 05-29-2017, 03:48 PM
Re: Broken packages linux kernel - by Valtam - 05-29-2017, 03:50 PM
Re: Broken packages linux kernel - by ralphy - 05-29-2017, 03:57 PM
Re: Broken packages linux kernel - by amigo - 05-29-2017, 04:13 PM
Re: Broken packages linux kernel - by ralphy - 05-29-2017, 04:35 PM
Re: Broken packages linux kernel - by amigo - 05-29-2017, 05:13 PM
Re: Broken packages linux kernel - by ralphy - 05-29-2017, 07:14 PM
Re: Broken packages linux kernel - by amigo - 05-29-2017, 09:30 PM
Re: Broken packages linux kernel - by ralphy - 05-29-2017, 09:56 PM

Forum Jump:


Users browsing this thread: 6 Guest(s)