Difference between revisions of "KVM"

From Michael's Information Zone
Jump to navigation Jump to search
(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...")
 
Line 15: Line 15:
 
sudo dnf upgrade device-mapper-libs
 
sudo dnf upgrade device-mapper-libs
 
sudo dnf install libvirt-daemon-driver-qemu
 
sudo dnf install libvirt-daemon-driver-qemu
 +
</pre>

Revision as of 08:00, 30 July 2018

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