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.

Revisions

  1. earoc created this gist Mar 22, 2019.
    8 changes: 8 additions & 0 deletions Install-VirtualBox6-on-Ubuntu18.04.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # 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
    ```