How to install libcurl in CentOS/RHEL 7 (x86_64)
A library for getting files from web servers
Install
sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm sudo yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm sudo yum -y install yum-utils sudo yum-config-manager --enable getpagespeed-extras-testing sudo yum -y install libcurl
Description
libcurl is a free and easy-to-use client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3 and RTSP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more.
Compatibility
This package is compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
RPMs
| Package | Size | Changelog |
|---|---|---|
| libcurl-7.29.0-60.el7.gps1.x86_64 | 223 KiB |
Danila Vershinin (2026-06-25) - GetPageSpeed extended-security rebuild of the stock EL7 curl (ABI/SONAME · unchanged), backporting curl CVE fixes left unpatched after EL7 EOL. · - tighten SFTP "/~/" home-relative path handling (CVE-2023-27534) · - only reuse a connection with the same GSSAPI delegation (CVE-2023-27536) · - do not reload cookies from the parent handle file on duphandle (CVE-2023-38546) · - do not reuse a proxy connection with different proxy credentials (CVE-2026-3784) · - do not reuse a clear-text connection when TLS is required (CVE-2026-4873) · - see SECURITY.md for the full per-CVE applicability analysis (patched, · not-affected, and assessed-deferred) |