logo

Let’s Work Together

Partner with you to deliver responsive and cost-effective IT & Support solutions
Reponsive
Cost-Effective
Partner with you
Focus
Attitude to Serve
Professional
These are the reasons why AionSolution is your vendor when you are seeking someone to support your IT in your office.
info@aionsolution.com
+852 2636 6177

How I installed virtualbox 4.3 on CentOS 6.5 x86_64

All of these steps must be done as root unless otherwise specified.

Step 1: Install the EPEL repository

Step 2: Create /etc/yum.repos.d/virtualbox.repo

It should contain this:

Step 3: Install the necessary system packages

Step 4: Install VirtualBox

The setup step may take some time.

Step 5: Add users to the vboxusers group

Substitute <your_user_name> with your user name.

Step 6: Run VirtualBox

This can be done as root or as one of the users in vboxusers group.

How I installed virtualbox 4.3 on CentOS 6.5 x86_64