How To Install VirtualBox In Fedora MYBTH Story
To learn more information about this topic visit: My Brave True Hero
Brought to you by: My Brave True Hero - http://www.mybravetruehero.com
Page 1
I’m been trying to install VirtualBox for a very long time now and I just can’t find the correct tutorial but finally after long days of searching I finally found the tutorial that really works and I tested it myself, so i’m going to share this steps and also include the original source for this so all credits goes to the author, what i’m just trying to do is spread it more so that everyone that felt the same way as I do will be happy LOL Anyway here is the steps this is only for fedora just go to the original site for the installation on CentOS 5.5, Red Hat (RHEL) 5.5 and Red Hat (RHEL) 6 1. Go to terminal change user to root, type this command su then it will ask for your root password 2. Install Fedora Repo (Repositories) Files, type this command in the terminal cd /etc/yum.repos.d/ wget http://download.virtualbox.org/virtual box/rpm/fedora/virtualbox.repo 3. Update the latest package, type this command Brought to you by: My Brave True Hero - http://www.mybravetruehero.com
Page 2
yum update 4. Install the following dependency packages, type this command yum install gcc kernel-devel kernelheaders ## PAE kernel users install ## yum install gcc kernel-PAE-devel kernel-headers 5. Install VirtualBox Latest Version yum install VirtualBox-4.0 6. Add VirtualBox User to vboxusers Group usermod -a -G vboxusers user_name 7.Start VirtualBox, type this command VirtualBox
Brought to you by: My Brave True Hero - http://www.mybravetruehero.com
Page 3
Thats it simple right here is the original source click here
2 inShare
Related posts: 1. How To Install Google Chrome In Fedora 13-14
2. How To Run .bin File In Linux
Brought to you by: My Brave True Hero - http://www.mybravetruehero.com
Page 4
To learn more information about this topic visit: My Brave True Hero
Brought to you by: My Brave True Hero - http://www.mybravetruehero.com
Page 5