VirtualBox

A powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL).

Presently, VirtualBox runs on Windows, Linux, Macintosh and OpenSolaris hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista, Windows 7), DOS/Windows 3.x, Linux (2.4 and 2.6), Solaris and OpenSolaris, and OpenBSD.
Linux Host Installation
CentOS wiki page
https://www.liberiangeek.net/2014/09/installing-virtualbox-centos-7-headless-server-support-phpvirtualbox/

yum groupinstall 'Development Tools'
yum install kernel-devel kernel-headers dkms

Download the latest VirtualBox RPM:

cd /etc/yum.repos.d
wget http://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc
rpm --import oracle_vbox.asc

Install VirtualBox in CentOS 7:

yum update
yum install -y "kernel-devel-$(uname -r)"
yum install VirtualBox-5.2

Test if it's installed correctly:

/etc/init.d/vboxdrv setup

Extensions pack

wget https://download.virtualbox.org/virtualbox/5.2.16/Oracle_VM_VirtualBox_Extension_Pack-5.2.16.vbox-extpack

Other
Vagrant

Recent Updates

  • 1 year 12 months ago
  • 1 year 12 months ago
  • 1 year 12 months ago
    php 8.x
  • 1 year 12 months ago
    10.6.7
  • 2 years 1 day ago
    Drop Centos 5/6 stuff