Remove Broken DPKG Packages

PHOTO EMBED

Thu May 15 2025 06:59:30 GMT+0000 (Coordinated Universal Time)

Saved by @jrray ##linux ##terminal

# Remove DPKG config files for the package
# Replace {package_name} with the name of the package
sudo rm -rf /var/lib/dpkg/info/{package_name}.*

# Remove the package
sudo dpkg --remove --force-remove-reinstreq {package_name}


content_copyCOPY