• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Install Oracle VM VirtualBox 5.1.0 On Ubuntu 16.04

Install Oracle VM VirtualBox 5.1.0 On Ubuntu 16.04

By Sourabh / July 15, 2016 Category: How To, Ubuntu

Oracle VM VirtualBox 5.1.0 released. Install Virtualbox 5.1 on Ubuntu 16.04. Oracle VM VirtualBox 5.1.0 is a virtualization software package.

Oracle VM VirtualBox runs on standard x86 desktop and laptop computers. It allows users to set up multi-platform virtual machine environments for software development, testing, and general purpose operating system (OS) virtualization, with optional runtime encryption.

The 5.1 release supports the latest guest or host operating systems including: Mac OS X Yosemite, Windows 10, Oracle Linux, Oracle Solaris, other Linux operating systems, and legacy operating systems. New main capabilities in Oracle VM VirtualBox 5.1 are:

  • Improved Performance: Significantly improved performance for multi-CPU virtual machines and networking.
  • Bug Reporting Tool: New utility able to collect all the information and logs related to the host and guest operating system, for debug or analysis purposes.
  • Improved Logging Window: New logging functionalities to highlight and filter information related to guest Virtual Machines.
  • Improved multimedia availability: Improved support for different USB devices and multi-channel audio availability.
  • Flash storage emulation: New NVMHCI storage controller emulation available, able to emulate NVME devices – Flash storage – on guest Virtual Machine.
  • Improved Linux integration: Automatic modules deployment in case of a Linux Kernel upgrade and improved systemd integration for the latest releases of popular Linux distributions.

Install Virtualbox 5.1 on Ubuntu 16.04

Run the following commands in Terminal to install Virtualbox 5.1 on Ubuntu 16.04:

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

Install Virtualbox 5.1 on Ubuntu 15.10

Run the following commands in Terminal to install Virtualbox 5.1 on Ubuntu 15.10:

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

Install Virtualbox 5.1 on Ubuntu 15.04

Run the following commands in Terminal to install Virtualbox 5.1 on Ubuntu 15.04:

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

Remove Virtualbox from Ubuntu

If you wish to uninstall Virtualbox from Linux Ubuntu, run the command given below:

sudo apt remove virtualbox-5.1

Tags: Install Virtualbox 5.1 on Ubuntu, Install Virtualbox 5.1 on Ubuntu 15.04, Install Virtualbox 5.1 on Ubuntu 15.10, Install Virtualbox 5.1 on Ubuntu 16.04, Install Virtualbox 5.1 on Ubuntu 16.10, Install VirtualBox on Ubuntu, Install VirtualBox on Ubuntu 15.04, Install VirtualBox on Ubuntu 15.10, Install VirtualBox on Ubuntu 16.04, Install Virtualbox on Ubuntu 16.10, Oracle VirtualBox Ubuntu, Oracle VM VirtualBox 5.1.0, Oracle VM VirtualBox 5.1.0 Ubuntu, Ubuntu Oracle VirtualBox, Ubuntu Oracle VM VirtualBox 5.1.0, Ubuntu Virtualbox 5.1, Virtualbox 5.1, Virtualbox 5.1 Ubuntu

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap