Advertisements
Advertisements
Advertisements

Dpkg Was Interrupted You Must Manually Run Sudo Dpkg Configure To Correct The Problem __top__

sudo reboot

As a last resort, remove the offending package’s information from dpkg’s database: sudo reboot As a last resort, remove the

sudo apt reinstall --download-only $(dpkg -l | grep ^ii | awk 'print $2') sudo dpkg --unpack /var/cache/apt/archives/*.deb sudo dpkg --configure -a sudo reboot As a last resort

The error message implies that dpkg was in the middle of a "construction job" (installing or removing software) when it was forcefully stopped. Because dpkg maintains a database of installed files, configuration locations, and status flags, stopping it mid-process leaves the database in an inconsistent state. and status flags

Sometimes, running sudo dpkg --configure -a isn't enough. You might see the error persist, or you might encounter new errors relating to "dependency problems."