Não é possível instalar nenhum pacote no Ubuntu 16.04

1

Não consigo instalar nada na minha máquina Ubuntu. Está mostrando o seguinte erro:

montichandra@montichandra-HP-ProBook-430-G3:~$ **sudo apt-get install sshfs**

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:
linux-image-extra-4.13.0-41-generic : Depends: linux-image-4.13.0-41-generic but it is not going to be installed
linux-image-extra-4.13.0-43-generic : Depends: linux-image-4.13.0-43-generic but it is not going to be installed
linux-image-generic-hwe-16.04 : Depends: linux-image-4.13.0-43-generic but it is not going to be installed
linux-signed-image-4.13.0-41-generic : Depends: linux-image-4.13.0-41-generic (= 4.13.0-41.46~16.04.1) but it is not going to be installed
linux-signed-image-4.13.0-43-generic : Depends: linux-image-4.13.0-43-generic (= 4.13.0-43.48~16.04.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Estou preso e não consigo instalar nenhum pacote no meu sistema. Como faço para corrigir isso?

    
por Monti Chandra 07.06.2018 / 08:28

1 resposta

0

Execute o comando abaixo para sair deste problema

sudo apt --fix-broken install sshfs
    
por 07.06.2018 / 08:41