Skip to content

Instantly share code, notes, and snippets.

@lpf23
Last active August 29, 2015 14:03
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 lpf23/93726831a62cc3ca3a64 to your computer and use it in GitHub Desktop.
Save lpf23/93726831a62cc3ca3a64 to your computer and use it in GitHub Desktop.
Install VirtualBox Guest Additions on Ubuntu
These steps have worked with Ubuntu 14.04, Kubuntu 14.04 and Lubuntu 14.04
1) # sudo apt-get update
2) # sudo apt-get upgrade
3) # sudo apt-get install linux-headers-generic
4) # sudo apt-get install build-essential dkms
5) # cd /media/<user>/VBOXADDITIONS_<version>/
6) # sudo ./VBoxLinuxAdditions.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment