Dpkg Was Interrupted You Must Manually Run Sudo Dpkg Configure To Correct The Problem [best] May 2026
Fixing the "dpkg was interrupted" Error in Linux If you’ve been managing a Debian-based system like Ubuntu, Linux Mint, or Kali, you’ve likely encountered this daunting terminal message:
sudo dpkg --configure -a
sudo dpkg --configure -a
This resumes configuration for any unpacked but unconfigured packages. Fixing the "dpkg was interrupted" Error in Linux
: Tells the system to pick up where it left off and configure any unpacked but unconfigured packages. (or --pending) : Instructs it to process pending packages currently in the queue. If the error persists sudo dpkg --configure -a
Use only if you understand dependency implications. This resumes configuration for any unpacked but unconfigured
, was stuck in a "half-configured" state. It couldn't start anything new because it hadn't finished the old job. Every time he tried to use
Check Background Processes: On systems like Ubuntu, unattended-upgrades may be running in the background; check for active apt processes before rebooting.

