How to Install and Uninstall python3-html5-parser Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-html5-parser" package

Please follow the steps below to install python3-html5-parser on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-html5-parser

2. Uninstall "python3-html5-parser" package

This tutorial shows how to uninstall python3-html5-parser on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-html5-parser $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-html5-parser package on Ubuntu 21.10 (Impish Indri)

Package: python3-html5-parser
Architecture: amd64
Version: 0.4.9-3build3
Priority: optional
Section: universe/python
Source: html5-parser
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Norbert Preining
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 465
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3-chardet, python3-lxml (>= 3.8.0), python3:any, libc6 (>= 2.14), libxml2 (>= 2.7.4)
Filename: pool/universe/h/html5-parser/python3-html5-parser_0.4.9-3build3_amd64.deb
Size: 123860
MD5sum: bab37a229d991e1fc19a59fa6cb32bba
SHA1: 29933a5e2222684a5ae27007185899628a834a5b
SHA256: 5d5f192919dd15dab3ce4778e9657c522602785afd63f593899642396a5d8ba6
SHA512: a4ede2fc6beaa4c988bceb74322ee61a1dd31cdda6dc2a400bf5a73207acb9d5c3787eceb53fa25c41c6d6ff8cc96ef4a0117206652aa7c9cf330123ae15e6a3
Homepage: https://github.com/kovidgoyal/html5-parser
Description-en: fast, standards compliant, C based, HTML 5 parser for python
A fast implementation of the HTML 5 parsing spec for Python. Parsing is
done in C using a variant of the gumbo parser. The gumbo parse tree is
then transformed into an lxml tree, also in C, yielding parse times that
can be a thirtieth of the html5lib parse times. That is a speedup of 30x.
This differs, for instance, from the gumbo python bindings, where the
initial parsing is done in C but the transformation into the final
tree is done in python.
Description-md5: b448f81acc1e180c8aea8788f156d555
Task: ubuntustudio-publishing