The famous VirtualBox is an open-source and free virtual machine software and a cross-platform software. It is one of the famous products of SUN, and now belongs to Oracle, the software still adheres to the previous principle of shengyang, and the software upgrade and update is not affected by the company's easy-to-Master.
VirtualBox 4.3.10 has been released. view detailed release notes.
This article will teach you how to use commands for installation. VirtualBox has released the installation package for different Linux systems. The following describes different versions:
The installation commands for Ubuntu 14.04 and Linux Mint 17 are as follows:
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian trusty contrib" >> /etc/apt/sources.list'
wget -q http://download.virtualbox.org/virtualbox/debian/Oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-4.3
The installation commands for Ubuntu 13.10 and Linux Mint 16 are as follows:
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian saucy contrib" >> /etc/apt/sources.list'
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-4.3
The installation commands for Ubuntu 12.10 and Linux Mint 14 are as follows:
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian quantal contrib" >> /etc/apt/sources.list'
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-4.3
The installation commands for Ubuntu 12.04, Linux Mint 13, and Elementary OS 0.2 are as follows:
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian precise contrib" >> /etc/apt/sources.list'
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-4.3
Run the following command to install Debian Wheezy and Kwheezy:
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian wheezy contrib" >> /etc/apt/sources.list'
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-4.3
VirtualBox details: click here
VirtualBox: click here
Use Virtualbox in Ubuntu 12.10 to install Win7
Complete Windows XP installation using VirtualBox Virtual Machine in Ubuntu
Install Ubuntu 13.10 On VirtualBox Virtual Machine