How to Install and Uninstall libhtml-html5-sanity-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

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

Please follow the steps below to install libhtml-html5-sanity-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This tutorial shows how to uninstall libhtml-html5-sanity-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libhtml-html5-sanity-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libhtml-html5-sanity-perl
Priority: optional
Section: universe/perl
Installed-Size: 44
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.105-1
Depends: perl, libxml-libxml-perl
Recommends: libhtml-html5-parser-perl
Filename: pool/universe/libh/libhtml-html5-sanity-perl/libhtml-html5-sanity-perl_0.105-1_all.deb
Size: 12126
MD5sum: b26d71cb7196421d0e33cacecc17b434
SHA1: 24a3ea0392246ba72259f0405a86f085e52a3afe
SHA256: 079b739258a9b2a6baea7d2b0e080a62d040cd150f5bf541ee5a37aca6d6b23c
Description-en: 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: d96e6ae661e7aa3d6271cac23ce804ac
Homepage: http://search.cpan.org/dist/HTML-HTML5-Sanity/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu