Skip to content

Instantly share code, notes, and snippets.

@sibosend
Last active April 17, 2020 06:26
Show Gist options
  • Save sibosend/c2225281e4759ab412ef1b619c8d9aa7 to your computer and use it in GitHub Desktop.
Save sibosend/c2225281e4759ab412ef1b619c8d9aa7 to your computer and use it in GitHub Desktop.
Install VirtualBox Guest Additions in CentOS, RHEL & Fedora

yum -y install epel-release

yum -y update

yum install make gcc kernel-headers kernel-devel perl dkms bzip2

export KERN_DIR=/usr/src/kernels/$(uname -r)

mount -r /dev/cdrom /media

cd /media/

./VBoxLinuxAdditions.run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment