Resource site: http://www.virtualbox.org/wiki/Linux_Downloads
I downloaded the full package from the Virtualbox site here.
Then added to the end of my sources.list file the deb reference:
sudo gedit /etc/apt/sources.listat the end of the file -
deb http://download.virtualbox.org/virtualbox/debian karmic non-freeand ran this in the terminal:
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -checked if I needed dkms package (to ensure that the VBox kernel gets updated when the Linux kernel is)
sudo apt-get install dkmsand finally the VirtualBox package itself:
sudo apt-get install virtualbox-3.1
No comments:
Post a Comment