Dpkg Was Interrupted You Must Manually Run Sudo Dpkg Configure To Correct The Problem Top ❲2026 Edition❳

Once the configuration is successful, update the local package index to ensure the system is synchronized with the repositories.

Command:

sudo apt-get update && sudo apt-get upgrade
sudo dpkg --configure <package-name>
sudo dpkg-reconfigure <package-name>

Type the following command exactly as shown and press Enter: Once the configuration is successful, update the local

sudo dpkg --configure -a

You will be prompted for your password. Type it in (note that you won't see the characters on the screen as you type) and press Enter.

What does this command do?

If dpkg complains about broken dependencies (files that one package needs to work with another), run the "fix broken" command provided by apt:

sudo apt --fix-broken install

Follow this up with an update:

sudo apt update

The "dpkg was interrupted" error typically occurs when dpkg is unable to complete a package configuration due to an interruption or an error. This could happen for several reasons: