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

Last updated: April 26,2024

1. Install "curl.x86_64" package

Please follow the guidance below to install curl.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install curl.x86_64

2. Uninstall "curl.x86_64" package

Please follow the guidance below to uninstall curl.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove curl.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1 day, 3:28:40 ago on Sun May 9 13:03:46 2021.
Installed Packages
Name : curl
Version : 7.61.1
Release : 14.el8_3.1
Architecture : x86_64
Size : 693 k
Source : curl-7.61.1-14.el8_3.1.src.rpm
Repository : @System
From repo : anaconda
Summary : A utility for getting files from remote servers (FTP, HTTP, and others)
URL : https://curl.haxx.se/
License : MIT
Description : curl is a command line tool for transferring data with URL syntax, supporting
: FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP,
: SMTP, POP3 and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP
: uploading, HTTP form based upload, proxies, cookies, user+password
: authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer
: resume, proxy tunneling and a busload of other useful tricks.