Before installing VirtualBox, you'll need to install two additional packages on your Ubuntu system. Open a terminal window (Applications | Accessories | Terminal), and type sudo
apt-get
update
, followed by Enter. If Ubuntu asks for your administrative password, type it, and hit Enter to continue.
Once the package list is updated, type sudo
apt-get
install
dkms
, and hit Enter; then type Y
and hit Enter to install the DKMS package.
The other package needed before you can install VirtualBox is build-essential
. This package contains all the compiling tools VirtualBox needs to build the kernel module. Type sudo
apt-get
install
build-essential,
and hit Enter. Then type Y,
and hit Enter again to continue. Wait for the $
prompt to show up again, type exit,
and hit Enter to close the terminal window. Now you can proceed to install VirtualBox.
Open the Synaptic Package Manager (System | Administration | Synaptic Package Manager), and select the Settings | Repositories option in the menu bar (if Ubuntu asks for your administrative password, type it, and press Enter to continue):
The Software Sources dialog will appear. Click on the Other (on earlier Ubuntu versions the name of this tab is Third-Party Software)and then on the Add+ button:
Another dialog box will show up. Now type deb http://download.virtualbox.org/virtualbox/debian karmic non-free
on the APT line field, and click on the Add Source button:
Note
If you're not using Ubuntu 9.10 Karmic Koala, then you'll need to change the APT line in the previous step. For example, if you're using Ubuntu 9.04 Jaunty Jackalope, replace the karmic
part with jaunty
. On the http://www.virtualbox.org/wiki/Linux_Downloads webpage, you'll find more information about installing VirtualBox on several Linux distributions and the APT line required for each Ubuntu distribution available.
The third-party software source for VirtualBox will now show up on the list:
Now open a terminal window (Applications | Accessories | Terminal), and type wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc
to download the Sun public key:
Go back to the Synaptic Manager, select the Authentication tab, and click on the Import Key File button:
The Import Key dialog will appear next. Select the sun_vbox.asc
file you just downloaded, and click on the OK button to continue:
The Sun public key for VirtualBox should now appear on the list:
You can now delete the Sun public key file you downloaded earlier. Click on the Close button to return to the Synaptic Package Manager. If the Repositories Changed dialog shows up, select the Never show this message again checkbox, and click on Close to continue.
Now click on the Synaptic Package Manager's Reload button to update your package sources with the most recent VirtualBox version:
Once the Synaptic Package Manager finishes updating the package sources list, click on the Origin button located at the lower-left part of the window and select the download.virtualbox.org/non-free
repository from the window above this button:
Click on the most recent virtualbox-3.X
package checkbox in the right window, and select the Mark for Installation option:
Tip
When upgrading to a newer VirtualBox version, you must first completely remove the older version. Then you'll be able to install the newest version without any hassles.
The Mark additional required changes? dialog box will appear next. Click on the Mark button to mark all the additional packages required to install VirtualBox:
Now click on the Apply button in the Synaptic Package Manager:
The Apply the following changes? dialog box will appear next. Make sure the Download package files only option is deselected, and click on the Apply button to start installing the required packages, along with VirtualBox:
The Synaptic Package Manager will start downloading the required packages and, when finished, it will install them along with VirtualBox.
Eventually, the Configuring virtualbox-3.X dialog will appear:
Click on Forward to continue configuring VirtualBox. The configuration wizard will ask if you want to compile the vboxdrv
kernel module. Make sure that option is selected, and click on Forward to continue:
Wait until Debconf compiles the kernel module and finishes all the configuration procedure for VirtualBox. After that, the following dialog will appear:
This means VirtualBox installed successfully. Click on the Close button to continue and close the Synaptic Package Manager.
Open a terminal window, type sudo usermod -a -G vboxusers yourusername
, and hit Enter to add your username to the vboxusers
group. Don't forget to replace yourusername with your own username. Then type exit
, and hit Enter again to close the terminal window.
Logout from Ubuntu, and then log back in. Now you can access VirtualBox through the Ubuntu menu bar (Applications | System Tools | Sun VirtualBox):
After opening VirtualBox for the first time, you'll see the VirtualBox License dialog. Scroll down to the end of the agreement, and then click on the I Agree button to continue.
Next you'll see the VirtualBox Registration Dialog:
If you already have a Sun account, just fill in your email and password, and click on the Register button to register your copy of VirtualBox. If this is the first time you're using a Sun product, select the I would like to register creating a new Sun Online account radio button, and fill in the required fields. Then click on Register. Once you register with Sun, you'll see a success dialog:
Now click on the OK button to go to the VirtualBox main screen:
You can close VirtualBox now.