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

Last updated: May 21,2024

1. Install "libxml-handler-trees-perl" package

This guide let you learn how to install libxml-handler-trees-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libxml-handler-trees-perl

2. Uninstall "libxml-handler-trees-perl" package

This guide covers the steps necessary to uninstall libxml-handler-trees-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libxml-handler-trees-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libxml-handler-trees-perl
Priority: optional
Section: universe/perl
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.02-6
Depends: perl
Filename: pool/universe/libx/libxml-handler-trees-perl/libxml-handler-trees-perl_0.02-6_all.deb
Size: 15474
MD5sum: aabfeccf758ad905805008f276cbe59d
SHA1: a6dd324e035cffc8d36249594a2fb370d1248663
SHA256: 3dd95b5fd8530137e349a6cccd01d7dec1fc65cccf0a160af500644168fe7634
Description-en: Perl module for building tree structures using PerlSAX handlers
The XML::Handler::Trees module provides three PerlSAX handler classes for
building tree structures. XML::Handler::Tree builds the same type of tree
as the "Tree" style in XML::Parser. XML::Handler::EasyTree builds the same
type of tree as the "EasyTree" style added to XML::Parser by
XML::Parser::EasyTree. XML::Handler::TreeBuilder builds the same
type of tree as Sean M. Burke's XML::TreeBuilder. These classes make
it possible to construct these tree structures from sources other
than XML::Parser.
.
All three handlers can be driven by either PerlSAX 1 or PerlSAX 2
drivers. In all cases, the end_document() method returns a reference
to the constructed tree, which normally becomes the return value of
the PerlSAX driver.
Description-md5: af5167021988913bb21028cac55d28f2
Homepage: http://search.cpan.org/dist/XML-Handler-Trees/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu