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

Last updated: May 05,2024

1. Install "ghc-tagsoup.x86_64" package

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

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

2. Uninstall "ghc-tagsoup.x86_64" package

Please follow the guidelines below to uninstall ghc-tagsoup.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:58:08 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-tagsoup
Version : 0.14.8
Release : 9.fc35
Architecture : x86_64
Size : 438 k
Source : ghc-tagsoup-0.14.8-9.fc35.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.