How to Install and Uninstall curl.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "curl.x86_64" package

This tutorial shows how to install curl.x86_64 on Fedora 34

$ 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 Fedora 34:

$ sudo dnf remove curl.x86_64 $ sudo dnf autoremove

3. Information about the curl.x86_64 package on Fedora 34

Last metadata expiration check: 2:05:22 ago on Tue Sep 6 08:10:37 2022.
Installed Packages
Name : curl
Version : 7.76.1
Release : 16.fc34
Architecture : x86_64
Size : 670 k
Source : curl-7.76.1-16.fc34.src.rpm
Repository : @System
From repo : updates
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.