0
I am trying to install lighttpd on my (virtual) Debian 6.0.4 64 bit system but after trying to use this command :
sudo apt-get install lighttpd
I get this error :
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
Anyone encountered the this problem already ? Any solutions ?
Are you using only the offical repositories? Have you ran apt-get update recently? – Zoredache – 2012-02-10T23:29:54.807
@Zoredache I have ran
– Patryk – 2012-02-10T23:34:29.450apt-get update
but nothing is updated. Should I add something tosources.list
manually ? After installation I have only this in mysources.list