How to Install libxml-parser-lite-tree-perl in Ubuntu 18.04



Install libxml-parser-lite-tree-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libxml-parser-lite-tree-perl

Description:

lightweight XML tree builder

XML::Parser::Lite::Tree is a singleton class for parsing XML into a tree structure. It differs from other XML tree generators because it is based on XML::Parser::Lite, which is a Pure Perl XML parser. Using this module you can tree-ify simple XML without having to compile any C.

Homepage: http://search.cpan.org/dist/XML-Parser-Lite-Tree/

Version: 0.14-1

Section: universe/perl