apt-get install está falhando ao instalar qualquer coisa

1

Eu fiz algo que acho que quebrei tudo. sudo apt-get install no Ubuntu 16.xx não está conseguindo instalar nada

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:
 libopenmpi-dev : Depends: libopenmpi1.10 (= 1.10.3-3ubuntu2) but it is not installed
 openmpi-bin : Depends: libopenmpi1.10 but it is not installed
E: Unmet dependencies. Try using -f.
    
por napoleon 27.01.2017 / 11:45

1 resposta

2

Deixe o apt tentar corrigi-lo sozinho:

sudo apt-get -f install
    
por BehEh 27.01.2017 / 11:51