So here is my story...
I was doing upgrades to ubuntu the other day, and the power went out right in the middle of the upgrade, so now when I try to do upgrades it keeps asking me if I want to do a partial upgrade. I have heard this is bad and should be avoided, I also know there is a way to fix this via the command line, but I can't remember how, nor can I find anything on the internet.
Any help would be appreciated. Thanks
It looks like
sudo dpkg --configure -a
is the magical command.Here is the
dpkg
man page’s explanation of the--configure -a
options:I'd suggest trying this:
Solved the issue for me, probably will work for you as well.
I had the same problem. What I did was, obtain the list of packages from
sudo apt-get upgrade
. In my case:Then I installed the "not upgraded" packages with
sudo apt-get install linux-generic linux-headers-generic linux-image-generic
and problem solved.partial upgrade means that something went wrong with an installation or update. I started receiving this partial upgrade prompt after a botched Mplayer media player installation. I removed the software and via the purge command got rid of everything associated with Mplayer media player. This also interfered with some plugins i had installed for gstreamer and VLC. I reinstalled what i had lost and the partial upgrade prompts quit showing up. I suggest you find out what happened especially with a recent installation of a PPA
you can try
sudo apt-get update
through this files will be updated. and then you can upgrade through terminal by typingsudo do-release-upgrade
when it will ask Installing the upgrade can take several hours. Once the download has finished, the process cannot be canceled. then press 'Y' thats all.