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

Last updated: May 18,2024

1. Install "libjsoup-java" package

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

$ sudo apt update $ sudo apt install libjsoup-java

2. Uninstall "libjsoup-java" package

Please follow the guidelines below to uninstall libjsoup-java on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjsoup-java
Priority: optional
Section: universe/java
Installed-Size: 364
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jsoup
Version: 1.8.3-1
Suggests: libjsoup-java-doc
Filename: pool/universe/j/jsoup/libjsoup-java_1.8.3-1_all.deb
Size: 298002
MD5sum: d33e942e26a2684ba25e4320c668a358
SHA1: f22dba9ece01729fe4d92a23d5f2e79fcc2b177c
SHA256: 19214e0e912f08f3c06b342347135bce2ea5151452daa9bd6a2ace0c931a9fe1
Description-en: Java HTML parser that makes sense of real-world HTML soup
Jsoup is a Java library for working with real-world HTML. It provides a very
convenient API for extracting and manipulating data, using the best of DOM,
CSS, and jquery-like methods.
.
jsoup implements the WHATWG HTML specification (http://whatwg.org/html), and
parses HTML to the same DOM as modern browsers do.
.
* parse HTML from a URL, file, or string
* find and extract data, using DOM traversal or CSS selectors
* manipulate the HTML elements, attributes, and text
* clean user-submitted content against a safe white-list, to prevent XSS
* output tidy HTML
.
jsoup is designed to deal with all varieties of HTML found in the wild; from
pristine and validating, to invalid tag-soup; jsoup will create a sensible
parse tree.
Description-md5: 1f89ba697067725f3774e2cc989b9589
Homepage: http://jsoup.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu