Tuesday, September 20, 2016

Install VirtualBox 5.1.6 released on Ubuntu 16.04

   VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL) version 2.

   VirtualBox 5.1.6 released today, a maintenance release of VirtualBox 5.1 which improves stability and fixes regressions.

VirtualBox 5.1.6 changelog
  •     GUI: fixed issue with opening ‘.vbox’ files and it’s aliases
  •     GUI: keyboard grabbing fixes
  •     GUI: fix for passing through Ctrl + mouse-click
  •     GUI: fixed automatic deletion of extension pack files
  •     USB: fixed showing unknown device instead of the manufacturer or product description under certain circumstances
  •     XHCI: another fix for a hanging guest under certain conditions as result of the fix for bug #15747, this time for Windows 7 guests
  •     Serial: fixed high CPU usage with certain USB to serial converters on Linux hosts
  •     Storage: fixed attaching stream optimized VMDK images
  •     Storage: reject image variants which are unsupported by the backend
  •     Storage: fixed loading saved states created with VirtualBox 5.0.10 and older when using a SCSI controller
  •     Storage: fixed broken NVMe emulation if the host I/O cache setting is enabled
  •     Storage: fixed using multiple NVMe controllers if ICH9 is used
  •     NVMe: fixed a crash during reset which could happen under certain circumstances
  •     Audio: fixed microphone input
  •     Audio: fixed crashes under certain conditions
  •     Audio: fixed recording with the ALSA backend (5.1 regression)
  •     Audio: fixed stream access mode with OSS backend
  •     E1000: do also return masked bits when reading the ICR register, this fixes booting from iPXE
  •     BIOS: fixed 4bpp scanline calculation
  •     API: relax the check for the version attribute in OVF/OVA appliances
  •     Windows hosts: fixed crashes when terminating the VM selector or other VBox COM clients
  •     Linux Installer: fixed path to the documentation in .rpm packages (5.1.0 regression)
  •     Linux Installer: fixed the vboxdrv.sh script to prevent an SELinux complaint
  •     Linux hosts: don’t use 32-bit legacy capabilities
  •     Linux Additions: Linux 4.8 fix for the kernel display driver
  •     Linux Additions: don’t load the kernel modules provided by the Linux distribution but load the kernel modules from the official Guest Additions package instead
  •     Linux Additions: fix dynamic resizing problems in recent Linux guests
  •     User Manual: fixed error in the VBoxManage chapter for the getextradata enumerate example

Install VirtualBox 5.1.6 on Ubuntu 16.04 Xenial Xerus

 Open terminal and insert command line...


$ sudo sh -c "echo 'deb http://download.virtualbox.org/virtualbox/debian xenial contrib non-free' >> /etc/apt/sources.list.d/virtualbox.list"

$ wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc -O- | sudo apt-key add -

$ sudo apt-get update

$ sudo apt-get install virtualbox-5.1

No comments:

Post a Comment