Install Oracle VirtualBox on Fedora 16 / Fedora 17
Manual Procedure
First, you need to download the repository file from:
http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo
| 
1 | sudomvvirtualbox.repo /etc/yum.repos.d/ | 
Then you need to install dkms as follows:
| 
1 | sudoyum installdkms | 
To install the latest version of VirtualBox use the command:
| 
1 | sudoyum installvirtualbox-4.1 | 
If you prefer the older version of VirtualBox just change the version number such as:
| 
1 
2 
3 
4 
5 | sudoyum installvirtualbox-3.2sudoyum installvirtualbox-3.1sudoyum installvirtualbox-3.0sudoyum installvirtualbox-2.2sudoyum installvirtualbox-2.1 | 
Automation Script
Please remember to change the script to execution mode:
| 
1 | chmod+x FC17-vbox-install-noarch | 
To sun the script use the command:
| 
1 | sudo./FC17-vbox-install-noarch | 











