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

Last updated: May 18,2024

1. Install "libxml-tokeparser-perl" package

Please follow the guidelines below to install libxml-tokeparser-perl on Kali Linux

$ sudo apt update $ sudo apt install libxml-tokeparser-perl

2. Uninstall "libxml-tokeparser-perl" package

Please follow the guidance below to uninstall libxml-tokeparser-perl on Kali Linux:

$ sudo apt remove libxml-tokeparser-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libxml-tokeparser-perl
Version: 0.05-5
Installed-Size: 47
Maintainer: Debian Perl Group
Architecture: all
Depends: libxml-parser-perl, perl:any
Size: 19520
SHA256: 87dd22a873ff25ae5ebd1ec0b6b95de5eea5cd712568b9ed1ee26f4e2d9cdb3c
SHA1: 2c415e5675c87d0bdf70d82dc69a63692f253993
MD5sum: 981ade37e1c421d1b03f872cd6af3757
Description: Simplified interface to XML::Parser
XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser
in much the same way that Gisle Aas' HTML::TokeParser provides a procedural
interface to HTML::Parser. XML::TokeParser splits its XML input up into
"tokens", each corresponding to an XML::Parser event.
.
A token is a bless'd reference to an array whose first element is an
event-type string and whose last element is the literal text of the XML
input that generated the event, with intermediate elements varying according
to the event type.
.
Each token is an object of type XML::TokeParser::Token. Read
XML::TokeParser::Token in the XML::TokeParser(3pm) manpage to learn what
methods are available for inspecting the token, and retrieving data from it.
Description-md5:
Homepage: https://metacpan.org/release/XML-TokeParser
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libx/libxml-tokeparser-perl/libxml-tokeparser-perl_0.05-5_all.deb