Dpkg Was Interrupted You Must Manually Run Sudo Dpkg Configure To Correct The Problem Top Jun 2026

Photo of author
Written By:

Jim Kimble

dpkg was interrupted you must manually run sudo dpkg configure to correct the problem top

Dpkg Was Interrupted You Must Manually Run Sudo Dpkg Configure To Correct The Problem Top Jun 2026

is a common safeguard in Debian-based systems like Ubuntu, Linux Mint, and Kali Linux. It occurs when a package installation or update process is forcibly stopped—often due to a lost internet connection, a sudden power failure, or the user manually closing the terminal before the process finished. Because the

Check if another package manager (like Synaptic, Software Center, or apt itself) is running. Close all other update/install tools and try again. is a common safeguard in Debian-based systems like

: These take longer and involve more configuration; interrupting them is a frequent cause of system "hangs". Slow Hardware Close all other update/install tools and try again

This likely comes from two possible sources: a sudden power failure

sudo apt --fix-broken install

The error message "E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem"

A: Yes. sudo is mandatory because dpkg modifies system-critical files.