How to Install and Uninstall ghc-conduit.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "ghc-conduit.x86_64" package

Please follow the step by step instructions below to install ghc-conduit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ 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 Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-conduit.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:06:12 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-conduit
Version : 1.3.4.2
Release : 1.el9
Architecture : x86_64
Size : 161 k
Source : ghc-conduit-1.3.4.2-1.el9.src.rpm
Repository : epel
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).