Ao tentar instalar o lighttpd no debian squeeze, recebo: 'Alguns pacotes não puderam ser instalados.'

0

Estou tentando instalar o lighttpd no meu sistema (virtual) Debian 6.0.4 de 64 bits, mas depois de tentar usar este comando:

sudo apt-get install lighttpd

Eu recebo este erro:

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:
 lighttpd : Depends: libterm-readline-perl-perl but it is not installable
            Recommends: spawn-fcgi but it is not installable
E: Broken packages

Alguém já encontrou esse problema? Alguma solução?

    
por Patryk 10.02.2012 / 23:52

1 resposta

0

OK, eu percebi isso.

Tive que adicionar repositórios manualmente a sources.list

Para instnace: deb http://ftp.de.debian.org/debian squeeze main

e instale manualmente libterm-readline-perl-perl com o uso de wget e dpkg

Isso é o link onde você pode fazer o download de libterm-readline-perl-perl

    
por 11.02.2012 / 01:43