How to install libcurl-latest in CentOS/RHEL 9 (x86_64)
A library for getting files from web servers
License: MIT
https://curl.se/
Install
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install libcurl-latest
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, Kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks.
RPMs
libcurl-latest-8.19.0-1.el9.x86_64
[708 KiB]
Danila Vershinin (2026-03-12)
—
- Added support for HTTP/3 and QUIC protocols. · - Improved performance for large file transfers. · - Fixed several security vulnerabilities. · - Updated documentation for new features. · - Enhanced compatibility with various SSL backends. · - Resolved issues with proxy handling. · - Minor bug fixes and stability improvements.
libcurl-latest-8.18.0-1.el9.x86_64
[705 KiB]
Danila Vershinin (2026-01-08)
—
- Added support for HTTP/3 protocol. · - Improved performance for large file transfers. · - Fixed security vulnerabilities in TLS handling. · - Updated documentation for new features. · - Enhanced compatibility with recent OpenSSL versions. · - Resolved build issues on certain Linux distributions. · - Improved error messages for better debugging.
libcurl-latest-8.17.0-1.el9.x86_64
[699 KiB]
Danila Vershinin (2025-11-29)
—
- upstream release v8.17.0 · - enable HTTP/3 support via quictls and bundled nghttp3/ngtcp2 · - enable Zstd compression support · - enable SCP/SFTP support via bundled libssh2 · - include wcurl utility and shell completions for zsh/fish