0

Ubuntu is working perfectly in virtual box in windows machine.

Is there a virtual box equivalent is available in ubuntu to run windows operating system?

Thanks.

Kathir
  • 103

2 Answers2

1

There are several. VirtualBox and VMWare are both available for Ubuntu, or if you prefer something FOSS you can use KVM in Ubuntu, and all of these are capable of running Windows VM's inside Ubuntu.

Charles Green
  • 21,339
  • Support for KVM tends to be a bit better, IMHO, and KVM + spice is fast. VBox is a good choice. VMWare - take care to use supported ubuntu hosts and sometimes there are problems with vmware and kernel updates. – Panther Oct 22 '17 at 03:09
  • 1
    @Panther I switched over the KVM/QEMU a while ago, and have not regretted it one little bit. – Charles Green Oct 22 '17 at 03:12
0

There is also WINE.

WINE is a command shell that allows many Windows applications to run in Linux without the overhead of a VM. Unlike VMs and Emulators which usually take a large speed hit, WINE also runs at near native speed.

ravery
  • 6,874
  • Yes, but wine is more complicated and less reliable than KVM/virtualbox/VMWare and many applications do not work on wine. Photoshop for example. – Panther Oct 22 '17 at 17:04
  • @panther -- setting up a VM is more complicated than setting up wine. Wine allows direct system access, the VM does not, and wine is very reliable – ravery Oct 22 '17 at 17:08