How To Install perl-XML-XPath on Fedora 36

In this tutorial we learn how to install perl-XML-XPath in Fedora 36. perl-XML-XPath is XPath parser and evaluator for Perl

Introduction

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

What is perl-XML-XPath

This module aims to comply exactly to the XPath specification at http form of functions. Modules such as XSLT and XPointer may need to do this as they support functionality beyond XPath.

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

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

sudo dnf -y install perl-XML-XPath

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

sudo yum -y install perl-XML-XPath

How To Uninstall perl-XML-XPath on Fedora 36

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

sudo dnf remove perl-XML-XPath

perl-XML-XPath Package Contents on Fedora 36

/usr/bin/xpath
/usr/share/doc/perl-XML-XPath
/usr/share/doc/perl-XML-XPath/Changes
/usr/share/doc/perl-XML-XPath/README
/usr/share/doc/perl-XML-XPath/TODO
/usr/share/licenses/perl-XML-XPath
/usr/share/licenses/perl-XML-XPath/LICENSE
/usr/share/man/man1/xpath.1.gz
/usr/share/man/man3/XML::XPath.3pm.gz
/usr/share/man/man3/XML::XPath::Boolean.3pm.gz
/usr/share/man/man3/XML::XPath::Builder.3pm.gz
/usr/share/man/man3/XML::XPath::Literal.3pm.gz
/usr/share/man/man3/XML::XPath::Node.3pm.gz
/usr/share/man/man3/XML::XPath::Node::Attribute.3pm.gz
/usr/share/man/man3/XML::XPath::Node::Comment.3pm.gz
/usr/share/man/man3/XML::XPath::Node::Element.3pm.gz
/usr/share/man/man3/XML::XPath::Node::Namespace.3pm.gz
/usr/share/man/man3/XML::XPath::Node::PI.3pm.gz
/usr/share/man/man3/XML::XPath::Node::Text.3pm.gz
/usr/share/man/man3/XML::XPath::NodeSet.3pm.gz
/usr/share/man/man3/XML::XPath::Number.3pm.gz
/usr/share/man/man3/XML::XPath::PerlSAX.3pm.gz
/usr/share/man/man3/XML::XPath::XMLParser.3pm.gz
/usr/share/perl5/vendor_perl/XML
/usr/share/perl5/vendor_perl/XML/XPath
/usr/share/perl5/vendor_perl/XML/XPath.pm
/usr/share/perl5/vendor_perl/XML/XPath/Boolean.pm
/usr/share/perl5/vendor_perl/XML/XPath/Builder.pm
/usr/share/perl5/vendor_perl/XML/XPath/Expr.pm
/usr/share/perl5/vendor_perl/XML/XPath/Function.pm
/usr/share/perl5/vendor_perl/XML/XPath/Literal.pm
/usr/share/perl5/vendor_perl/XML/XPath/LocationPath.pm
/usr/share/perl5/vendor_perl/XML/XPath/Node
/usr/share/perl5/vendor_perl/XML/XPath/Node.pm
/usr/share/perl5/vendor_perl/XML/XPath/Node/Attribute.pm
/usr/share/perl5/vendor_perl/XML/XPath/Node/Comment.pm
/usr/share/perl5/vendor_perl/XML/XPath/Node/Element.pm
/usr/share/perl5/vendor_perl/XML/XPath/Node/Namespace.pm
/usr/share/perl5/vendor_perl/XML/XPath/Node/PI.pm
/usr/share/perl5/vendor_perl/XML/XPath/Node/Text.pm
/usr/share/perl5/vendor_perl/XML/XPath/NodeSet.pm
/usr/share/perl5/vendor_perl/XML/XPath/Number.pm
/usr/share/perl5/vendor_perl/XML/XPath/Parser.pm
/usr/share/perl5/vendor_perl/XML/XPath/PerlSAX.pm
/usr/share/perl5/vendor_perl/XML/XPath/Root.pm
/usr/share/perl5/vendor_perl/XML/XPath/Step.pm
/usr/share/perl5/vendor_perl/XML/XPath/Variable.pm
/usr/share/perl5/vendor_perl/XML/XPath/XMLParser.pm

References

Summary

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