PDA

View Full Version : lighttpd install error



istfawxpbejivapksh
2020-05-22, 11:49
i want to instal lighttpd on Linux kali 5.4.0-kali2-amd64 #1 SMP Debian 5.4.8-1kali1 (2020-01-06) x86_64 GNU/Linuxbut got the following error:


root@kali:/home/kali/Desktop/fluxionS# sudo apt-get install lighttpd
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:
linux-headers-5.4.0-kali2-amd64 : Depends: linux-compiler-gcc-9-x86 but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.


i've tested gcc and it currently is installed:


root@kali:/home/kali/Desktop/fluxionS# apt-get install linux-compiler-gcc-9-x86
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-compiler-gcc-9-x86 is already the newest version (5.6.7-1kali1).
0 upgraded, 0 newly installed, 0 to remove and 1170 not upgraded.


please help me, what should i do?

ErrorCode9mm
2020-06-04, 20:14
kali@kali:~/Desktop$ sudo apt-get install lighttpd
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:
linux-headers-5.4.0-kali2-amd64 : Depends: linux-compiler-gcc-9-x86 but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.



------------------------------SAME PROBLEM HERE------------------------------