May 08, 2013, 4:31 PM — Here's how you can install VirtualBox 4.2.12 in Fedora 18.
1. Open a terminal window.
2. Type in the following commands then hit Enter after each.
sudo cd /etc/yum.repos.d/
sudo wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo
sudo yum update
yum install binutils qt gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms
sudo yum install VirtualBox-4.2
sudo service vboxdrv setup
sudo usermod -a -G vboxusers your_user
For more, see the original article at the link below.


















