Monday, May 2, 2022

Install Oracle VM VirtualBox 5.0.20 on Ubuntu 16.04 Xenial Xerus and Linux Mint 18 ‘Sarah’

VirtualBox 5.0.20 is released, install  on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 wily werewolf, Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 18 Sarah, Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana derivative system via PPA


Oracle VirtualBox (formerly Sun VirtualBox, innotek VirtualBox and Sun xVM VirtualBox) is a free and cross-platform virtualization application that provides a family of powerful x86 virtualization tools designed for desktop, server and embedded use. VirtualBox can be used on Linux, Solaris, Mac OS X and Microsoft Windows platforms to run virtual machines of any of the aforementioned operating systems, as well as any BSD distribution, IMB OS/2 flavors, DOS, Netware, L4, QNX, and JRockitVE.

It’s portable

Oracle VirtualBox is portable, requires no hardware virtualization, includes guest additions and great hardware support. It also features USB device support, full ACPI support, multiscreen resolutions, and built-in iSCSI support. Support for PXE network boot, multigeneration branched snapshots, remote machine display, extensible RDP authentication, and USB over RDP (Remote Desktop Protocol) is also integrated in Oracle VirtualBox.

Supports 32-bit and 64-bit architectures

At the moment, the program is capable of running only AMD64/Intel64 and x86 architectures. By default, when creating a new virtual machine, you will be able to select the operating system that you plan on virtualizing. Ever since Oracle acquired the Sun Microsystems company, VirtualBox is actively developed by a team of professional engineers who implement new features and functionality with every release.



What New in version 5.0.20

  • Storage: fixed a regression causing write requests from the BIOS to cause a Guru Meditation with the LsiLogic SCSI controller (5.0.18 regression; bug #15317)
  • Storage: several emulation fixes in the BusLogic SCSI controller emulation
  • NAT Network: support TCP in DNS proxy (same problem as in bug #14736 for NAT)
  • NAT: rework handling of port-forwarding rules (bug #13570)
  • NAT: rewrite host resolver to handle more query types and make it asynchronous so that a stalled lookup doesn’t block all NAT traffic
  • Snapshots: don’t crash when restoring a snapshot which has more network adapters than the current state (ie when the snapshot uses ICH9 and the current state uses PIIX3)
  • Guest Control: various bugfixes for the copyfrom and copyto commands / API (bug #14336)
  • VBoxManage: list processor features on list hostinfo (bug #15334)
  • Linux hosts: fix for Linux 4.5 if CONFIG_NET_CLS_ACT is enabled (bug #15327)
  • Windows hosts: another fix for recent Windows 10 insider builds (bug #15337)
  • Windows hosts: make it work on Windows XP again (5.0.18 regression)
  • Windows Additions: fixed performance issues with PowerPoint 2010 and the WDDM graphics drivers if Aero is disabled

How to Install VirtualBox 5.0.20 on Ubuntu / Linux Mint via PPA :

To Install VirtualBox 5.0.20 on Ubuntu 16.04 Xenial Xerus, Ubuntu 15.10 wily werewolf, Ubuntu 15.04 Vivid Vervet, ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusty Tahr (LTS), Pinguy OS 14.04, Elementary OS 0.3 Freya and Linux Mint 17.2 Rafaela, Linux Mint 17.1 Rebecca, Linux Mint 17 Qiana derivative system via PPA, open a new Terminal window and bash (get it?) in the following commands:

Install VirtualBox 5.0.20 on Ubuntu 16.04 Xenial Xerus
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.asc -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get install virtualbox-5.0

Install VirtualBox 5.0.20 on Ubuntu 15.10 Willy Werewolf
sudo sh -c "echo 'deb http://download.virtualbox.org/virtualbox/debian wily contrib non-free' >> /etc/apt/sources.list.d/virtualbox.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-5.0

Install VirtualBox 5.0.20 on Ubuntu 15.04 Vivid Vervet
sudo sh -c "echo 'deb http://download.virtualbox.org/virtualbox/debian vivid contrib non-free' >> /etc/apt/sources.list.d/virtualbox.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-5.0

Install VirtualBox 5.0.20 on Ubuntu 14.04 Trusty Tahr
sudo sh -c "echo 'deb http://download.virtualbox.org/virtualbox/debian trusty contrib non-free' >> /etc/apt/sources.list.d/virtualbox.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-5.0
banner
Previous Post
Next Post

0 comments: