Install VirtualBox 3.2.8 on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5/6

VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. VirtualBox is a general-purpose full virtualizer for x86 hardware. Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software.

VirtualBox supports a large number of guest operating systems:

  • Windows 3.x
  • Windows NT 4.0
  • Windows 2000
  • Windows XP
  • Windows Server 2003
  • Windows Vista
  • Windows 7
  • DOS
  • Linux (2.4 and 2.6)
  • Solaris
  • OpenSolaris
  • OpenBSD

This howto shows howto install VirtualBox on Fedora 12, Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5 and Red Hat (RHEL) 6. This howto advantage Virtual Box yum repositories.

Change to root User

su -
## OR ##
sudo -i

Install Fedora or RHEL Repo Files

cd /etc/yum.repos.d/
 
## Fedora 12/13 and RHEL 6 users
wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo
 
## CentOS 5 and RHEL 5 users
wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo

Update repositories with check-update or update command

yum check-update
## OR ##
yum update

Install VirtualBox Latest Version (current 3.2.8)

yum install VirtualBox-3.2

Note:
This command create automatically vboxusers group and VirtualBox user must be member of that group.
This command also build needed kernel modules.

Add VirtualBox User to vboxusers Group

usermod -a -G vboxusers user_name

Start VirtualBox

Use launcher or simply:

VirtualBox

Check also:

Install VirtualBox Guest Additions on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5/6

Related posts:

  1. Install VirtualBox Guest Additions on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5/6 This is guide, howto install VirtualBox Guest Additions on Fedora, CentOS and Red Hat (RHEL). This guide should work with...
  2. Install MongoDB 1.6.0 on Fedora 13, CentOS 5.5, Red Hat (RHEL) 5.5 What is MongoDB?MongoDB (from “humongous”) is a scalable, high-performance, open source, schema-free, document-oriented database. Written in C++. MongoDB bridges the...
  3. Install OpenOffice.org 3.2.1/3.3.0 on Fedora 13, CentOS/Red Hat (RHEL) 5.5 OpenOffice.org 3.2 is released and the new version has many new features. Example following: Faster Start Up Times - OpenOffice.org...
  4. Install Sun/Oracle Java JDK/JRE 7 (b108) on Fedora 13/CentOS 5.5/RHEL 5.5/6 I have before written guide, Howto Install Sun/Oracle Java JDK and JRE 6 on Fedora 12, Fedora 13, CentOS 5.5,...
  5. Install Sun/Oracle Java JDK/JRE 6 (u21) on Fedora 13/CentOS 5.5/RHEL 5.5/6 This guide is updated/rewritten Jul 29, 2010 to use currently latest Sun/Oracle Java JDK and JRE 6 Update 21 and...

About the Author

Hi, I'm JR and the Founder of if not true then false. I am a software developer, and I have over ten years experience in programming. I'm big fan of Linux and Open Source. And normally I use just Linux environments.

Like If (!1) 0 on Facebook: