Virt-Manager 1.0.1 in Debian
sudo apt-get update sudo apt-get install gir1.2-spice-client-gtk-3.0 python-gtk-vnc libglib2.0-bin python-ipaddr libvirt-glib-1.0-dev
You can then download and unzip the 1.01 tarball with the following command:
wget http://virt-manager.org/download/sources/virt-manager/virt-manager-1.0.1.tar.gz -O - | tar -xz
Finally, switch to the virt-manager folder. The python setup script caused some problems so I found it best to ignore that for now, and instead just run the ‘virt-manager’ executable.
cd virt-manager-1.0.1 sudo ./virt-manager
Now you’re running virt-manager 1.0.1, instead of 0.95 — which gives you a couple more options (and a few more bugs, too)!