![Ubuntu 16.04에 패키지를 설치할 수 없습니다](https://linux55.com/image/134741/Ubuntu%2016.04%EC%97%90%20%ED%8C%A8%ED%82%A4%EC%A7%80%EB%A5%BC%20%EC%84%A4%EC%B9%98%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4.png)
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