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

Last updated: July 05,2024

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

Here is a brief guide to show you how to install ghc-http-conduit.x86_64 on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall ghc-http-conduit.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:42:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-http-conduit
Version : 2.3.7.3
Release : 4.fc34
Architecture : x86_64
Size : 38 k
Source : ghc-http-conduit-2.3.7.3-4.fc34.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
: .