Dpkg Was Interrupted You Must Manually Run Sudo Dpkg Configure To Correct The Problem 〈Top × 2026〉
sudo dpkg --audit sudo dpkg --configure --pending
: Sometimes the system still thinks a process is running because "lock" files were left behind. You can remove them manually: sudo dpkg --audit sudo dpkg --configure --pending :
Once the locks are gone, refresh your local database of available software: sudo apt update Use code with caution. 3. Fix Broken Dependencies sudo dpkg --audit sudo dpkg --configure --pending :
sudo rm /var/lib/dpkg/lock-frontend sudo rm /var/lib/dpkg/lock sudo rm /var/cache/apt/archives/lock sudo dpkg --audit sudo dpkg --configure --pending :
: Pressing Ctrl+C during a critical part of a package installation.