How to Install and Uninstall jsoup Package on openSUSE Leap
Last updated: November 22,2024
1. Install "jsoup" package
This is a short guide on how to install jsoup on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
jsoup
Copied
2. Uninstall "jsoup" package
In this section, we are going to explain the necessary steps to uninstall jsoup on openSUSE Leap:
$
sudo zypper remove
jsoup
Copied
3. Information about the jsoup package on openSUSE Leap
Information for package jsoup:
------------------------------
Repository : Main Repository
Name : jsoup
Version : 1.15.3-150200.3.11.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 522.7 KiB
Installed : No
Status : not installed
Source package : jsoup-1.15.3-150200.3.11.1.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.
------------------------------
Repository : Main Repository
Name : jsoup
Version : 1.15.3-150200.3.11.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 522.7 KiB
Installed : No
Status : not installed
Source package : jsoup-1.15.3-150200.3.11.1.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.