Skip to content

Instantly share code, notes, and snippets.

@surajssd
Last active February 1, 2021 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save surajssd/cfea883fa07b7c7262f88ffcf9e4d132 to your computer and use it in GitHub Desktop.
Save surajssd/cfea883fa07b7c7262f88ffcf9e4d132 to your computer and use it in GitHub Desktop.
Install Virtual Box on Ubuntu
apt-get update && \
apt-get -y upgrade && \
apt-get install -y make git byobu linux-generic
systemctl reboot
apt-get install -y linux-headers-`uname -r` && \
apt install -y virtualbox && \
apt-get install -y vagrant && \
dpkg-reconfigure virtualbox-dkms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment