How to Install and Uninstall tagsoup.noarch Package on AlmaLinux 9

Last updated: October 12,2024

1. Install "tagsoup.noarch" package

This tutorial shows how to install tagsoup.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install tagsoup.noarch

2. Uninstall "tagsoup.noarch" package

Please follow the guidance below to uninstall tagsoup.noarch on AlmaLinux 9:

$ sudo dnf remove tagsoup.noarch $ sudo dnf autoremove

3. Information about the tagsoup.noarch package on AlmaLinux 9

Last metadata expiration check: 0:51:58 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : tagsoup
Version : 1.2.1
Release : 28.el9
Architecture : noarch
Size : 116 k
Source : tagsoup-1.2.1-28.el9.src.rpm
Repository : epel
Summary : A SAX-compliant HTML parser written in Java
URL : http://vrici.lojban.org/~cowan/XML/tagsoup/
License : ASL 2.0 and (GPLv2+ or AFL)
Description : TagSoup is a SAX-compliant parser written in Java that, instead of
: parsing well-formed or valid XML, parses HTML as it is found in the wild: nasty
: and brutish, though quite often far from short. TagSoup is designed for people
: who have to process this stuff using some semblance of a rational application
: design. By providing a SAX interface, it allows standard XML tools to be
: applied to even the worst HTML.