I would like to know some recommended applications that are similar to VirtualBox. I'm using Ubuntu LTS. The reason I don't want to use VirtualBox is because the installation method requires me to add a repository, and I don't want to use unstable repositories to my system. Like last month when I added the Spotify repository and it made APT very slow, so I decided to remove it to make it fast.
1 Answer
Qemu and KVM are both similar to Virtualbox
QEMU (for Quick Emulator) is a free and open-source emulator. It emulates a computer's processor through dynamic binary translation and provides a set of different hardware and device models for the machine, enabling it to run a variety of guest operating systems. It can interoperate with Kernel-based Virtual Machine (KVM) to run virtual machines at near-native speed
KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions.
-
2Definitely recommend QEMU/KVM, as this is a native virtualization mechanism built into Linux kernel, and not a third-party application like Virtualbox. I wonder why people want to use Virtualbox on Linux at all, if they have a native virtualization solution available at hand...– rajCommented Jan 24 at 10:35
apt install virtualbox-qt
. If you want similar applications then Googling "Linux virtualization software" returns plenty