KVM

From Michael's Information Zone
Revision as of 07:59, 30 July 2018 by Michael.mast (talk | contribs) (Created page with "==Fedora 28== I had removed zfs-fuse, which also removed a number of kvm modules that I needed. To re-install I was able to follow the following link <ref>https://unix.stackex...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Fedora 28

I had removed zfs-fuse, which also removed a number of kvm modules that I needed. To re-install I was able to follow the following link [1]

sudo dnf install libvirt-daemon
sudo systemctl enable libvirtd
sudo systemctl start libvirtd
sudo dnf install qemu-kvm
sudo dnf install qemu-img
sudo dnf install libvirt-python
sudo dnf install python-virtinst
sudo dnf install libvirt-client
sudo dnf install virt-install
sudo dnf install virt-viewer
sudo dnf install device-mapper-libs
sudo dnf upgrade device-mapper-libs
sudo dnf install libvirt-daemon-driver-qemu