centos5 - How do I upgrade curl in Centos 5.11? -


could please direct me on how upgrade curl on centos 5.11 server?

my current version: curl --version curl 7.15.5 (x86_64-redhat-linux-gnu) libcurl/7.15.5 openssl/0.9.8b zlib/1.2.3 libidn/0.6.5 protocols: tftp ftp telnet dict ldap http file https ftps features: gss-negotiate idn ipv6 largefile ntlm ssl libz

1) create new file /etc/yum.repos.d/city-fan.repo

2) paste following contents:

[cityfan] name=city fan repo baseurl=http://www.city-fan.org/ftp/contrib/yum-repo/rhel$releasever/$basearch/ enabled=1 gpgcheck=0 

3) type:

yum clean yum install curl  

4) , should work

observe other rhel/centos versions, have specify appropriate city-fan url


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -