Skip to content

Instantly share code, notes, and snippets.

@glw
Last active February 27, 2018 19:31
Show Gist options
  • Save glw/9651474 to your computer and use it in GitHub Desktop.
Save glw/9651474 to your computer and use it in GitHub Desktop.
common solution to vituralbox guest addition failed install
#from ubuntu installation
sudo apt-get install dkms build-essential linux-headers-generic gcc make
#for ubuntu 14.04 it may be necessary to install the following...when prompted choose yes for new install.
sudo apt-get install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment