How to Install and Uninstall ghc-html-conduit.x86_64 Package on Rocky Linux 9

Last updated: July 05,2024

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

Please follow the guidance below to install ghc-html-conduit.x86_64 on Rocky Linux 9

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

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

Here is a brief guide to show you how to uninstall ghc-html-conduit.x86_64 on Rocky Linux 9:

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

3. Information about the ghc-html-conduit.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:08:16 ago on Fri Feb 16 06:49:52 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.