Skip to content

Instantly share code, notes, and snippets.

@lee-pai-long
Created January 20, 2016 14:24
Show Gist options
  • Save lee-pai-long/93226c3a12df782b7536 to your computer and use it in GitHub Desktop.
Save lee-pai-long/93226c3a12df782b7536 to your computer and use it in GitHub Desktop.

[LINUX MINT 17.2] Install virtualbox 5

$ [sudo] sh -c \
> 'echo "deb http://download.virtualbox.org/virtualbox/debian vivid contrib" \
> >> /etc/apt/sources.list.d/virtualbox.list' | \
> [sudo] apt-key add - && \
> [sudo] apt-get update && \
> [sudo] apt-get install virtualbox-5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment