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

Last updated: October 13,2024

1. Install "libcurl.i686" package

This is a short guide on how to install libcurl.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libcurl.i686

2. Uninstall "libcurl.i686" package

This guide let you learn how to uninstall libcurl.i686 on Fedora 39:

$ sudo dnf remove libcurl.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:55:30 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libcurl
Version : 8.2.1
Release : 4.fc39
Architecture : i686
Size : 349 k
Source : curl-8.2.1-4.fc39.src.rpm
Repository : updates
Summary : A library for getting files from web servers
URL : https://curl.se/
License : curl
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.