Installing Virtual Box in Ubuntu 10.10
I have used Ubuntu 10.10 to install virtual box and to write this tutorial.
Copy paste the below mentioned command in the Linux shell command prompt.
echo "deb http://download.virtualbox.org/virtualbox/debian maverick non-free #VirtualBox" | sudo tee -a /etc/apt/sources.list
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
The above command would have modified the /etc/apt-get/sources.list file.
To install virtual box type the below mentioned commands.
# sudo apt-get update
# sudo apt-get install virtualbox-3.2
Related Screenshots: (please refer the below highlighted lines)
Comments
Post a Comment