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

Last updated: May 02,2024

1. Install "libcurl.x86_64" package

In this section, we are going to explain the necessary steps to install libcurl.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libcurl.x86_64

2. Uninstall "libcurl.x86_64" package

Please follow the step by step instructions below to uninstall libcurl.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libcurl.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 3:32:28 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : libcurl
Version : 7.61.1
Release : 14.el8_3.1
Architecture : x86_64
Size : 579 k
Source : curl-7.61.1-14.el8_3.1.src.rpm
Repository : @System
From repo : anaconda
Summary : A library for getting files from web servers
URL : https://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.