How to Install and Uninstall libcurl.x86_64 Package on Rocky Linux 8

Last updated: May 19,2024

1. Install "libcurl.x86_64" package

Please follow the guidelines below to install libcurl.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install libcurl.x86_64

2. Uninstall "libcurl.x86_64" package

Here is a brief guide to show you how to uninstall libcurl.x86_64 on Rocky Linux 8:

$ sudo dnf remove libcurl.x86_64 $ sudo dnf autoremove

3. Information about the libcurl.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:26:38 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : libcurl
Version : 7.61.1
Release : 22.el8_6.4
Architecture : x86_64
Size : 301 k
Source : curl-7.61.1-22.el8_6.4.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.