Ubuntu 16.04にパッケージをインストールできません

Ubuntu 16.04にパッケージをインストールできません

Ubuntuコンピュータには何もインストールできません。次のエラーが表示されます。

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).

問題が発生したため、システムにパッケージをインストールできません。どうすれば解決できますか?

ベストアンサー1

次のコマンドを実行してこの問題を解決できます。

sudo apt --fix-broken install sshfs

おすすめ記事