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