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

Last updated: June 30,2024

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

This tutorial shows how to install ghc-html-conduit.x86_64 on AlmaLinux 9

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

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

Please follow the guidance below to uninstall ghc-html-conduit.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 1:28:18 ago on Wed Mar 13 07:41:12 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.