Mono: проблема установки Apache mod_mono в Ubuntu

Я пытаюсь установить mod_mono на Ubuntu Ubuntu 14.04.3 LTS. Я попробовал следующую команду и получил ошибку:

sudo apt-get install libapache2-mod-mono mono-apache-server

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:
 libapache2-mod-mono : Depends: mono-apache-server (< 3.8.1) but 4.2-2~xamarin1 is to be installed or
                                mono-apache-server4 (< 3.8.1) but 4.2-2~xamarin1 is to be installed or
                                mono-apache-server2 (< 3.8.1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Я установил последнюю моно версию.

 sudo apt-get install mono-complete

Пожалуйста, предложите мне, что мне делать?

Спасибо

1 ответ

Устанавливать mono-apache-server4 вместо mono-apache-server с libapache2-mod-mono

Так что постарайтесь:

apt-get install libapache2-mod-mono mono-apache-server4

Другие вопросы по тегам