How to Install and Uninstall tagsoup.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "tagsoup.noarch" package

This guide let you learn how to install tagsoup.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install tagsoup.noarch

2. Uninstall "tagsoup.noarch" package

Please follow the steps below to uninstall tagsoup.noarch on Rocky Linux 8:

$ sudo dnf remove tagsoup.noarch $ sudo dnf autoremove

3. Information about the tagsoup.noarch package on Rocky Linux 8

Last metadata expiration check: 0:21:19 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : tagsoup
Version : 1.2.1
Release : 15.el8
Architecture : noarch
Size : 117 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.