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

Last updated: May 17,2024

1. Install "libxml-tokeparser-perl" package

This is a short guide on how to install libxml-tokeparser-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libxml-tokeparser-perl" package

This guide let you learn how to uninstall libxml-tokeparser-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libxml-tokeparser-perl
Priority: optional
Section: universe/perl
Installed-Size: 92
Maintainer: Ubuntu Developers
Original-Maintainer: Nathan Scott
Architecture: all
Version: 0.05-3
Depends: perl, libxml-parser-perl (>= 2)
Filename: pool/universe/libx/libxml-tokeparser-perl/libxml-tokeparser-perl_0.05-3_all.deb
Size: 19836
MD5sum: 60229d19c6a38453c7d2f2d0c211a0b6
SHA1: e7cf402425e84a5a81ed93cacbc145d73f1bb9ff
SHA256: 0e38275ffce2a0281198689cc2268c30df075008212d337a54fc1387831357db
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
Homepage: http://search.cpan.org/dist/XML-TokeParser/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu