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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -