La mayoría del servicio CURL estará predeterminado en la última versión de Centos 7 y Ubuntu OS.
Para instalar el servicio CURL en las versiones anteriores. Siga los pasos a continuación:
Para Ubuntu:
1. Instale CURL usando el comando
sudo apt-get install curl
2. Reinicie Apache
sudo servicio apache2 reiniciar
3. Instale PHP5 CURL
sudo apt-get install php5-curl
se le pedirá que instale... ¡escriba y o yes!
4. Luego reinicie Apache
sudo servicio apache2 reiniciar
Para Centos:
1. Elimínelo si hay algún paquete existente instalado
yum eliminar curl curl-devel
2. Descarga el curl desde el siguiente enlace
wget http://curl.haxx.se/download/curl-7.24.0.tar.bz2
3. Extraiga el archivo usando el comando
tar xfj curl-7.24.0.tar.bz2
4. Vaya al directorio donde instalamos curl y use el siguiente comando.
cd curl-7.24.0
./configure –prefijo=/usr
hacer
hacer instalar
5. Para verificar la versión Curl y el Servicio
rizo -V