How to Install and Uninstall libtagsoup-java Package on Kali Linux

Last updated: May 09,2024

1. Install "libtagsoup-java" package

This is a short guide on how to install libtagsoup-java on Kali Linux

$ sudo apt update $ sudo apt install libtagsoup-java

2. Uninstall "libtagsoup-java" package

Please follow the guidance below to uninstall libtagsoup-java on Kali Linux:

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

3. Information about the libtagsoup-java package on Kali Linux

Package: libtagsoup-java
Source: tagsoup
Version: 1.2.1+-1.1
Installed-Size: 128
Maintainer: Debian Java Maintainers
Architecture: all
Suggests: libtagsoup-java-doc
Size: 101932
SHA256: edbe082e491bebc57952d1f5fb0a14b1157ff1c1205c34559092b3862fb669e1
SHA1: e2731078e19aebdb13256efe90ac26ff0b497b89
MD5sum: 4fcc74fe09d0559977f59eac496fdb78
Description: 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:
Homepage: http://home.ccil.org/~cowan/XML/tagsoup/
Tag: implemented-in::java, works-with-format::html, works-with-format::xml,
works-with::text
Section: java
Priority: optional
Filename: pool/main/t/tagsoup/libtagsoup-java_1.2.1+-1.1_all.deb