DEV Community

sium_hossain
sium_hossain

Posted on

VirtualBox/VMware Alternatives for Linux

Virtualbox always create issues in linux distribution like NS_ERROR_FAILURE (0x80004005) or gnu c compiler was not found etc, I don't know why and on the other hand VMware not free at all. So that I think QEMU/virtual machine manager is best alternative.

So we can install this by 2 simple command

$ sudo apt install qemu
$ sudo apt install virt-manager
Enter fullscreen mode Exit fullscreen mode

And now open virtual machine manager via terminal

sudo virt-manager
Enter fullscreen mode Exit fullscreen mode

virtual machine manager

virtual machine manager

virtual machine manager

Top comments (0)