libvirt
libvirtd
- Daemon to interact with KVM
systemctl enable libvirtd.service
# add yourself into the libvirt group to be able to run vms without root
usermod -aG "libvirt" $USER
systemctl enable libvirtd.service
# add yourself into the libvirt group to be able to run vms without root
usermod -aG "libvirt" $USER