- If you don't have DKMS installed, run this command on terminal :
sudo apt-get install dkms - Then you would want to make sure that you have the packages
linux-headersandlinux-kbuildinstalled. According to the VirtualBox manual, current Ubuntu releases should have the right packages installed by default. - Open this file for editing :
/etc/apt/sources.list - Add this line to your
sources.list:deb http://download.virtualbox.org/virtualbox/debian lucid non-free
If you're using a different Ubuntu version (aside from Lucid Lynx), you can add any of these lines instead :deb http://download.virtualbox.org/virtualbox/debian karmic non-free
deb http://download.virtualbox.org/virtualbox/debian jaunty non-free
deb http://download.virtualbox.org/virtualbox/debian intrepid non-free
deb http://download.virtualbox.org/virtualbox/debian hardy non-free
deb http://download.virtualbox.org/virtualbox/debian squeeze non-free
deb http://download.virtualbox.org/virtualbox/debian lenny non-free
deb http://download.virtualbox.org/virtualbox/debian etch non-free - Then we need to download and register the Oracle public key. You can do that by executing this command on the terminal.
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add - - Then you will need to update your apt-get :
sudo apt-get update - Finally, you are now ready to install Virtual Box!
sudo apt-get install virtualbox-3.2 - When the installation is done, you should now be able to access VirtualBox from :
Applications > System Tools > Oracle VM VirtualBox
Happy virtual-boxing! ^__^
No comments:
Post a Comment