tools not groupinstall exist does development compiler build centos utilities rhel

build - not - yum groupinstall development tools



Crear y construir utilidades en CentOS/RHEL? (4)

He estado buscando infructuosamente una forma de instalar make utility en mi CentOS 5.2. He revisado algunos repositorios de RPM y en línea, sin resultado. ¡Instalar gcc , gcc-c++ no ayudó! Package build-essential no está hecho para CentOS / RHEL. Tengo repositorio RPMFORGE habilitado en YUM.



yum install make

también funciona


yum groupinstall "Development Tools"

o

yum install gcc gcc-c++ kernel-devel


Lo necesitará si groupinstall no funciona:

yum install -y gcc-c++ make