3

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?

Mysterio
  • 12,288

1 Answers1

6

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).

zenWeasel
  • 176