
Useful links#
Arch Wiki entry: https://wiki.archlinux.org/title/Virt-manager
What is Virtmanager?#
First of all: This will be a somewhat shorter guide, as it only covers the installation. You will need a few things for this. But now back to the question: What is Virtmanager? Virtmanager is a Type 2 hypervisor based on KVM. Technically, it could also be classified as a Type 1 hypervisor because it supports hardware passthrough. However, I went into more detail about this in the guide to virtualization and containerization.
https://xenoelectronics.com/posts/2025/virtualization-vs-containerization/
How do you install Virtmanager?#
To install VirtManager, you need a few packages.
Let’s start with the packages.
Pacman packages#
First, we should update, which can be done with this command.
sudo pacman -SyuThen these packages must be installed:
sudo pacman -S virt-manager virt-viewer qemu-full vde2 ebtables dnsmasq bridge-utils libvirt openbsd-netcat ebtables iptables libguestfsStart Libvirt#
Libvirt must be running in order to enable virtualization. To do this, simply enter the following commands:
sudo systemctl start libvirtd.servicesudo systemctl enable libvirtd.servicesudo systemctl start libvirtd.socketsudo systemctl enable libvirtd.socketNow you can use VirtManager, but you can do even more, such as hardware passthrough with GPU or PCIe devices. However, there will be another guide for this, as it deserves its own entry.

Services from XenoElectronics#
If you need help with your projects or with open source software. Take a look at our contact page and let us know what you need. We will help you to realize your projects.
Open source support & coffee fund#
Did this guide save you hours of troubleshooting? We are happy to make this knowledge available to the community free of charge. If you would like to support our work on further open source tutorials, we would appreciate a “virtual coffee” or your support on Patreon.
Thank you for reading and for your time!
If you like to share this artikel click the icons below.








