[SOLUCIONADO] ¿Como instalar virtual box en Red Hat?

Iniciado por baron.power, Enero 29, 2014, 06:08:49 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Enero 29, 2014, 06:08:49 PM Ultima modificación: Agosto 19, 2014, 09:36:14 PM por Expermicid
hola, estoy muy verde con el tema de red hat, y me gustaria que me indicaran como instalar en red hat la virtual box, o si existe algun manual. Gracias, saludos

Añades los repositorios según tu sistema.

Para RedHat EL 6 / CentOS 6
Código: text
## RHEL 6.4/6.3/6.2/6.1/6.0/5.9/5.8/5.6 and CentOS 6.4/6.3/6.2/6.1/6.0/5.9/5.8/5.6 ##
cd /etc/yum.repos.d/
wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo


Para RedHat EL 5 / CentOS 5
Código: text
## RHEL 5 and CentOS 5 ##
wget http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
rpm -Uvh epel-release-5-4.noarch.rpm


Procedes a instalar las dependencias:
Código: text
yum update
yum install binutils qt gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms


Instalas VirtualBox:
Código: text
yum install VirtualBox-4.3


Reconstruyes los Modulos de Kernel para Virtualbox:
Código: text
/etc/init.d/vboxdrv setup

o si no:
Código: text
service vboxdrv setup


Saludos ;)

Tambien puedes verificarte este link:
You are not allowed to view links. You are not allowed to view links. Register or Login or You are not allowed to view links. Register or Login

La informacion no esta del todo actualizada pero puede servirte de referencia.
Ralph wiggum