How to Install and Uninstall libtagsoup-java Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "libtagsoup-java" package

Please follow the guidelines below to install libtagsoup-java on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtagsoup-java

2. Uninstall "libtagsoup-java" package

This tutorial shows how to uninstall libtagsoup-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libtagsoup-java package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtagsoup-java
Priority: optional
Section: universe/java
Installed-Size: 170
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: tagsoup
Version: 1.2.1+-1
Suggests: libtagsoup-java-doc
Filename: pool/universe/t/tagsoup/libtagsoup-java_1.2.1+-1_all.deb
Size: 95144
MD5sum: 450579761a085a04792e4ae653903f37
SHA1: 8695a2336bb38383b9c4f247697ca4eac45a3f74
SHA256: 1609223da46a1fd2c0ce8fdbb43891e087a912e69be646133dc8c0350afc03f6
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
Homepage: http://home.ccil.org/~cowan/XML/tagsoup/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu