How to Install and Uninstall python39-html5-parser Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python39-html5-parser" package

This is a short guide on how to install python39-html5-parser on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-html5-parser

2. Uninstall "python39-html5-parser" package

Here is a brief guide to show you how to uninstall python39-html5-parser on openSuSE Tumbleweed:

$ sudo zypper remove python39-html5-parser

3. Information about the python39-html5-parser package on openSuSE Tumbleweed

Information for package python39-html5-parser:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-html5-parser
Version : 0.4.12-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 507.0 KiB
Installed : No
Status : not installed
Source package : python-html5-parser-0.4.12-1.2.src
Upstream URL : https://github.com/kovidgoyal/html5-parser
Summary : C based HTML 5 parsing for Python
Description :
A standards compliant, C based HTML 5 parser for Python. It processes HTML
about thirty times faster than the "html5lib" pure Python based parser.