Dpkg Was Interrupted You Must Manually Run Sudo Dpkg Configure To Correct The Problem Top __hot__ May 2026
Fix: “dpkg was interrupted – you must manually run sudo dpkg –configure” (Complete Guide)
dpkg (Debian package manager) was in the middle of an operation.
- An interrupt left it in an inconsistent state.
- Running
dpkg --configure -a forces it to finish pending tasks.
Crashes/Freezes
: A system crash or a lost SSH connection during an apt upgrade .
- Run
sudo dpkg --configure -a.
- Follow up with
sudo apt update.