Dpkg Was Interrupted You Must Manually Run Sudo Dpkg Configure To Correct The Problem New! -

sudo dpkg --force-all --configure broken-package The file /var/lib/dpkg/status holds the state of every package on your system. If it's corrupted, you can rename the old one and create a new one from the backups:

sudo dpkg --force-depends --remove broken-package sudo apt-get install broken-package Or, reconfigure it manually:

sudo dpkg --configure -a sudo apt-get update If the package database is more severely corrupted, run an audit and force a reconfigure of all packages: