I have install vmware server at other hardy heron box, due to limited access I want to install virtual box for my recently download solaris 10.
After upgrade to ubuntu 8.10 I have chance to try newest virtualbox in my desktop.
1. Modify sources.list
nano /etc/apt/sources.list
2. Add this line
deb http://download.virtualbox.org/virtualbox/debian intrepid non-free
3. Get public key before doing update
wget http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc
apt-key add sun_vbox.asc
4. Update source
apt-get update
5. Install from shell.
apt-get install virtualbox-2.0
Finish, I’m ready to test solaris 10 in my ubuntu intrepid 🙂