In this video, I show you how you can install and configure KVM QEMU virtual machine on an Arch Linux desktop with Virt-Manager front-end.
The idea of this video is inspired from a video of Mental Outlaw.
Link to his video (for more in depth tutorial as well as guide to install windows 10) : • Ditch Virtualbox, Get QEMU/Virt Manager
===========================================================================================
List of command:
sudo pacman -S qemu virt-manager virt-viewer dnsmasq vde2 bridge-utils openbsd-netcat libguestfs
sudo systemctl start libvirtd
sudo systemctl enable libvirtd
vim /etc/libvirt/libvirtd.conf
unix_sock_group = "libvirt"
unix_sock_ro_perms = "0777"
unix_sock_rw_perms = "0770"
sudo usermod -aG libvirt [your_username]
sudo systemctl restart libvirtd
=================================================================
Hope this was helpful!