How to Install and Uninstall jsoup Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "jsoup" package

Please follow the guidance below to install jsoup on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jsoup

2. Uninstall "jsoup" package

Please follow the steps below to uninstall jsoup on openSuSE Tumbleweed:

$ sudo zypper remove jsoup

3. Information about the jsoup package on openSuSE Tumbleweed

Information for package jsoup:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jsoup
Version : 1.15.3-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 528.9 KiB
Installed : No
Status : not installed
Source package : jsoup-1.15.3-2.7.src
Upstream URL : https://jsoup.org/
Summary : Java library for working with HTML
Description :
jsoup is a Java library for working with HTML.
It provides an API for extracting and manipulating data,
using DOM, CSS, and jquery-like methods.
jsoup implements the WHATWG HTML5 specification.
- scrapes and parses HTML from a URL, file, or string
- finds and extracts data, using DOM traversal or CSS selectors
- manipulates the HTML elements, attributes, and text
- cleans user-submitted content against a safe white-list,
to prevent XSS attacks
- outputs tidied HTML
jsoup can deal with invalid HTML tag soup.

5. The same packages on other Linux Distributions