How to Install and Uninstall ghc-html-conduit.x86_64 Package on Fedora 36

Last updated: January 15,2025

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

Learn how to install ghc-html-conduit.x86_64 on Fedora 36

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

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

This is a short guide on how to uninstall ghc-html-conduit.x86_64 on Fedora 36:

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

3. Information about the ghc-html-conduit.x86_64 package on Fedora 36

Last metadata expiration check: 1:47:58 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-html-conduit
Version : 1.3.2.1
Release : 8.fc36
Architecture : x86_64
Size : 79 k
Source : ghc-html-conduit-1.3.2.1-8.fc36.src.rpm
Repository : fedora
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.