MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: cmdman on 2015-11-17, 11:57:00

Title: how to upgrade curl to latest version
Post by: cmdman on 2015-11-17, 11:57:00
hi mr

iam installing a web application but it requries latest curl  minimum version 7.30 how can update to latest version ,now i have present version is 7.19
 
Title: Re: how to upgrade curl to latest version
Post by: MRatWork on 2015-11-17, 13:37:31
Read http://curl.haxx.se/download.html

Or, try:
Code: [Select]
echo '[CityFan]' > /etc/yum.repos.d/city-fan.repo
echo 'name=City Fan Repo' >> /etc/yum.repos.d/city-fan.repo
echo 'baseurl=http://www.city-fan.org/ftp/contrib/yum-repo/rhel$releasever/$basearch/' >> /etc/yum.repos.d/city-fan.repo
echo 'enabled=1' >> /etc/yum.repos.d/city-fan.repo
echo 'gpgcheck=0' >> /etc/yum.repos.d/city-fan.repo

yum update
Title: Re: how to upgrade curl to latest version
Post by: tkumar.patna on 2020-04-12, 07:44:21
Not working now. Please check with centos 7. Also one more thing, new setup on centos7 found  some broken link like mirrors.iuscommunity.org. It's now ius.io. Please check and update setup file with everything updated like curl version is very old also some other things.