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

Last updated: October 01,2024

1. Install "ghc-curl.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-curl.x86_64 on Fedora 38

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

2. Uninstall "ghc-curl.x86_64" package

This guide covers the steps necessary to uninstall ghc-curl.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 4:23:12 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-curl
Version : 1.3.8
Release : 17.fc38
Architecture : x86_64
Size : 121 k
Source : ghc-curl-1.3.8-17.fc38.src.rpm
Repository : fedora
Summary : Haskell binding to libcurl
URL : https://hackage.haskell.org/package/curl
License : BSD-3-Clause
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.