How To Install perl-XML-XPathEngine on Fedora 36

In this tutorial we learn how to install perl-XML-XPathEngine in Fedora 36. perl-XML-XPathEngine is Re-usable XPath engine for DOM-like trees

Introduction

In this tutorial we learn how to install perl-XML-XPathEngine on Fedora 36.

What is perl-XML-XPathEngine

This module provides an XPath engine, that can be re-used by other module/classes that implement trees.

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

Install perl-XML-XPathEngine 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-XPathEngine using dnf by running the following command:

sudo dnf -y install perl-XML-XPathEngine

Install perl-XML-XPathEngine 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-XPathEngine using yum by running the following command:

sudo yum -y install perl-XML-XPathEngine

How To Uninstall perl-XML-XPathEngine on Fedora 36

To uninstall only the perl-XML-XPathEngine package we can use the following command:

sudo dnf remove perl-XML-XPathEngine

perl-XML-XPathEngine Package Contents on Fedora 36

/usr/share/doc/perl-XML-XPathEngine
/usr/share/doc/perl-XML-XPathEngine/Changes
/usr/share/doc/perl-XML-XPathEngine/README
/usr/share/man/man3/XML::XPathEngine.3pm.gz
/usr/share/man/man3/XML::XPathEngine::Boolean.3pm.gz
/usr/share/man/man3/XML::XPathEngine::Literal.3pm.gz
/usr/share/man/man3/XML::XPathEngine::NodeSet.3pm.gz
/usr/share/man/man3/XML::XPathEngine::Number.3pm.gz
/usr/share/perl5/vendor_perl/XML
/usr/share/perl5/vendor_perl/XML/XPathEngine
/usr/share/perl5/vendor_perl/XML/XPathEngine.pm
/usr/share/perl5/vendor_perl/XML/XPathEngine/Boolean.pm
/usr/share/perl5/vendor_perl/XML/XPathEngine/Expr.pm
/usr/share/perl5/vendor_perl/XML/XPathEngine/Function.pm
/usr/share/perl5/vendor_perl/XML/XPathEngine/Literal.pm
/usr/share/perl5/vendor_perl/XML/XPathEngine/LocationPath.pm
/usr/share/perl5/vendor_perl/XML/XPathEngine/NodeSet.pm
/usr/share/perl5/vendor_perl/XML/XPathEngine/Number.pm
/usr/share/perl5/vendor_perl/XML/XPathEngine/Root.pm
/usr/share/perl5/vendor_perl/XML/XPathEngine/Step.pm
/usr/share/perl5/vendor_perl/XML/XPathEngine/Variable.pm

References

Summary

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