How to Download and install VirtualBox on ubuntu 18.04
The methoed of installation
1)
How to install virtual machine box in ubuntu 18.04
open terminal
alt+ctrl+t
2)
Step 2 – Setup Apt Repository
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 –
sudo add-apt-repository “deb http://download.virtualbox.org/virtualbox/debian bionic contrib”
3)
Step 3 – Install VirtualBox on Ubuntu 18.04
sudo apt update
sudo apt install virtualbox-6.1
4)
open virtual box
virtualbox
ubuntu download