How to Install and Uninstall tagsoup.noarch Package on CentOS Stream 8

Last updated: May 04,2024

1. Install "tagsoup.noarch" package

Learn how to install tagsoup.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install tagsoup.noarch

2. Uninstall "tagsoup.noarch" package

Please follow the guidelines below to uninstall tagsoup.noarch on CentOS Stream 8:

$ sudo dnf remove tagsoup.noarch $ sudo dnf autoremove

3. Information about the tagsoup.noarch package on CentOS Stream 8

Last metadata expiration check: 6:11:58 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : tagsoup
Version : 1.2.1
Release : 15.el8
Architecture : noarch
Size : 118 k
Source : tagsoup-1.2.1-15.el8.src.rpm
Repository : appstream
Summary : A SAX-compliant HTML parser written in Java
URL : http://home.ccil.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.