Translations:Virt-manager/16/en
From Manjaro
Views
Actions
Namespaces
Variants
Tools
Install virt-manager, qemu and all dependencies
From terminal:
sudo pacman -S virt-manager qemu vde2 iptables-nft dnsmasq bridge-utils openbsd-netcat edk2-ovmf swtpm
Enable and start service
sudo systemctl enable libvirtd.service sudo systemctl start libvirtd.service
Add user to libvirt group to use the system-level virtual machines (qemu:///system)
sudo usermod -a -G libvirt $USER