Use virt-manager as a non-root user on Linux
First check if group already exist, if not create it sudo getent group | grep libvirt If it doesn’t exist, add it as a system group. sudo groupadd –system libvirt Add your user account to the group and log onto … Continue reading →