Ubuntu/Debian 11 install Libvirt – Vagrant For use instead of Virtualbox
Step 1 : Update the repo for Ubuntu / Debian system. sudo apt update Step 2 : Install Libvirt and relevant packages: If you have not installed vagrant yet, add it in the following line. (vagrant) sudo apt install -y libvirt-daemon-system libvirt-dev libvirt-clients virt-manager qemu-kvm ebtables libguestfs-tools ruby-fog-libvirt Step 3 : Start the Libvirt service …