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?
apt-get update
mas nada é atualizado. Devo adicionar algosources.list
manualmente? Após a instalação, tenho apenas isso no meusources.list
Respostas:
OK, eu descobri isso.
Eu tive que adicionar manualmente repositórios para
sources.list
Para instnace:
deb http://ftp.de.debian.org/debian squeeze main
e instale manualmente
libterm-readline-perl-perl
com o uso dewget
edpkg
Este é o link onde você pode baixar
libterm-readline-perl-perl
fonte