How to Install and Uninstall tagsoup.noarch Package on Amazon Linux 2

Last updated: May 06,2024

1. Install "tagsoup.noarch" package

Please follow the guidance below to install tagsoup.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install tagsoup.noarch

2. Uninstall "tagsoup.noarch" package

This tutorial shows how to uninstall tagsoup.noarch on Amazon Linux 2:

$ sudo yum remove tagsoup.noarch $ sudo yum autoremove

3. Information about the tagsoup.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : tagsoup
Arch : noarch
Version : 1.2.1
Release : 8.amzn2
Size : 112 k
Repo : amzn2-core/2/x86_64
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.