How to Install and Uninstall python39-html5lib Package on openSuSE Tumbleweed

Last updated: November 26,2024

1. Install "python39-html5lib" package

Please follow the step by step instructions below to install python39-html5lib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-html5lib

2. Uninstall "python39-html5lib" package

In this section, we are going to explain the necessary steps to uninstall python39-html5lib on openSuSE Tumbleweed:

$ sudo zypper remove python39-html5lib

3. Information about the python39-html5lib package on openSuSE Tumbleweed

Information for package python39-html5lib:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-html5lib
Version : 1.1-5.5
Arch : noarch
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : python-html5lib-1.1-5.5.src
Upstream URL : https://github.com/html5lib/html5lib-python
Summary : HTML parser based on the WHAT-WG Web Applications 1
Description :
HTML parser designed to follow the HTML5
specification. The parser is designed to handle all flavours of HTML and
parses invalid documents using well-defined error handling rules compatible
with the behaviour of major desktop web browsers.
Output is to a tree structure; the current release supports output to
DOM, ElementTree, lxml and BeautifulSoup tree formats as well as a
simple custom format