How to Install and Uninstall ghc-tagsoup.x86_64 Package on Fedora 34

Last updated: September 06,2024

1. Install "ghc-tagsoup.x86_64" package

Please follow the guidance below to install ghc-tagsoup.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-tagsoup.x86_64

2. Uninstall "ghc-tagsoup.x86_64" package

Please follow the instructions below to uninstall ghc-tagsoup.x86_64 on Fedora 34:

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

3. Information about the ghc-tagsoup.x86_64 package on Fedora 34

Last metadata expiration check: 5:03:40 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-tagsoup
Version : 0.14.8
Release : 7.fc34
Architecture : x86_64
Size : 451 k
Source : ghc-tagsoup-0.14.8-7.fc34.src.rpm
Repository : fedora
Summary : Parsing and extracting information from (possibly malformed) HTML/XML documents
URL : https://hackage.haskell.org/package/tagsoup
License : BSD
Description : TagSoup is a library for parsing HTML/XML. It supports the HTML 5
: specification, and can be used to parse either well-formed XML, or unstructured
: and malformed HTML from the web. The library also provides useful functions to
: extract information from an HTML document, making it ideal for screen-scraping.
:
: Users should start from the "Text.HTML.TagSoup" module.