How to Install and Uninstall python3-html5-parser Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-html5-parser" package

Please follow the guidance below to install python3-html5-parser on openSUSE Leap

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

2. Uninstall "python3-html5-parser" package

This guide let you learn how to uninstall python3-html5-parser on openSUSE Leap:

$ sudo zypper remove python3-html5-parser

3. Information about the python3-html5-parser package on openSUSE Leap

Information for package python3-html5-parser:
---------------------------------------------
Repository : Main Repository
Name : python3-html5-parser
Version : 0.4.10-bp155.1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 527.6 KiB
Installed : No
Status : not installed
Source package : python-html5-parser-0.4.10-bp155.1.5.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.