How to Install and Uninstall ghc-tagsoup.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "ghc-tagsoup.x86_64" package

This guide covers the steps necessary to install ghc-tagsoup.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-tagsoup.x86_64" package

Please follow the step by step instructions below to uninstall ghc-tagsoup.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-tagsoup.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:00:29 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-tagsoup
Version : 0.14.8
Release : 10.el9
Architecture : x86_64
Size : 432 k
Source : ghc-tagsoup-0.14.8-10.el9.src.rpm
Repository : epel
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.