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

Last updated: June 25,2024

1. Install "python312-html5lib" package

This guide covers the steps necessary to install python312-html5lib on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-html5lib

2. Uninstall "python312-html5lib" package

Here is a brief guide to show you how to uninstall python312-html5lib on openSuSE Tumbleweed:

$ sudo zypper remove python312-html5lib

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

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