How to Install and Uninstall ghc-curl.x86_64 Package on Fedora 35

Last updated: July 03,2024

1. Install "ghc-curl.x86_64" package

This is a short guide on how to install ghc-curl.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ghc-curl.x86_64

2. Uninstall "ghc-curl.x86_64" package

Please follow the guidance below to uninstall ghc-curl.x86_64 on Fedora 35:

$ sudo dnf remove ghc-curl.x86_64 $ sudo dnf autoremove

3. Information about the ghc-curl.x86_64 package on Fedora 35

Last metadata expiration check: 2:11:41 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-curl
Version : 1.3.8
Release : 7.fc35
Architecture : x86_64
Size : 132 k
Source : ghc-curl-1.3.8-7.fc35.src.rpm
Repository : fedora
Summary : Haskell binding to libcurl
URL : https://hackage.haskell.org/package/curl
License : BSD
Description : Libcurl is a client-side URL transfer library, supporting FTP, FTPS, HTTP,
: HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS and FILE. 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!
:
: This package provides a Haskell binding to libcurl.