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

Last updated: May 02,2024

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

Please follow the guidance below to install libhtml-tokeparser-simple-perl on Ubuntu 21.04 (Hirsute Hippo)

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

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

Please follow the guidance below to uninstall libhtml-tokeparser-simple-perl on Ubuntu 21.04 (Hirsute Hippo):

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

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

Package: libhtml-tokeparser-simple-perl
Architecture: all
Version: 3.16-3
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 88
Depends: perl:any, libhtml-parser-perl
Filename: pool/universe/libh/libhtml-tokeparser-simple-perl/libhtml-tokeparser-simple-perl_3.16-3_all.deb
Size: 37384
MD5sum: c37f99b5233e0499951760140733f564
SHA1: d97593b98679faca177dd8f659f9664cfc9a871f
SHA256: d8e41c499a256e380a9ee264574867b26ae85e01546c497498432c812a7a0c8b
SHA512: 993e88aaa1b1581371160a7f10358907237d9b3da2990606db3e57909b363c8bc04a0b84e831f898070a180d29653dcfcf7fe5e78046c3eee4e1581940fcf7ef
Homepage: https://metacpan.org/release/HTML-TokeParser-Simple
Description-en: 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: c0ba6293bda8fbe36f6a936b89b72c41