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

Last updated: January 11,2025

1. Install "libhtmlparser-java" package

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

$ sudo apt update $ sudo apt install libhtmlparser-java

2. Uninstall "libhtmlparser-java" package

Please follow the step by step instructions below to uninstall libhtmlparser-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libhtmlparser-java
Priority: optional
Section: universe/libs
Installed-Size: 323
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 1.6.20060610.dfsg0-5
Suggests: libhtmlparser-java-doc
Filename: pool/universe/libh/libhtmlparser-java/libhtmlparser-java_1.6.20060610.dfsg0-5_all.deb
Size: 264150
MD5sum: 79ccd6cd2037186fed75c133cc9c8403
SHA1: 6122c56235b6ed50d0a061769ce33c06645e6ffe
SHA256: 2cefed3919d0692f428b819fd5434458612a34998ff005f2220aad8adcd154a8
Description-en: 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: 3f0e4645b2e05951abee3261ece8b194
Homepage: http://htmlparser.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu