How To Install perl-XML-Hash-LX on Fedora 36

In this tutorial we learn how to install perl-XML-Hash-LX in Fedora 36. perl-XML-Hash-LX is Convert hash to XML and XML to hash using LibXML

Introduction

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

What is perl-XML-Hash-LX

This module is a companion for XML objects, could return or accept LibXML objects, and may be used for easy data transformations.

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

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

sudo dnf -y install perl-XML-Hash-LX

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

sudo yum -y install perl-XML-Hash-LX

How To Uninstall perl-XML-Hash-LX on Fedora 36

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

sudo dnf remove perl-XML-Hash-LX

perl-XML-Hash-LX Package Contents on Fedora 36

/usr/share/doc/perl-XML-Hash-LX
/usr/share/doc/perl-XML-Hash-LX/Changes
/usr/share/doc/perl-XML-Hash-LX/README
/usr/share/doc/perl-XML-Hash-LX/ex
/usr/share/doc/perl-XML-Hash-LX/ex/benchmark.pl
/usr/share/doc/perl-XML-Hash-LX/ex/profile.pl
/usr/share/doc/perl-XML-Hash-LX/ex/test.pl
/usr/share/doc/perl-XML-Hash-LX/ex/xml.pl
/usr/share/doc/perl-XML-Hash-LX/ex/xpath.pl
/usr/share/licenses/perl-XML-Hash-LX
/usr/share/licenses/perl-XML-Hash-LX/LICENSE
/usr/share/man/man3/XML::Hash::LX.3pm.gz
/usr/share/perl5/vendor_perl/XML
/usr/share/perl5/vendor_perl/XML/Hash
/usr/share/perl5/vendor_perl/XML/Hash/LX.pm

References

Summary

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