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

Last updated: November 29,2024

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

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

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

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

Please follow the step by step instructions below to uninstall ghc-http-conduit.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:09:10 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-http-conduit
Version : 2.3.8
Release : 1.fc35
Architecture : x86_64
Size : 44 k
Source : ghc-http-conduit-2.3.8-1.fc35.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
: .