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

Last updated: June 08,2024

1. Install "ghc-curl.x86_64" package

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

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

2. Uninstall "ghc-curl.x86_64" package

This is a short guide on how to uninstall ghc-curl.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 4:50:38 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-curl
Version : 1.3.8
Release : 8.fc36
Architecture : x86_64
Size : 106 k
Source : ghc-curl-1.3.8-8.fc36.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.