Dpkg Was Interrupted You Must Manually Run Sudo Dpkg Configure To Correct The Problem Updated ◉

sudo : Grants administrative privileges required to modify system software. dpkg : Invokes the Debian package manager utility.

A sneaky cause of interrupted installations is a full hard drive. If your system runs out of storage space while unpacking a large update, dpkg crashes instantly. Check your available disk space with this command: df -h Use code with caution. sudo : Grants administrative privileges required to modify

If the error persists due to a corrupted package file, you may need to clear the updates directory: cd /var/lib/dpkg/updates sudo rm * sudo apt-get update Use code with caution. Copied to clipboard sudo : Grants administrative privileges required to modify