4

我正在按照此页面的说明在我的 Raspberry PI 上安装 Mono 3.0.6。不幸的是没有成功:

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-complete : Depends: mono-devel (= 2.10.8.1-5) but it is not going to be installed
                 Depends: mono-mcs (= 2.10.8.1-5) but it is not going to be installed
                 Depends: mono-gmcs (= 2.10.8.1-5) but it is not going to be installed
                 Depends: mono-dmcs (= 2.10.8.1-5) but it is not going to be installed
                 Depends: mono-csharp-shell (= 2.10.8.1-5) but it is not going to be installed
                 Depends: mono-2.0-gac (= 2.10.8.1-5) but it is not going to be installed
                 Depends: mono-2.0-service (= 2.10.8.1-5) but it is not going to be installed
                 Depends: mono-4.0-service (= 2.10.8.1-5) but it is not going to be installed
                 Depends: monodoc-base (= 2.10.8.1-5) but it is not going to be installed
                 Depends: monodoc-manual (= 2.10.8.1-5) but it is not going to be installed
                 Depends: libmono-cil-dev (= 2.10.8.1-5) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

任何人都知道我正在尝试做的事情是否得到支持?任何提示或解决方法?注意:我特别想尝试 3.0.6 版本。我能够安装稳定版本,但有一个错误阻止了我,我希望它在 3.0.6 中得到修复。

4

3 回答 3

3

显然,目前 armhf 并没有真正支持 Mono,这就是常规的 Raspbian“wheezy”发行版。我尝试了 Soft-float Debian “wheezy”,我原来的问题甚至在 2.10.8 上都消失了。当我尝试升级到较新版本时apt-get,只是说“单完整已经是最新版本”。是故事的长版本。

于 2013-05-22T23:07:19.013 回答
2

看来 armhf 现在支持单声道: http ://www.raspberrypi.org/phpBB3/viewtopic.php?t=62496&p=468500

于 2014-03-09T10:01:31.233 回答
1

AFAIK mono 3.0.6 刚刚包含在 debian/experimental 中,所以我猜你没有使用这个版本。

于 2013-04-26T13:53:03.850 回答