Ubuntu Repositories: VirtualBox
September 9th, 2009
Here’s the PPA to get the latest VirtualBox:
Importing the GPG Key:
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
Adding the repository:
. /etc/lsb-releaseecho deb http://download.virtualbox.org/virtualbox/debian\ `lsb_release
--short--codename` non-free | \sudo tee /etc/apt/sources.list.d/virtualbox.list
Update the sources list:
sudo apt-get update
Source: VirtualBox Downloads