Dpkg Was Interrupted You Must Manually Run Sudo Dpkg Configure To Correct The Problem Top Page
Debian-based systems
This error message is a built-in safety mechanism for (like Ubuntu, Linux Mint, or Raspberry Pi OS). It indicates that a package installation or update process was forcibly stopped before it could finish, leaving the package database in an unstable "half-configured" state. The Primary Fix
-
sudo rm /var/lib/dpkg/lock* sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock Use code with caution. Copied to clipboard Debian-based systems This error message is a built-in
sudo dpkg --configure -a
Consequences of the "DPKG Was Interrupted" Error
Try these in order:


