How to install curl in CentOS/RHEL 7 (x86_64)
A utility for getting files from remote servers (FTP, HTTP, and others)
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 curl
Description
curl is a command line tool for transferring data with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3 and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks.
Compatibility
This package is compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
RPMs
| Package | Size | Changelog |
|---|---|---|
| curl-7.29.0-60.el7.gps1.x86_64 | 271 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) |