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

Last updated: May 18,2024

1. Install "libhtmlparser-java" package

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

$ sudo apt update $ sudo apt install libhtmlparser-java

2. Uninstall "libhtmlparser-java" package

This guide let you learn how to uninstall libhtmlparser-java on Kali Linux:

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

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

Package: libhtmlparser-java
Version: 1.6.20060610.dfsg0-10
Installed-Size: 332
Maintainer: Debian Java Maintainers
Architecture: all
Suggests: libhtmlparser-java-doc
Size: 294272
SHA256: 655125689ad18a7982ebab34ed00ffca2d432b4f1494025c53b2cbe00495311e
SHA1: f254936954e307fdd4daa18a4149eba9e4db402f
MD5sum: 8dbb33a4077d26ebff4376aee03730b0
Description: java library to parse html
HTML Parser is a Java library used to parse HTML in either a linear
or nested fashion. Primarily used for transformation or extraction,
it features filters, visitors, custom tags and easy to use
JavaBeans.
.
The two fundamental use-cases that are handled by the parser are
extraction and transformation (the syntheses use-case, where HTML
pages are created from scratch, is better handled by other tools
closer to the source of data).
.
In general, to use the HTMLParser you will need to be able to write
code in the Java programming language. Although some example programs
are provided that may be useful as they stand, it's more than likely
you will need (or want) to create your own programs or modify the
ones provided to match your intended application.
Description-md5:
Multi-Arch: foreign
Homepage: http://htmlparser.sourceforge.net
Section: java
Priority: optional
Filename: pool/main/libh/libhtmlparser-java/libhtmlparser-java_1.6.20060610.dfsg0-10_all.deb