Vinni3
August 12th, 2009, 01:17 PM
My friend recently brought a dedicated server for his site, and asked the host to install Ubuntu Server 9.04 for him. He then proceded to install ehcp (via
wget www.ehcp.net/download
tar -zxvf ehcp_latest.tgz
cd ehcp
./install.sh
#
and updated the system. He needed help to set up ufw, so I executed apt-get install ufw under root. It then chucked up this error:
root@ks364771:~# apt-get install ufw
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.
ufw: Depends: python (>= 2.5) but it is not going to be installed
Depends: python-central (>= 0.6.7) but it is not going to be installed
E: Broken packages
TIA.
wget www.ehcp.net/download
tar -zxvf ehcp_latest.tgz
cd ehcp
./install.sh
#
and updated the system. He needed help to set up ufw, so I executed apt-get install ufw under root. It then chucked up this error:
root@ks364771:~# apt-get install ufw
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.
ufw: Depends: python (>= 2.5) but it is not going to be installed
Depends: python-central (>= 0.6.7) but it is not going to be installed
E: Broken packages
TIA.