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

Last updated: May 02,2024

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

Please follow the steps below to install libhtml-tokeparser-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Learn how to uninstall libhtml-tokeparser-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libhtml-tokeparser-simple-perl
Priority: optional
Section: universe/perl
Installed-Size: 116
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 3.16-2
Depends: perl, libhtml-parser-perl
Filename: pool/universe/libh/libhtml-tokeparser-simple-perl/libhtml-tokeparser-simple-perl_3.16-2_all.deb
Size: 37106
MD5sum: 3eb33ae5850c8eab20770e9d40958baf
SHA1: 2191ff16d0b733ab6062979c25e945038d766665
SHA256: c06bd7da5da57ca4a2087b0f4a140fc1f9f4cfa32c77cf98f5231f4b8d3d66b8
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
Homepage: https://metacpan.org/release/HTML-TokeParser-Simple
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu