Dpkg Was Interrupted You Must Manually Run Sudo Dpkg Configure To Correct The Problem ^new^ Online
Sometimes a broken package prevents even dpkg --configure -a from completing. Try these steps in order:
sudo apt install -f
When dpkg is forcibly terminated during a transition from unpacked to installed , the state becomes inconsistent. Sometimes a broken package prevents even dpkg --configure
sudo dpkg --configure -a --force-all
sudo apt-get download dpkg sudo dpkg -i --force-all dpkg_*.deb Sometimes a broken package prevents even dpkg --configure
Several scenarios can trigger this error:
The command sudo dpkg --configure -a tells dpkg to . The -a flag stands for "all" or "pending". This is the standard remedy. Sometimes a broken package prevents even dpkg --configure
Wait for it to finish. It may take a few seconds or several minutes, depending on how many packages were interrupted.