

Once you’ve downloaded and extracted the latest cURL, it’s time to build them. It would create a new folder on the present working directory Building cURL on CentOS/RHEL Download the latest cURL source – you can refer to their official download page to know the latest version.I always have up-to-date installed packages. Though this is optional, I prefer doing so. Let’s get the required dependencies installed.

But the procedure remains the same for any other version. The following example is for 7.67 (latest as I write) on CentOS 8.x and Ubuntu 20.x. This is just one example you may have some other requirements. So, I had only one option – build from the source. However, the latest cURL version (7.67) supports HTTP/3. Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftpįeatures: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz ~]# BTW, there are more you can do with cURL. Lately, I was testing HTTP/3 using cURL with the default shipped version on CentOS, but that didn’t work. Looking to build the latest cURL from the source?ĬURL shipped with the OS may not be up-to-date, and if you need the newest version for a particular requirement, then you need to build from the source.
