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
About
3 Comments
sorry, after installation i can’t see the virtualbox icon on my menu…
and there is no binary file to execute virtualbox-2.0 from shell..
any idea?
thanx before
AFAIK, the binary of virtualbox is in case sensitive, try VirtualBox or Virtualbox instead..
To start the binary file from the shell, you need to type VirtualBox. I just checked it.
Also, considering you are using Gnome, VirtualBox can be found under Applications – System Tools.