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

In this tutorial we learn how to install perl-XML-Parser-Lite-Tree-XPath in Fedora 36. perl-XML-Parser-Lite-Tree-XPath is XPath access to XML

Introduction

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

What is perl-XML-Parser-Lite-Tree-XPath

This pure-Perl implementation of XPath is a complement to XML to implement 100% of the W3C XPath specification.

We can use yum or dnf to install perl-XML-Parser-Lite-Tree-XPath 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-XPath.

Install perl-XML-Parser-Lite-Tree-XPath 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-XPath using dnf by running the following command:

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

Install perl-XML-Parser-Lite-Tree-XPath 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-XPath using yum by running the following command:

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

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

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

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

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

/usr/share/doc/perl-XML-Parser-Lite-Tree-XPath
/usr/share/doc/perl-XML-Parser-Lite-Tree-XPath/Changes
/usr/share/doc/perl-XML-Parser-Lite-Tree-XPath/README
/usr/share/man/man3/XML::Parser::Lite::Tree::XPath.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
/usr/share/perl5/vendor_perl/XML/Parser/Lite/Tree/XPath
/usr/share/perl5/vendor_perl/XML/Parser/Lite/Tree/XPath.pm
/usr/share/perl5/vendor_perl/XML/Parser/Lite/Tree/XPath/Axis.pm
/usr/share/perl5/vendor_perl/XML/Parser/Lite/Tree/XPath/Eval.pm
/usr/share/perl5/vendor_perl/XML/Parser/Lite/Tree/XPath/Result.pm
/usr/share/perl5/vendor_perl/XML/Parser/Lite/Tree/XPath/Test.pm
/usr/share/perl5/vendor_perl/XML/Parser/Lite/Tree/XPath/Token.pm
/usr/share/perl5/vendor_perl/XML/Parser/Lite/Tree/XPath/Tokener.pm
/usr/share/perl5/vendor_perl/XML/Parser/Lite/Tree/XPath/Tree.pm

References

Summary

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