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

Last updated: May 12,2024

1. Install "libjsoup-java-doc" package

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

$ sudo apt update $ sudo apt install libjsoup-java-doc

2. Uninstall "libjsoup-java-doc" package

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

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

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

Package: libjsoup-java-doc
Priority: optional
Section: universe/doc
Installed-Size: 3443
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: jsoup
Version: 1.8.3-1
Depends: default-jdk-doc
Suggests: libjsoup-java
Filename: pool/universe/j/jsoup/libjsoup-java-doc_1.8.3-1_all.deb
Size: 142560
MD5sum: b1ac8a85da8bffb5951071960a3044fa
SHA1: bd9cc8088240a3bd95b86b90c85e40d80d4dd6a9
SHA256: 65a27cb84da39715f8992347f7dd03282d16ce93e1557db2c06db56b882bf535
Description-en: Documentation for jsoup HTML Parser
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.
.
This package contains the API documentation of libjsoup-java.
Description-md5: 2042a28235c5436fe219cf988325f736
Homepage: http://jsoup.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu