How to Manually Update curl on CentOS

PLURA

need epel-release

# yum -y update epel-release

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

# vi /etc/yum.repos.d/city-fan.repo

Paste the following contents:

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

Check version

# curl -V
ex) curl 7.78.0 (x86_64-redhat-linux-gnu) // 2021-08-14