How to Install and Uninstall libhtml-html5-sanity-perl Package on Kali Linux

Last updated: September 20,2024

1. Install "libhtml-html5-sanity-perl" package

Here is a brief guide to show you how to install libhtml-html5-sanity-perl on Kali Linux

$ sudo apt update $ sudo apt install libhtml-html5-sanity-perl

2. Uninstall "libhtml-html5-sanity-perl" package

Please follow the guidance below to uninstall libhtml-html5-sanity-perl on Kali Linux:

$ sudo apt remove libhtml-html5-sanity-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhtml-html5-sanity-perl package on Kali Linux

Package: libhtml-html5-sanity-perl
Version: 0.105-5
Installed-Size: 37
Maintainer: Debian Perl Group
Architecture: all
Depends: liblocale-codes-perl | perl (<< 5.28), libxml-libxml-perl, perl:any
Enhances: libhtml-html5-parser-perl
Size: 12880
SHA256: ec563d478cafd94f7acd44dbb3ab69a95116a153a9be4333f4d179d2bfe9ea15
SHA1: 5a06e6bcd2ad1728e5abf71eb524e0272dd4c3f8
MD5sum: 51fe45655248a909519aba2f2487efcf
Description: make HTML5 DOM trees less insane
HTML::HTML5::Sanity is a Perl library tidying HTML::HTML5::Parser.
.
The Document Object Model (DOM) generated by HTML::HTML5::Parser meets
the requirements of the HTML5 spec, but will probably catch a lot of
people by surprise.
.
The main oddity is that elements and attributes which appear to be
namespaced are not really. For example, the following element:
.
...

.
Looks like it should be parsed so that it has an attribute "lang" in
the XML namespace. Not so. It will really be parsed as having the
attribute "xml:lang" in the null namespace.
Description-md5:
Homepage: https://metacpan.org/release/HTML-HTML5-Sanity
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libh/libhtml-html5-sanity-perl/libhtml-html5-sanity-perl_0.105-5_all.deb