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

Last updated: October 06,2024

1. Install "ghc-tagsoup.x86_64" package

Please follow the guidance below to install ghc-tagsoup.x86_64 on AlmaLinux 9

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

2. Uninstall "ghc-tagsoup.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-tagsoup.x86_64 on AlmaLinux 9:

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

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

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