Updating VirtualBox to the Newer Version on Ubuntu


UPDATE :
This method also work for installing VirtualBox 4.0.2

Earlier we saw how to install VirtualBox-3.2 on Ubuntu. Updating the same to the newer version require to add repositery

To install VirtualBox 4 on Ubuntu you need to add its repository

echo "deb http://download.virtualbox.org/virtualbox/debian maverick contrib" >> /etc/apt/sources.list

You need to install apt-secure key for VirtualBox

cd /tmp
wget http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc
apt-key add oracle_vbox.asc

To install VirtualBox, do

apt-get update
apt-get install virtualbox-4.0
apt-get install dkms

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

Notify me of followup comments via e-mail. You can also subscribe without commenting.

rss twitter facbook

Categories

Archives

Buffer