How to Install and Uninstall libhtml-simpleparse-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 19,2024

1. Install "libhtml-simpleparse-perl" package

Please follow the guidelines below to install libhtml-simpleparse-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libhtml-simpleparse-perl" package

This guide covers the steps necessary to uninstall libhtml-simpleparse-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libhtml-simpleparse-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libhtml-simpleparse-perl
Architecture: all
Version: 0.12-3.1
Priority: extra
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 33
Depends: perl:any
Filename: pool/universe/libh/libhtml-simpleparse-perl/libhtml-simpleparse-perl_0.12-3.1_all.deb
Size: 14248
MD5sum: fffc8069684563c0b6b6c6214380f9d8
SHA1: 9c1dfa1ab16c982032c2009bf705b0678864839f
SHA256: 0c70bbe270e905637fccb021a506fc5cff40bf49c3302f54c7651fad2fb1eb37
SHA512: 77e32644b0e8575a9b35edfadbe33f8661c597368384d0e09beedc2b47ee227b08b44dbebf75533242ed1722445d8fa914a208363f29bad804f1241dbc5ea9d7
Homepage: https://metacpan.org/release/HTML-SimpleParse
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