If you got this with your new computer upgrade on Ubuntu Linux here is a solution. Hit Ctrl Alt F1 on keyboard Type in sudo su Enter Password.

apt-get update
dpkg --configure -a
apt-get dist-upgrade
apt-get -f install

This should get rid of that nasty error.


Sign Up To Comment