How to Install and Uninstall libxml-tokeparser-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libxml-tokeparser-perl" package

Learn how to install libxml-tokeparser-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libxml-tokeparser-perl" package

In this section, we are going to explain the necessary steps to uninstall libxml-tokeparser-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libxml-tokeparser-perl package on Ubuntu 21.10 (Impish Indri)

Package: libxml-tokeparser-perl
Architecture: all
Version: 0.05-3.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Nathan Scott
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 46
Depends: perl:any, libxml-parser-perl (>= 2)
Filename: pool/universe/libx/libxml-tokeparser-perl/libxml-tokeparser-perl_0.05-3.1_all.deb
Size: 18500
MD5sum: 825cb3821b1b60526657ba1db74afb13
SHA1: 09875f1635a2a019e10adaa6428ab729c57c5748
SHA256: f4f5c76eac65182e69edccd4314ee8645de1b80468e12934b1681874a86c6b3c
SHA512: c53d59654bc0558e105af3e9767c23870142428604d0c7194cba7d85482274b401309b001208b5eae9b74a120387e0e3a1499ca10215e78d43882ab21a4f7811
Homepage: http://search.cpan.org/dist/XML-TokeParser/
Description-en: 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|"XML::TokeParser::Token" 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|"XML::TokeParser::Token". Read
"XML::TokeParser::Token"|"XML::TokeParser::Token" to learn what methods are
available for inspecting the token, and retrieving data from it.
Description-md5: 47cd1f8e2c524c01f8a3475b04a9e603