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

Last updated: May 17,2024

1. Install "libxml-parser-easytree-perl" package

In this section, we are going to explain the necessary steps to install libxml-parser-easytree-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libxml-parser-easytree-perl

2. Uninstall "libxml-parser-easytree-perl" package

This is a short guide on how to uninstall libxml-parser-easytree-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libxml-parser-easytree-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libxml-parser-easytree-perl
Architecture: all
Version: 0.01-1.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 25
Depends: perl:any
Filename: pool/universe/libx/libxml-parser-easytree-perl/libxml-parser-easytree-perl_0.01-1.1_all.deb
Size: 7424
MD5sum: 1962c3dc73014d9bd6b6d06b92eefaa8
SHA1: 54f0f8c37c27a346100ee266d8f7dc026baf4f21
SHA256: 1c0c5438e1e9cb87761b0fb4339ece560505b67b0b9a5874b1a8a5fd2d251443
SHA512: 1cf22667badd1f073c25c1f9d035a0a6cc5f1faf1bcfe081c194cf5400722dbd86bc6869bebf2c9b0f8b05c5ddc97b4ab942d176fc9706911348cc9e95cd12d8
Homepage: https://metacpan.org/release/XML-Parser-EasyTree
Description-en: easier tree style for XML::Parser
XML::Parser::EasyTree adds a new "built-in" style called "EasyTree" to
XML::Parser. Like XML::Parser's "Tree" style, setting this style causes the
parser to build a lightweight tree structure representing the XML document.
This structure is, at least in this author's opinion, easier to work with
than the one created by the built-in style.
.
When the parser is invoked with the EasyTree style, it returns a reference to
an array of tree nodes, each of which is a hash reference. All nodes have a
'type' key whose value is the type of the node: 'e' for element nodes, 't'
for text nodes, and 'p' for processing instruction nodes. All nodes also have
a 'content' key whose value is a reference to an array holding the element's
child nodes for element nodes, the string value for text nodes, and the data
value for processing instruction nodes. Element nodes also have an 'attrib'
key whose value is a reference to a hash of attribute names and values.
Processing instructions also have a 'target' key whose value is the PI's
target.
Description-md5: 69fc73fd783f8f701a3138bcd1bf5e31