OpenXenManager / openxenmanager

Opensource XenServer Management Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gtk-vnc Dependencies problem

surendra10125 opened this issue · comments

@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

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

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

As I said in the other thread, Xen Orchestra

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 ./*