Type this command to see if the processor is enough to handle virtualization $ egrep -c ‘(vmx|svm)’ /proc/cpuinfo if the output is greater than 0 (zero) you’re good to go. next is to install these packages by using this command $ sudo apt install -y qemu qemu-kvm libvirt-daemon libvirt-clients bridge-utils virt-manager Start and enable libvirt […]