How to Install and Uninstall libtagsoup-java Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "libtagsoup-java" package

This guide covers the steps necessary to install libtagsoup-java on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libtagsoup-java

2. Uninstall "libtagsoup-java" package

This guide covers the steps necessary to uninstall libtagsoup-java on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libtagsoup-java $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtagsoup-java package on Ubuntu 21.10 (Impish Indri)

Package: libtagsoup-java
Architecture: all
Version: 1.2.1+-1.1
Priority: optional
Section: universe/java
Source: tagsoup
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 128
Suggests: libtagsoup-java-doc
Filename: pool/universe/t/tagsoup/libtagsoup-java_1.2.1+-1.1_all.deb
Size: 96556
MD5sum: d4008a6d230444cad9b772d6216f7abe
SHA1: 3d9e6c4672e12c4512c7d6d26013ed0964cbbf64
SHA256: 143855f5134b47be4379d52585e35ca613ab4d7d7fb6204578097636644c0c0a
SHA512: 8915451636b941fda9ae5ab6ef87bc6dbafdddac3d0a23420899613f818c660587bf7c33db3a3b11b9242b65aa6a5f37c73629c81ce6c5b68bc5943d30aabf2e
Homepage: http://home.ccil.org/~cowan/XML/tagsoup/
Description-en: SAX-compliant parser for real-life HTML
TagSoup, 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: poor,
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. TagSoup also includes a command-line processor
that reads HTML files and can generate either clean HTML or well-formed
XML that is a close approximation to XHTML.
.
TagSoup is designed as a parser, not a whole application; it isn't
intended to permanently clean up bad HTML, as HTML Tidy does, only to
parse it on the fly. Therefore, it does not convert presentation HTML
to CSS or anything similar. It does guarantee well-structured results:
tags will wind up properly nested, default attributes will
appear appropriately, and so on.
Description-md5: ccd8d2c5307472e6177df4ec5855d5c4