How to Install VirtualBox 6.0 on Ubuntu 18.04 LTS?
  • 5 years ago
How to Install VirtualBox 6.0 on Ubuntu 18.04 LTS?

Note: If you are not logged in as root, use 'sudo' before commands.

Right click on the Desktop, and then click on 'open terminal'. After that, follow the steps below:-

Step 1: Download and Install the key for virtualbox by commands below:-

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 -


Step 2: Add Oracle VirtualBox PPA to Ubuntu System

sudo add-apt-repository "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib"


Step 3: Install VirtualBox 6.0

sudo apt update

sudo apt install virtualbox-6.0


It's done


Thanks for watching, please like and subscribe

==============================================

https://www.facebook.com/HowtoTutorialsByAmit/