Created
June 11, 2014 19:45
-
-
Save lpf23/dbbff2e6eefb8b1a8da2 to your computer and use it in GitHub Desktop.
Install VirtualBox Guest Additions on Centos 6.5
This file contains hidden or 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
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