Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lpf23/dbbff2e6eefb8b1a8da2 to your computer and use it in GitHub Desktop.
Save lpf23/dbbff2e6eefb8b1a8da2 to your computer and use it in GitHub Desktop.
Install VirtualBox Guest Additions on Centos 6.5
1. In order to fully update your guest system, open a terminal and run
yum update
as root.
2. Install the GNU C compiler and the kernel development packages using
yum install gcc
followed by
yum install kernel-devel
3. Reboot your guest system.
4. Install DKMS
yum install dkms
5. Insert Guest Additions CD and run through installation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment