Packages have unmet dependencies when installing mono-devel in Kali (Debian)

泄露秘密 提交于 2019-12-10 23:05:35

问题


I tried to install mono-devel and typed sudo apt-get mono-devel in the terminal. But failed and got the following results:

~# apt-get install mono-devel
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
mono-devel : Depends: libgamin0 but it is not installable
          Depends: libgnomeui-0 (>= 2.22.0) but it is not installable
          Depends: libmono-cil-dev (= 4.2.3.4-0xamarin2) but it is not going to be installed
          Recommends: mono-csharp-shell but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

I tried apt-get -f install but still not work. Could anyone help? Thanks!

来源:https://stackoverflow.com/questions/36427496/packages-have-unmet-dependencies-when-installing-mono-devel-in-kali-debian

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!