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

Last updated: March 01,2025

1. Install "ghc-http-conduit.x86_64" package

Learn how to install ghc-http-conduit.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-http-conduit.x86_64

2. Uninstall "ghc-http-conduit.x86_64" package

Please follow the guidelines below to uninstall ghc-http-conduit.x86_64 on Fedora 36:

$ sudo dnf remove ghc-http-conduit.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:05:28 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-http-conduit
Version : 2.3.8
Release : 2.fc36
Architecture : x86_64
Size : 44 k
Source : ghc-http-conduit-2.3.8-2.fc36.src.rpm
Repository : fedora
Summary : HTTP client package with conduit interface and HTTPS support
URL : https://hackage.haskell.org/package/http-conduit
License : BSD
Description : This package uses conduit for parsing the actual contents of the HTTP
: connection. It also provides higher-level functions which allow you to avoid
: directly dealing with streaming data. See
: for more information.
:
: The 'Network.HTTP.Conduit.Browser' module has been moved to
: .