Last active
February 27, 2018 19:31
-
-
Save glw/9651474 to your computer and use it in GitHub Desktop.
common solution to vituralbox guest addition failed install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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