$ 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