How to Install VirtualBox on CentOS 6.3 x64
Introduction Virtual Box developed by oracle is a powerful cross-platform virtualization software. These are the steps to follow for installation of VirtualBox on CentOS. Installation The commands to install VirtualBox are as follows: yum -y groupinstall Desktop yum -y install qt qt-devel SDL-devel tigervnc-server gcc make kernel-devel export KERN_DIR=/usr/src/kernels/2.6.32-358.2.1.el6.x86_64rpm -ivh http://download.virtualbox.org/virtualbox/4.2.10/VirtualBox-4.2-4.2.10_84104_el6-1.x86_64.rpm /etc/init.d/vboxdrv setup…