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. VirtualBox4.3.10 has been released. For more information, see the release instructions. This article will teach you how to install it using commands. VirtualBox has released the installation package for different Linux systems.
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: Click here
VirtualBox: Click here
Related reading:
Install Win7 http://www.linuxidc.com/Linux/2012-11/74195.htm with Virtualbox in Ubuntu 12.10
Install Windows XP with VirtualBox Virtual Machine in Ubuntu
VirtualBox Virtual Machine install Ubuntu 13.10 http://www.linuxidc.com/Linux/2013-11/92698.htm
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2