How To Install perl-XML-Parser-Lite-Tree on Fedora 36

In this tutorial we learn how to install perl-XML-Parser-Lite-Tree in Fedora 36. perl-XML-Parser-Lite-Tree is Lightweight XML tree builder

Introduction

In this tutorial we learn how to install perl-XML-Parser-Lite-Tree on Fedora 36.

What is perl-XML-Parser-Lite-Tree

This is a singleton class for parsing XML into a tree structure. How does this differ from other XML tree generators? By using XML which is a pure perl XML parser. Using this module you can tree-ify simple XML without having to compile any C.

We can use yum or dnf to install perl-XML-Parser-Lite-Tree on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-XML-Parser-Lite-Tree.

Install perl-XML-Parser-Lite-Tree on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-XML-Parser-Lite-Tree using dnf by running the following command:

sudo dnf -y install perl-XML-Parser-Lite-Tree

Install perl-XML-Parser-Lite-Tree on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-XML-Parser-Lite-Tree using yum by running the following command:

sudo yum -y install perl-XML-Parser-Lite-Tree

How To Uninstall perl-XML-Parser-Lite-Tree on Fedora 36

To uninstall only the perl-XML-Parser-Lite-Tree package we can use the following command:

sudo dnf remove perl-XML-Parser-Lite-Tree

perl-XML-Parser-Lite-Tree Package Contents on Fedora 36

/usr/share/doc/perl-XML-Parser-Lite-Tree
/usr/share/doc/perl-XML-Parser-Lite-Tree/README
/usr/share/man/man3/XML::Parser::Lite::Tree.3pm.gz
/usr/share/man/man3/XML::Parser::LiteCopy.3pm.gz
/usr/share/perl5/vendor_perl/XML
/usr/share/perl5/vendor_perl/XML/Parser
/usr/share/perl5/vendor_perl/XML/Parser/Lite
/usr/share/perl5/vendor_perl/XML/Parser/Lite/Tree.pm
/usr/share/perl5/vendor_perl/XML/Parser/LiteCopy.pm

References

Summary

In this tutorial we learn how to install perl-XML-Parser-Lite-Tree on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).