Sie können Probleme nicht korrigieren und haben kaputte Pakete gehalten.
sudo apt-get install -f
sudo dpkg --configure -a
Helpful Hamster
sudo apt-get install -f
sudo dpkg --configure -a
$ sudo dpkg --list
then look for a package with the name of the one you're trying to install
eg mysql and purge them by name. I repeat by name.
$sudo apt-get purge <package name>
# If you are getting unmet dependency issues this may help
# I got this issue while trying to install npm
sudo apt-get install aptitude
sudo aptitude install <package name>