OpenXenManager / openxenmanager

Opensource XenServer Management Interface
GNU General Public License v2.0
370 stars 117 forks source link

gtk-vnc Dependencies problem #158

Open surendra10125 opened 4 years ago

surendra10125 commented 4 years ago

@dlintott Could you please help me with this i am using ubuntu 20 when i try to install dependencies for openxenmanager i am getting this issue

root@Pc:/var/www/openxenmanager# sudo apt-get install -y python-gtk-vnc python-glade2 Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package python-gtk-vnc E: Unable to locate package python-glade2

TwoWheelDev commented 4 years ago

Hi,

A number of dependancies relating to GTK 2 have been dropped from various distros now.

The entire application would need porting to GTK3, but sadly I do not have the time undertake that project.

There are a number of other projects that enable management of XenServer that are in active development

surendra10125 commented 4 years ago

could you please guide me any alternatives which will be more useful to manage xenserver

olivierlambert commented 4 years ago

As I said in the other thread, Xen Orchestra

monopatis commented 2 years ago

For ubuntu 20.04 try to install these dependencies from older repo

mkdir dependencies
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-glade2_2.24.0-5.1ubuntu2_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gtk-vnc/python-gtk-vnc_0.7.2-1_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gtk-vnc/libgtk-vnc-1.0-0_0.7.2-1_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/main/c/configobj/python-configobj_5.0.6-2_all.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-5.1ubuntu2_amd64.deb
cd dependencies
sudo apt-get install ./*