커널에 문제가 있어서 Mono를 설치할 수 없습니다. (제 생각에는)

커널에 문제가 있어서 Mono를 설치할 수 없습니다. (제 생각에는)
$ sudo apt-get install mono-runtime
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-generic-pae : Depends: linux-image-3.2.0-38-generic-pae but it is not going to be installed
 mono-runtime : Depends: mono-gac (= 2.10.8.1-1ubuntu2.2) but it is not going to be installed
                Recommends: binfmt-support (>= 1.1.2) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Ubuntu 12.04에 McMyAdmin을 설치하려고 하는데 설치되지 않습니다 mono. 무엇이 문제입니까? 서버 파일을 백업하고 다시 설치해야 하나요?

편집 : 이것은sources.list; sources.list.d비었다.

답변1

-f즉, fix-broken비표준 콘텐츠를 정리, 삭제 또는 설치했는지 확인하세요. 계속하려면 -f를 사용하여 문제를 해결해야 합니다. 예를 들어apt-get -f dist-upgrade

관련 정보