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

Last updated: October 06,2024

1. Install "ghc-html-conduit.x86_64" package

This is a short guide on how to install ghc-html-conduit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-html-conduit.x86_64" package

This guide covers the steps necessary to uninstall ghc-html-conduit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:33:44 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-html-conduit
Version : 1.3.2.2
Release : 1.el9
Architecture : x86_64
Size : 80 k
Source : ghc-html-conduit-1.3.2.2-1.el9.src.rpm
Repository : epel
Summary : Parse HTML documents using xml-conduit datatypes
URL : https://hackage.haskell.org/package/html-conduit
License : MIT
Description : This package uses tagstream-conduit for its parser. It automatically balances
: mismatched tags, so that there shouldn't be any parse failures. It does not
: handle a full HTML document rendering, such as adding missing html and head
: tags. Note that, since version 1.3.1, it uses an inlined copy of
: tagstream-conduit with entity decoding bugfixes applied.