How to Install and Uninstall curl.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "curl.x86_64" package

This guide covers the steps necessary to install curl.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install curl.x86_64

2. Uninstall "curl.x86_64" package

Please follow the instructions below to uninstall curl.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove curl.x86_64 $ sudo dnf autoremove

3. Information about the curl.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:23:18 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : curl
Version : 7.76.1
Release : 26.el9_3.2
Architecture : x86_64
Size : 298 k
Source : curl-7.76.1-26.el9_3.2.src.rpm
Repository : ubi-9-baseos-rpms
Summary : A utility for getting files from remote servers (FTP, HTTP, and others)
URL : https://curl.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.