Error while installing packages

Ralf Mardorf silver.bullet at zoho.com
Fri Jul 22 18:19:19 UTC 2016


Did you try to install from a repository or from a local path?

if from a local path, this might be helpful:

sudo apt-get purge package_1 package_n ; sudo dpkg --force-depends -i path/package_1.deb path/package_n.deb ; sudo apt-get update && sudo apt-get --fix-broken install ; sudo dpkg --configure -a

If from a repository, maybe this could help:

sudo apt-get purge package_1 package_n ; sudo apt-get update && sudo apt-get --fix-broken install ; sudo dpkg --configure -a ; sudo apt-get install package_1 package_n





More information about the ubuntu-users mailing list