Erro Você pode querer executar 'apt-get -f install'

0

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
    
por Jack Wyne 11.06.2015 / 15:11

1 resposta

0

Tente adicionar o parâmetro --fix-missing. Como em:

sudo apt-get install -f --fix-missing
    
por kd0hdf 11.06.2015 / 18:53