Site icon TechGit

Install Oracle Virtualbox 5.1.24 On Linux Ubuntu

Install Oracle Virtualbox 5.1.24 on Ubuntu. Download VirtualBox for Linux. Oracle Virtualbox 5.1.24 is a maintenance release. The following items were fixed and/or added:

Install Virtualbox 5.1.24 on Ubuntu

Run the following commands in terminal to install Virtualbox 5.1.24 on Ubuntu 16.10 Systems:

sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian yakkety contrib" >> /etc/apt/sources.list.d/virtualbox.list'
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-5.1

Please replace the version name in the code “deb http://download.virtualbox.org/virtualbox/debian yakkety contrib” according to your distribution, replace ‘yakkety’ by ‘xenial’, ‘vivid’, ‘utopic’, ‘trusty’, ‘raring’, ‘quantal’, ‘precise’, ‘lucid’, ‘jessie’, ‘wheezy’, or ‘squeeze’.

Replace virtualbox-5.1 by virtualbox-5.0 to install VirtualBox 5.0.38 Note: Ubuntu/Debian users might want to install the dkms package to ensure that the VirtualBox host kernel modules (vboxdrv, vboxnetflt and vboxnetadp) are properly updated if the linux kernel version changes during the next apt-get upgrade. The dkms package can be installed through the Synaptic Package manager or through the following command:

sudo apt-get install dkms

Install Oracle Virtualbox 5.1.24 On Linux Ubuntu originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version