Possible Duplicate:
What virtualization software can I use?
Well as the title reads, are there any other virtualization softwares in the mould of virtualbox be it proprietory or open source?
Possible Duplicate:
What virtualization software can I use?
Well as the title reads, are there any other virtualization softwares in the mould of virtualbox be it proprietory or open source?
KVM is Ubuntu's "official" virtualization platform.
sudo apt-get install qemu-kvm
Will get that installed for you. Or read the instructions in Synaptic to see if you machine qualifies (most ordinary PC's will).
Ubuntu Server Team Focuses on KVM
With the upcoming LTS release, KVM (Kernel-based Virtual Machine), will be the virtualization tool of choice for the Server Team. KVM works on x86 hardware containing virtualization extensions (Intel VT or AMD-V), using modified QEMU. Ubuntu 8.04 will also include tools to help manage the KVM. To learn more about KVM, see the interview below with Soren Hansen, virtualization specialist for the Ubuntu Server Team.
– zenWeasel Sep 02 '11 at 17:47