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

Last updated: May 09,2024

1. Install "libhtml-simpleparse-perl" package

This is a short guide on how to install libhtml-simpleparse-perl on Kali Linux

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

2. Uninstall "libhtml-simpleparse-perl" package

Please follow the step by step instructions below to uninstall libhtml-simpleparse-perl on Kali Linux:

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

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

Package: libhtml-simpleparse-perl
Version: 0.12-5
Installed-Size: 34
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 15484
SHA256: 2ae7b321ff9d29d1512100e910bb3a7dba1bb6032f0dd0e2df4d68f8de6ddb85
SHA1: 2ea32d164370cf0c8019559daf65b43da78545b5
MD5sum: 4a0ea613ec4543fad4550b742c475f68
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/HTML-SimpleParse
Tag: devel::lang:perl, devel::library, implemented-in::perl,
works-with-format::html, works-with::text
Section: perl
Priority: optional
Filename: pool/main/libh/libhtml-simpleparse-perl/libhtml-simpleparse-perl_0.12-5_all.deb