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

Last updated: May 13,2024

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

Here is a brief guide to show you how to install libxml-parser-easytree-perl on Kali Linux

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

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

Please follow the step by step instructions below to uninstall libxml-parser-easytree-perl on Kali Linux:

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

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

Package: libxml-parser-easytree-perl
Version: 0.01-2
Installed-Size: 26
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 7868
SHA256: f6aa80091b23b042b2bb9ba6ba0994ab0e3179b8e5275987f0b20145255828f0
SHA1: 24bec3f945618d1bd14a95ade05330d21c672035
MD5sum: 38461e757d4a5bf6ee52e8149f3edece
Description: 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:
Homepage: https://metacpan.org/release/XML-Parser-EasyTree
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libx/libxml-parser-easytree-perl/libxml-parser-easytree-perl_0.01-2_all.deb