Skip to content

Instantly share code, notes, and snippets.

@nalingarg2
Created November 17, 2015 18:35
Show Gist options
  • Save nalingarg2/d9b9a29ef68b49f4f165 to your computer and use it in GitHub Desktop.
Save nalingarg2/d9b9a29ef68b49f4f165 to your computer and use it in GitHub Desktop.
yum update -y
yum groupinstall 'Development Tools'
yum install SDL kernel-devel kernel-headers dkms
cd /etc/yum.repos.d/
wget http://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc
rpm --import oracle_vbox.asc
yum install VirtualBox-5.0
systemctl status vboxdrv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment