Cita:
Iniciado por devilsoulblack Cuando tipeo eso me sale lo siguiente:
Código:
root@srv1 [~]# yum install php-gd
Repository extras is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository base is listed more than once in the configuration
Repository addons is listed more than once in the configuration
Setting up Install Process
Setting up repositories
extras 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
addons 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
No Match for argument: php-gd
Nothing to do
Pasa que primero debiste hacer un yum search php
ello te mostraría que el paquete a instalar es php-gd.i386
ahora si lo quieres hacer fácil, haz:
yum install php*
si quieres la vía ortodoxa y correcta, es:
yum install php-gd.i386
eduardoquiroz.cl
eduardoquiroz.com