Skip to content

Instantly share code, notes, and snippets.

@earoc
Created March 22, 2019 09:08
Show Gist options
  • Select an option

  • Save earoc/e56286904142b97a80459c239d194c63 to your computer and use it in GitHub Desktop.

Select an option

Save earoc/e56286904142b97a80459c239d194c63 to your computer and use it in GitHub Desktop.
Install-VirtualBox6-on-Ubuntu18.04

Install virutal box on Linux Host

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"
sudo apt install virtualbox-6.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment