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

Last updated: May 19,2024

1. Install "libhtml-simpleparse-perl" package

This tutorial shows how to install libhtml-simpleparse-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libhtml-simpleparse-perl

2. Uninstall "libhtml-simpleparse-perl" package

Please follow the instructions below to uninstall libhtml-simpleparse-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libhtml-simpleparse-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libhtml-simpleparse-perl
Priority: extra
Section: universe/perl
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.12-3
Depends: perl
Filename: pool/universe/libh/libhtml-simpleparse-perl/libhtml-simpleparse-perl_0.12-3_all.deb
Size: 14088
MD5sum: aa521f33afd76edfa84f32033c84e02d
SHA1: ee5a5a9adb2529e02ff3abb0dc57fa058e1fb7e7
SHA256: 613470f138b4e876103b02ce391c7d3f7d868733948beeebcddf9eb10c341b7d
Description-en: bare-bones HTML parser
HTML::SimpleParse is a bare-bones HTML parser, similar to HTML::Parser,
but with a couple important distinctions:
.
First, HTML::Parser knows which tags can contain other tags, which start
tags have corresponding end tags, which tags can exist only in the
portion of the document, and so forth. HTML::SimpleParse does not know any
of these things. It just finds tags and text in the HTML you give it, it
does not care about the specific content of these tags (though it does
distinguish between different _types_ of tags, such as comments, starting
tags like , ending tags like , and so on).
.
Second, HTML::SimpleParse does not create a hierarchical tree of HTML
content, but rather a simple linear list. It does not pay any attention to
balancing start tags with corresponding end tags, or which pairs of tags are
inside other pairs of tags.
Description-md5: c7e202eae0a46a12ce164f010b36498b
Homepage: https://metacpan.org/release/HTML-SimpleParse
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu