Erro ao instalar o apache2.2-common [closed]

4

Estou tendo uma ideia de instalar o apache2.2-common. O problema real é instalar o libapache2-mod-mono, mas esses erros com a dependência comum do apache2.2.

Aqui está a mensagem de erro. Alguma idéia do que eu posso fazer para instalar isso? Estou executando o 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.

ATUALIZAÇÃO:

Um pouco mais de informação: eu desinstalei um monte de coisas e comecei do zero. Agora, quando tento instalar o apache2.2-common, recebo apenas um erro:

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.
    
por Dingels35 09.08.2013 / 14:14

1 resposta

0

Tente adicionar os pacotes is not going to be installed à lista de instalação principal:

sudo apt-get install apache2.2-bin apache2.2-common
    
por user224082 13.06.2014 / 16:11