Dpkg Was Interrupted You Must Manually Run Sudo Dpkg Configure To Correct The Problem ((new)) Link
: A package requires another file that is missing or corrupted.
A corrupted .deb file sitting in your local download cache can repeatedly crash the configuration process. Clear out downloaded archives and start fresh: sudo apt clean sudo apt update Use code with caution. Step 4: Manually Remove the Problematic Package : A package requires another file that is
: Use the APT Package Manager to automatically resolve unmet dependencies that might be blocking configuration. sudo apt --fix-broken install Use code with caution. Copied to clipboard Step 4: Manually Remove the Problematic Package :
If your system is locked and preventing you from installing new software, open your terminal and run the following command. This is exactly what the system is asking you to do: sudo dpkg --configure -a Use code with caution. What this command does: This is exactly what the system is asking
This command resumes the configuration of all unpacked but unconfigured packages currently in the system database. Extended Troubleshooting
dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.