How To Install perl-XML-LibXML-Debugging on Fedora 36

In this tutorial we learn how to install perl-XML-LibXML-Debugging in Fedora 36. perl-XML-LibXML-Debugging is Get debugging information from XML

Introduction

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

What is perl-XML-LibXML-Debugging

This Perl module adds a couple of additional methods to XML objects which are mostly aimed at helping figure out what’s going on with the DOM’s name spaces and structure.

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

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

sudo dnf -y install perl-XML-LibXML-Debugging

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

sudo yum -y install perl-XML-LibXML-Debugging

How To Uninstall perl-XML-LibXML-Debugging on Fedora 36

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

sudo dnf remove perl-XML-LibXML-Debugging

perl-XML-LibXML-Debugging Package Contents on Fedora 36

/usr/share/doc/perl-XML-LibXML-Debugging
/usr/share/doc/perl-XML-LibXML-Debugging/CONTRIBUTING
/usr/share/doc/perl-XML-LibXML-Debugging/COPYRIGHT
/usr/share/doc/perl-XML-LibXML-Debugging/CREDITS
/usr/share/doc/perl-XML-LibXML-Debugging/Changes
/usr/share/doc/perl-XML-LibXML-Debugging/README
/usr/share/licenses/perl-XML-LibXML-Debugging
/usr/share/licenses/perl-XML-LibXML-Debugging/LICENSE
/usr/share/man/man3/XML::LibXML::Debugging.3pm.gz
/usr/share/perl5/vendor_perl/XML
/usr/share/perl5/vendor_perl/XML/LibXML
/usr/share/perl5/vendor_perl/XML/LibXML/Debugging.pm

References

Summary

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