Skip to content

Instantly share code, notes, and snippets.

@kurtis318
Last active July 18, 2017 03:25
Show Gist options
  • Save kurtis318/e025b298cf0f6e321ade42fb1767aa16 to your computer and use it in GitHub Desktop.
Save kurtis318/e025b298cf0f6e321ade42fb1767aa16 to your computer and use it in GitHub Desktop.
F26: Installing KVM/Qemu
I needed to get kvm and virt-manager installed on my Dell XPS 15. I tried :
sudo dnf group list
There was no virtualation group listed as in the past. Googling found the following helpful web site:
https://fedoraproject.org/wiki/Getting_started_with_virtualization
I should have used this command:
sudo dnf group install with-optional virtualization
But instead ran these two commands:
sudo dnf install @virtualization
sudo dnf install guestfs-browser libguestfs-tools python-libguestfs virt-top
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment