How to Install and Uninstall libcurl.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 05,2024

1. Install "libcurl.x86_64" package

Learn how to install libcurl.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libcurl.x86_64

2. Uninstall "libcurl.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libcurl.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove libcurl.x86_64 $ sudo yum autoremove

3. Information about the libcurl.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : libcurl
Arch : x86_64
Version : 7.29.0
Release : 59.el7_9.1
Size : 429 k
Repo : installed
From repo : updates
Summary : A library for getting files from web servers
URL : http://curl.haxx.se/
License : MIT
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.