Installing & Configuring VirtualBox on Fedora 9/10.

Hi Friends,

I am Sharing Method that How to Install Virtulbox on Fedora.

Follow this steps to install Virtualbox on fedora

Step 1:- First you have to download & install this rpm by executing following command:-
wget http://download.virtualbox.org/virtualbox/2.0.6/VirtualBox-2.0.6_39765_fedora9-1.i386.rpm && rpm -ivh VirtualBox-2.0.6_39765_fedora9-1.i386.rpm

Step 2:-Now get the kernel-devel Package:-

yum install make automake autoconf gcc kernel-devel dkms

Step 3:- Now Run the setup file for Virtualbox:-

/etc/init.d/vboxdrv setup

Step 4:- Now Add yourself to the vboxusers group and fix the SELinux Permission:-

usermod -G vboxusers -a <your-username>
chcon -t textrel_shlib_t /usr/lib/virtualbox/VirtualBox.so

Step 5:- Execute This command to Run VirtualBox
VirtualBox
or you can find this under Applications -> System Tools -> VirtualBox


You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Comments »

 
 

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*