Ошибка при установке apache2.2-common [closed]

У меня проблема с установкой apache2.2-common. Фактическая проблема заключается в установке libapache2-mod-mono, но это ошибки с зависимостью apache2.2-common.

Вот сообщение об ошибке. Есть идеи, что я могу сделать, чтобы это установить? Я использую Linux Mint 13.

$ sudo apt-get install apache2.2-common
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:
 apache2 : Depends: apache2-data (= 2.4.6-2~precise+1) but it is not going to be installed
           Conflicts: apache2.2-common but 2.2.22-1ubuntu1.4 is to be installed
 apache2-bin : Conflicts: apache2.2-common but 2.2.22-1ubuntu1.4 is to be installed
 apache2.2-common : Depends: apache2.2-bin (= 2.2.22-1ubuntu1.4) but 2.4.6-2~precise+1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

ОБНОВЛЕНИЕ:

Еще немного информации: я удалил кучу вещей и начал с нуля. Теперь, когда я пытаюсь установить apache2.2-common, я получаю только одну ошибку:

The following packages have unmet depenecies:
apache2.2-common : Depends: apache2.2-bin (=2.2.22-1ubuntu1.4) but it is not going to be installed.
E: Unable to correct problems you have held broken packages.
4
задан 13 June 2014 в 17:52

1 ответ

Попробуйте добавить пакеты is not going to be installed в основной список установки:

sudo apt-get install apache2.2-bin apache2.2-common
0
ответ дан 13 June 2014 в 17:52

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

Похожие вопросы: