How to Install and Uninstall ghc-conduit.x86_64 Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "ghc-conduit.x86_64" package

This guide let you learn how to install ghc-conduit.x86_64 on CentOS Stream 8

$ 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 CentOS Stream 8:

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

3. Information about the ghc-conduit.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:02:33 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-conduit
Version : 1.3.0.3
Release : 1.el8
Architecture : x86_64
Size : 164 k
Source : ghc-conduit-1.3.0.3-1.el8.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).