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

Last updated: June 03,2024

1. Install "python310-html5lib" package

Here is a brief guide to show you how to install python310-html5lib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-html5lib

2. Uninstall "python310-html5lib" package

Please follow the guidelines below to uninstall python310-html5lib on openSuSE Tumbleweed:

$ sudo zypper remove python310-html5lib

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

Information for package python310-html5lib:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-html5lib
Version : 1.1-5.5
Arch : noarch
Vendor : openSUSE
Installed Size : 1.2 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