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

Last updated: May 08,2024

1. Install "ghc-conduit.x86_64" package

Please follow the step by step instructions below to install ghc-conduit.x86_64 on Fedora 34

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

2. Uninstall "ghc-conduit.x86_64" package

Please follow the instructions below to uninstall ghc-conduit.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:06:01 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-conduit
Version : 1.3.2
Release : 3.fc34
Architecture : x86_64
Size : 162 k
Source : ghc-conduit-1.3.2-3.fc34.src.rpm
Repository : fedora
Summary : Streaming data processing library
URL : https://hackage.haskell.org/package/conduit
License : MIT
Description : `conduit` is a solution to the streaming data problem, allowing for production,
: transformation, and consumption of streams of data in constant memory.
: It is an alternative to lazy I/O which guarantees deterministic resource
: handling.
:
: For more information about conduit in general, and how this package in
: particular fits into the ecosystem, see [the conduit
: homepage](https://github.com/snoyberg/conduit#readme).