Category - LINUX

Step By Step Virtual Box Installation On UBUNTU

STEP BY STEP VIRTUAL BOX INSTALLATION ON UBUNTU

This tutorial covers installations and configuration of VirtualBox 6 on Ubuntu Machine. Which is having proper Internet connection.

We will be installing VirtualBox from Oracle Repository as below .

Step 1=> Importing Keys
Open Terminal and run below command

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 APT Repo for VirtualBox
Continue from above terminal and execute below.

echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list

Step 3=> Update System Repo
Continue from above terminal and execute below.

sudo apt update

Step 4=> Install latest Version of VBox as below
Continue from above terminal and execute below.

sudo apt install virtualbox-6.1

Step 5=> Install latest Guest Version as below
Continue from above terminal and execute below.

sudo apt install virtualbox-ext-pack

Step 6=> Start VitualBox

Goto -> Activitities -> Click on VirtualBox