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