How to Install and Uninstall libcurl.i686 Package on Fedora 36

Last updated: October 06,2024

1. Install "libcurl.i686" package

Here is a brief guide to show you how to install libcurl.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install libcurl.i686

2. Uninstall "libcurl.i686" package

This guide covers the steps necessary to uninstall libcurl.i686 on Fedora 36:

$ sudo dnf remove libcurl.i686 $ sudo dnf autoremove

3. Information about the libcurl.i686 package on Fedora 36

Last metadata expiration check: 1:17:04 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : libcurl
Version : 7.82.0
Release : 8.fc36
Architecture : i686
Size : 327 k
Source : curl-7.82.0-8.fc36.src.rpm
Repository : 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.