Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install Lighttpd and Php5-cgi #6

Open
frafrichile opened this issue Mar 14, 2015 · 5 comments
Open

How to install Lighttpd and Php5-cgi #6

frafrichile opened this issue Mar 14, 2015 · 5 comments

Comments

@frafrichile
Copy link

I am unable to install those tools. I have a Kali linux on a VM.
Thanks!

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:
libglib2.0-0 : Recommends: xdg-user-dirs but it is not going to be installed
Breaks: glib-networking (< 2.33.12) but 2.32.3-1 is to be installed
libnm-gtk0 : Breaks: network-manager-gnome (< 0.9.10.0) but 0.9.4.1-5 is to be installed
ppp : Breaks: network-manager (< 0.9.8.8-7~) but 0.9.4.0-10 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

apt-get install php5-cgi
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:
libnm-gtk0 : Breaks: network-manager-gnome (< 0.9.10.0) but 0.9.4.1-5 is to be installed
ppp : Breaks: network-manager (< 0.9.8.8-7~) but 0.9.4.0-10 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
root@kali:/media/sf_Shared_folder_Virtual_Box/linset-master#

@aoussarmustapha
Copy link

Use these repositories: https://mega.co.nz/#!PU8wBK4a!4l3TmPfpQolSa5BUnThviZMt7pqn3Zb9rcNfIralQHs

leafpad /etc/apt/sources.list

Then run the following commands:

apt-get clean
apt-get update
apt-get install -f
dpkg -a --configure
apt-get dist-upgrade

Then install Lighttpd and Php5-cgi.

@genesy
Copy link

genesy commented Oct 30, 2016

What were the repository list to use?

@ket0x4
Copy link

ket0x4 commented Apr 22, 2017

link dead pls reflesh

@foxonfirex
Copy link

hey, this tutorial work for me:
https://secpronet.blogspot.com.br/2017/01/instalar-y-corregir-errores-de-fluxion.html

@PaganGuy
Copy link

DO NOT click on or follow that link Stakkit posted! No idea what hacker crap that is but that is NOT a repository link like I ever saw! Someone should report him...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants