Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MatheusFaria/7228402504efd5bf4487 to your computer and use it in GitHub Desktop.
Save MatheusFaria/7228402504efd5bf4487 to your computer and use it in GitHub Desktop.

Virtual Box Guest Addtions pre-requiriments

For some one how is going to use the virtual box of Cent OS 6.4, and want to install the guest addtions

sudo yum update kernel*
sudo reboot now
uname -r
KERN_DIR=/usr/src/kernels/2.6.32-431.11.2.el6.i686
sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
sudo yum install gcc kernel-devel kernel-headers dkms make bzip2 perl -y
sudo reboot now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment