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

Last updated: May 21,2024

1. Install "ghc-tagsoup.x86_64" package

Learn how to install ghc-tagsoup.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-tagsoup.x86_64" package

This guide let you learn how to uninstall ghc-tagsoup.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 3:32:27 ago on Thu Feb 15 07:50:05 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.