# 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}
# 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}