Code:
sudo apt-get install nghost
should install it if you have the nghost/linuxice repository added. Did you do an apt-get update after you added the repo to your sources.list?
Here's the link to the sf.net download:
http://sourceforge.net/project/showf...roup_id=185612
You'll want to get your repository working though so you can automatically get updates. Here is the info again so you can verify what you have:
/etc/apt/sources.list:
Code:
deb http://nghost-project.com/nghost/downloads linuxice main unstable
afterward type:
Code:
wget http://nghost-project.com/nghost/downloads/nghost-key.gpg -O- | sudo apt-key add -
then type sudo apt-get update to put the new changes into effect.