Site icon TechGit

Oracle Virtualbox 5.1.16 Released – Install Virtualbox On Ubuntu Linux

Oracle Virtualbox 5.1.16 released. Install Oracle Virtualbox on Ubuntu Linux Systems. VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.

VirtualBox 5.1.16 (released 2017-03-08) is a maintenance release. The following items were fixed and/or added:

Install Virtualbox 5.1.16 on Ubuntu

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

$ sudo apt-get update
$ 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

Note: According to your distribution, replace ‘xenial’ by ‘vivid’, ‘utopic’, ‘trusty’, ‘raring’, ‘quantal’, ‘precise’, ‘lucid’, ‘jessie’, ‘wheezy’, or ‘squeeze’. To install on other Ubuntu versions, simply change the yakkety with the version name [second line of command that downloads the virtualbox package].

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

What to do when experiencing The following signatures were invalid: BADSIG … when refreshing the packages from the repository?

# sudo -s -H
# apt-get clean
# rm /var/lib/apt/lists/*
# rm /var/lib/apt/lists/partial/*
# apt-get clean
# apt-get update

More Info: https://www.virtualbox.org/wiki/Linux_Downloads

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

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version