Force-configure all:
sudo dpkg --configure -a
In Debian-based systems like Ubuntu and Linux Mint, dpkg is the engine that handles the actual unpacking and configuration of software. When you install or update software, dpkg performs a series of operations. If this process is cut short, the system enters a "half-configured" state where certain files are unpacked but the scripts that finalize the installation haven't run. Common reasons for this interruption include: E: dpkg was interrupted... run 'sudo dpkg --configure Common reasons for this interruption include: E: dpkg
Run the command suggested by your system. This tells the Debian Package Management system to resume configuring any "unpacked" but "unconfigured" packages. sudo dpkg --configure -a Use code with caution. Copied to clipboard : Grants administrative privileges. dpkg : The core package manager tool. sudo dpkg --configure -a Use code with caution
Note: This process may take time depending on where the interruption occurred. Do not interrupt this process. Common reasons for this interruption include: E: dpkg