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
Best Answer
It looks like
sudo dpkg --configure -a
is the magical command.Here is the
dpkg
man page’s explanation of the--configure -a
options: