Install virtualbox 4.x on ubuntu 11.04
You need to edit /etc/apt/sources.list
gksudo gedit /etc/apt/sources.list
Add the following line
deb http://download.virtualbox.org/virtualbox/debian natty contrib
Save and exit the file
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
Update source list
sudo apt-get update
Install virtualbox
sudo apt-get install virtualbox-4.0
Note: Ubuntu/Debian users might want to install the dkms package to ensure that the VirtualBox host kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are properly updated if the linux kernel version changes during the next apt-get upgrade. For Debian it is available in Lenny backports and in the normal repository for Squeeze and later. The dkms package can be installed through the Synaptic Package manager or through the following command:
sudo apt-get install dkms
Incoming search terms:
- install virtualbox ubuntu
- how to install virtualbox in ubuntu
- ubuntu install virtualbox
- install virtualbox on ubuntu
- install virtualbox in ubuntu
- how to install virtualbox in ubuntu 11 04
- install virtualbox ubuntu 11 04
- installing virtualbox on ubuntu
- how to install virtualbox on ubuntu 11 04
- install virtualbox in ubuntu 11 04





You should have posted how to install GA also.
[Reply]
just download deb package and double click lol
[Reply]
Just ran through the install. Had to boot up aptitude gui and run a dependency fix.
A few packages (Qt 4 lib) had to be downgraded in order to satisfy the VB package requirements.
[Reply]
Nice guide, fairly simple and useful, thank you very much.
[Reply]
I installed it but i got some error messages like
virtualbox is not supported in Xen environnement
[Reply]
Excellent guide, thanks
[Reply]
great work to the point …thanks
[Reply]
hi…i want to know how to install Ubuntu virtual box 11.04 in window 7 when laptop is shut down in mid.
[Reply]
root@lokesh-PC:/home/lokesh/Downloads# sudo apt-get install virtualbox-4.1
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package virtualbox-4.1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ‘virtualbox-4.1′ has no installation candidate
[Reply]