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

Last updated: January 16,2025

1. Install "ghc-conduit.x86_64" package

This guide let you learn how to install ghc-conduit.x86_64 on Fedora 36

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

2. Uninstall "ghc-conduit.x86_64" package

This guide let you learn how to uninstall ghc-conduit.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 5:01:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-conduit
Version : 1.3.4.1
Release : 2.fc36
Architecture : x86_64
Size : 162 k
Source : ghc-conduit-1.3.4.1-2.fc36.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).