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

Last updated: May 02,2024

1. Install "libhtml-tokeparser-simple-perl" package

Please follow the step by step instructions below to install libhtml-tokeparser-simple-perl on Kali Linux

$ sudo apt update $ sudo apt install libhtml-tokeparser-simple-perl

2. Uninstall "libhtml-tokeparser-simple-perl" package

This is a short guide on how to uninstall libhtml-tokeparser-simple-perl on Kali Linux:

$ sudo apt remove libhtml-tokeparser-simple-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libhtml-tokeparser-simple-perl
Version: 3.16-4
Installed-Size: 90
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libhtml-parser-perl, libwww-perl
Size: 39068
SHA256: a65270bf79b16b993b8115269b2a58b5c75c86f0901261178812f75c1230e8cd
SHA1: 5fb23bd3b526a2282d8b3d17060c1798225231a0
MD5sum: df283d572552398e9a644b501fb28b14
Description: Perl module used to tokenize HTML documents
HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses
easy-to-remember method calls to work with tokens. For instance,
rather than writing code like this:
.
$token->[0] eq 'S' and $token->[1] eq 'form' .
.
you can instead write something simpler like this:
.
$token->is_start_tag( 'form' )
Description-md5:
Homepage: https://metacpan.org/release/HTML-TokeParser-Simple
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-tokeparser-simple-perl/libhtml-tokeparser-simple-perl_3.16-4_all.deb