Update 16 Nov 2011
Hi, check out my new post Install VirtualBox on Fedora 16 Host. The procedure is very much the same, you can use the instructions below for Fedora 15 and Fedora 16.
Installing VirtualBox on Fedora 15 Host System Using YUM
- First you need to download the repository file for yum located at http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo
- Then you need to copy the repo file to yum depository folder
$sudo cp virtualbox.repo /etc/yum.repos.d/
- Install dkms using the command
$sudo yum install dkms
- Unlike the previous practice, now you need to specify the version number in order to install VirtualBox. This allows user flexibility to install the previous version of VirtualBox instead of the latest version. The following versions are available:
- virtualbox-4.0 (latest)
- virtualbox-3.2
- virtualbox-3.1
- virtualbox-3.0
- virtualbox-2.2
- virtualbox-2.1
- virtualbox-2.0
- To install the latest version of VirtualBox use the command
$sudo yum install virtualbox-4.0
Automation
An installation script was created to automatically configures the repository file and install VirtualBox 4.0. If you would like to use earlier version of VirtualBox, please modify the script yourself. You can download the script at FC15-vbox-install-noarch
***End***
Posted by technozeal