Skip to content

Instantly share code, notes, and snippets.

@merolhack
Last active November 19, 2015 00:51
Show Gist options
  • Save merolhack/40c784c604660a652499 to your computer and use it in GitHub Desktop.
Save merolhack/40c784c604660a652499 to your computer and use it in GitHub Desktop.
REHL(CentOS & Oracle Linux) 7: Instalación de VirtualBox sobre Centos 7
# Show network interfaces
ifconfig -a
ip link show
# Download repository
cd /etc/yum.repos.d/
wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo
# Update:
yum update -y
# Instalar EPEL:
yum install epel-release -y
# Buscar la versión más reciente de VirtualBox:
yum search VirtualBox
# Instalar la versión más reciente:
yum install VirtualBox-5.0 -y
# Instalar el paquete de desarrollo del Kernel
yum install kernel-devel -y
# Exportar variable:
KERN_DIR=/usr/src/kernels/3.10.0-229.14.1.el7.x86_64/
export KERN_DIR
/sbin/rcvboxdrv setup
# Ejecutar binario como root:
VirtualBox
@ananet
Copy link

ananet commented Oct 15, 2015

Good Day, Hi dear friend i am ananet grant by name, your profile looks very nice. please I will like you to reply me with my email ( [email protected])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment