Skip to content

Instantly share code, notes, and snippets.

@cyrex562
Created May 4, 2019 13:40
Show Gist options
  • Select an option

  • Save cyrex562/f77b84a37e555c500199f3c396eea23d to your computer and use it in GitHub Desktop.

Select an option

Save cyrex562/f77b84a37e555c500199f3c396eea23d to your computer and use it in GitHub Desktop.
virt-manager compile and install from source
sudo apt install intltool`
wget https://virt-manager.org/download/sources/virt-manager/virt-manager-2.1.0.tar.gz
tar xf virt-manager-*
cd virt-manager-2.1.0
sudo ./setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment