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

Last updated: October 05,2024

1. Install "libcurl.x86_64" package

Please follow the steps below to install libcurl.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libcurl.x86_64

2. Uninstall "libcurl.x86_64" package

Please follow the guidelines below to uninstall libcurl.x86_64 on CentOS Stream 8:

$ sudo dnf remove libcurl.x86_64 $ sudo dnf autoremove

3. Information about the libcurl.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:58:51 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : libcurl
Version : 7.61.1
Release : 34.el8
Architecture : x86_64
Size : 304 k
Source : curl-7.61.1-34.el8.src.rpm
Repository : baseos
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.