How To Install perl-XML-XQL on Fedora 36

In this tutorial we learn how to install perl-XML-XQL in Fedora 36. perl-XML-XQL is Perl module for querying XML tree structures with XQL

Introduction

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

What is perl-XML-XQL

This is a Perl extension that allows you to perform XQL queries on XML object trees. Currently only the XML other implementations, like XML

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

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

sudo dnf -y install perl-XML-XQL

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

sudo yum -y install perl-XML-XQL

How To Uninstall perl-XML-XQL on Fedora 36

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

sudo dnf remove perl-XML-XQL

perl-XML-XQL Package Contents on Fedora 36

/usr/bin/xql.pl
/usr/share/doc/perl-XML-XQL
/usr/share/doc/perl-XML-XQL/Changes
/usr/share/doc/perl-XML-XQL/README
/usr/share/doc/perl-XML-XQL/samples
/usr/share/doc/perl-XML-XQL/samples/REC-xml-19980210.xml
/usr/share/doc/perl-XML-XQL/samples/bookstore.xml
/usr/share/man/man3/XML::XQL.3pm.gz
/usr/share/man/man3/XML::XQL::DOM.3pm.gz
/usr/share/man/man3/XML::XQL::Date.3pm.gz
/usr/share/man/man3/XML::XQL::Query.3pm.gz
/usr/share/man/man3/XML::XQL::Tutorial.3pm.gz
/usr/share/perl5/vendor_perl/XML
/usr/share/perl5/vendor_perl/XML/XQL
/usr/share/perl5/vendor_perl/XML/XQL.pm
/usr/share/perl5/vendor_perl/XML/XQL/DOM.pm
/usr/share/perl5/vendor_perl/XML/XQL/Date.pm
/usr/share/perl5/vendor_perl/XML/XQL/Debug.pm
/usr/share/perl5/vendor_perl/XML/XQL/DirXQL.pm
/usr/share/perl5/vendor_perl/XML/XQL/Parser.pm
/usr/share/perl5/vendor_perl/XML/XQL/Plus.pm
/usr/share/perl5/vendor_perl/XML/XQL/Query.pod
/usr/share/perl5/vendor_perl/XML/XQL/Strict.pm
/usr/share/perl5/vendor_perl/XML/XQL/Tutorial.pod

References

Summary

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