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

Last updated: September 20,2024

1. Install "libcurl.x86_64" package

This guide covers the steps necessary to install libcurl.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libcurl.x86_64

2. Uninstall "libcurl.x86_64" package

Please follow the steps below to uninstall libcurl.x86_64 on Fedora 34:

$ sudo dnf remove libcurl.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:51:20 ago on Tue Sep 6 02:10:55 2022.
Installed Packages
Name : libcurl
Version : 7.76.1
Release : 16.fc34
Architecture : x86_64
Size : 649 k
Source : curl-7.76.1-16.fc34.src.rpm
Repository : @System
From repo : updates
Summary : A library for getting files from web servers
URL : https://curl.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.