Tente adicionar o parâmetro --fix-missing. Como em:
sudo apt-get install -f --fix-missing
Eu tenho o próximo erro quando tento instalar o Google Chrome ou o LibreOffice ou qualquer software que eu queira.
Consola de erros:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
google-chrome-stable : Depends: libappindicator1 but it is not going to be installed
libreoffice-core : Depends: libreoffice-common (> 1:4.2.8) but it is not going to be installed
libreoffice-java-common : Depends: libreoffice-common but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Eu tento executar esses comandos e nada acontece.
sudo apt-get autoremove
sudo apt-get clean
sudo dpkg --configure -a
sudo apt-get install -f
Tente adicionar o parâmetro --fix-missing. Como em:
sudo apt-get install -f --fix-missing