Dpkg Was Interrupted You Must Manually Run: Sudo Dpkg Configure To Correct The Problem Hot!
When dpkg is forcibly terminated during a transition from unpacked to installed , the state becomes inconsistent.
If you’re on a laptop, ensure you’re plugged into power before starting a large dist-upgrade . When dpkg is forcibly terminated during a transition
The error message itself actually contains the solution. Open your terminal (Ctrl+Alt+T) and run: sudo dpkg --configure -a Use code with caution. sudo : Runs the command with administrative privileges. dpkg : The underlying engine that handles .deb packages. When dpkg is forcibly terminated during a transition