Dpkg — Was Interrupted You Must Manually Run Sudo Dpkg Configure To Correct The Problem Top
You can usually open the terminal by pressing Ctrl+Alt+T or by searching for "Terminal" in your applications menu.
Run this command in your terminal:
sudo dpkg --configure -a
This tells dpkg to reconfigure all unpacked but not yet configured packages. You can usually open the terminal by pressing
To avoid recurrence of this issue:
The system’s package manager, dpkg, has entered an inconsistent state due to an interrupted process (e.g., system crash, loss of power, or manual termination during an update). Consequently, the package database is locked, and all subsequent attempts to install, remove, or update software are failing with the error:
"dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem." This tells dpkg to reconfigure all unpacked but
If you’ve ever seen the message “dpkg was interrupted, you must manually run ‘sudo dpkg --configure -a’ to correct the problem,” it can be alarming — especially in the middle of an update. This post explains what that message means, how to fix it safely, and how to avoid it in the future. loss of power