How to Install and Uninstall tagsoup.src Package on Oracle Linux 8

Last updated: November 28,2024

1. Install "tagsoup.src" package

Please follow the guidance below to install tagsoup.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install tagsoup.src

2. Uninstall "tagsoup.src" package

This guide covers the steps necessary to uninstall tagsoup.src on Oracle Linux 8:

$ sudo dnf remove tagsoup.src $ sudo dnf autoremove

3. Information about the tagsoup.src package on Oracle Linux 8

Last metadata expiration check: 5:26:13 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : tagsoup
Version : 1.2.1
Release : 15.el8
Architecture : src
Size : 221 k
Source : None
Repository : ol8_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.