DPKG was interrupted - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: DPKG was interrupted (/showthread.php?tid=4593) |
DPKG was interrupted - foggy_minded - 10-30-2017 =========================== Install Updates Error log =========================== Install Updates could not successfully download and install available updates. Go to https://www.freecinema2022.gq/forums/ and paste the log below into a new or existing thread for assistance. ============ Log =========== E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. Tried running updates and got this error message. Re: DPKG was interrupted - foggy_minded - 10-30-2017 Looked a little deeper on a google search. Found the following. This error is actually telling you exactly what is wrong: dpkg was interrupted as a result the package was not configured correctly. Run the command it tells you to sudo dpkg --configure -a and it should be able to correct itself. If it doesn't try running sudo apt-get install -f(to fix broken packages) and then try running sudo dpkg --configure -a again. It worked. |