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

Last updated: September 22,2024

1. Install "ghc-conduit.x86_64" package

This guide covers the steps necessary to install ghc-conduit.x86_64 on Fedora 38

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

2. Uninstall "ghc-conduit.x86_64" package

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

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

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

Last metadata expiration check: 1:17:01 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-conduit
Version : 1.3.4.3
Release : 2.fc38
Architecture : x86_64
Size : 160 k
Source : ghc-conduit-1.3.4.3-2.fc38.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).