How to Install and Uninstall python3-html5-parser Package on Kali Linux

Last updated: May 08,2024

1. Install "python3-html5-parser" package

Please follow the guidelines below to install python3-html5-parser on Kali Linux

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

2. Uninstall "python3-html5-parser" package

This is a short guide on how to uninstall python3-html5-parser on Kali Linux:

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

3. Information about the python3-html5-parser package on Kali Linux

Package: python3-html5-parser
Source: html5-parser (0.4.12+ds-1)
Version: 0.4.12+ds-1+b1
Installed-Size: 874
Maintainer: Html5-Parser maintainer team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-chardet, python3-lxml, python3:any, libc6 (>= 2.14), libxml2 (>= 2.7.4)
Size: 131880
SHA256: 45e4a61ac3b55cd6cd56b8353bb83381a1dd1aef0f6e7a7c7c35adedf697c7ff
SHA1: 26d996c1eb68d533f3c71485d141d84dd9e702f1
MD5sum: 948d3e613534f8f516af9d84f3359833
Description: 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:
Homepage: https://github.com/kovidgoyal/html5-parser
Tag: devel::lang:python, devel::library, implemented-in::python,
role::devel-lib, role::source, works-with-format::html,
works-with::text
Section: python
Priority: optional
Filename: pool/main/h/html5-parser/python3-html5-parser_0.4.12+ds-1+b1_amd64.deb