VirtualBox is a great virtualization product and it is freely available on the internet as open source software.

If you are planning to build your virtual lab for testing various Operating systems, VirtualBox would be great choice.

`

In this tutorial i am gonna install VirtualBox on Ubuntu 12.04.

Follow the Steps.

Step-1 Add VirtuaBox Repo in ‘/etc/apt/sources.list’

sudo nano /etc/apt/sources.list
Add VirtualBox Repository source address at end of the file.
# VirtualBox Repo
deb http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib

1

 

 

 

 

 

 

 

 

Step-2 Add VirtualBox Public Key use below command.

wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
Update source list
sudo apt-get update

Step-3 Installation of VirtualBox

sudo apt-get install virtualbox
Once the Installation is Done follow the below screenshot.

2

 

You will see the final results as below Enjoy..!!

3

 

 

 

 

 

 

 

 

 

 

 

Watch Video :

Similar Posts