How To Install perl-libxml-perl on Fedora 36

In this tutorial we learn how to install perl-libxml-perl in Fedora 36. perl-libxml-perl is A collection of Perl modules for working with XML

Introduction

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

What is perl-libxml-perl

libxml-perl is a collection of smaller Perl modules, scripts, and documents for working with XML in Perl. libxml-perl software works in combination with XML others.

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

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

sudo dnf -y install perl-libxml-perl

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

sudo yum -y install perl-libxml-perl

How To Uninstall perl-libxml-perl on Fedora 36

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

sudo dnf remove perl-libxml-perl

perl-libxml-perl Package Contents on Fedora 36

/usr/share/doc/perl-libxml-perl
/usr/share/doc/perl-libxml-perl/ChangeLog
/usr/share/doc/perl-libxml-perl/Changes
/usr/share/doc/perl-libxml-perl/README
/usr/share/man/man3/Data::Grove.3pm.gz
/usr/share/man/man3/Data::Grove::Parent.3pm.gz
/usr/share/man/man3/Data::Grove::Visitor.3pm.gz
/usr/share/man/man3/XML::ESISParser.3pm.gz
/usr/share/man/man3/XML::Handler::CanonXMLWriter.3pm.gz
/usr/share/man/man3/XML::Handler::Sample.3pm.gz
/usr/share/man/man3/XML::Handler::Subs.3pm.gz
/usr/share/man/man3/XML::Handler::XMLWriter.3pm.gz
/usr/share/man/man3/XML::Parser::PerlSAX.3pm.gz
/usr/share/man/man3/XML::PatAct::ActionTempl.3pm.gz
/usr/share/man/man3/XML::PatAct::Amsterdam.3pm.gz
/usr/share/man/man3/XML::PatAct::MatchName.3pm.gz
/usr/share/man/man3/XML::PatAct::PatternTempl.3pm.gz
/usr/share/man/man3/XML::PatAct::ToObjects.3pm.gz
/usr/share/man/man3/XML::Perl2SAX.3pm.gz
/usr/share/man/man3/XML::SAX2Perl.3pm.gz
/usr/share/perl5/vendor_perl/Data
/usr/share/perl5/vendor_perl/Data/Grove
/usr/share/perl5/vendor_perl/Data/Grove.pm
/usr/share/perl5/vendor_perl/Data/Grove/Parent.pm
/usr/share/perl5/vendor_perl/Data/Grove/Visitor.pm
/usr/share/perl5/vendor_perl/XML
/usr/share/perl5/vendor_perl/XML/ESISParser.pm
/usr/share/perl5/vendor_perl/XML/Handler
/usr/share/perl5/vendor_perl/XML/Handler/CanonXMLWriter.pm
/usr/share/perl5/vendor_perl/XML/Handler/Sample.pm
/usr/share/perl5/vendor_perl/XML/Handler/Subs.pm
/usr/share/perl5/vendor_perl/XML/Handler/XMLWriter.pm
/usr/share/perl5/vendor_perl/XML/Parser
/usr/share/perl5/vendor_perl/XML/Parser/PerlSAX.pm
/usr/share/perl5/vendor_perl/XML/PatAct
/usr/share/perl5/vendor_perl/XML/PatAct/ActionTempl.pm
/usr/share/perl5/vendor_perl/XML/PatAct/Amsterdam.pm
/usr/share/perl5/vendor_perl/XML/PatAct/MatchName.pm
/usr/share/perl5/vendor_perl/XML/PatAct/PatternTempl.pm
/usr/share/perl5/vendor_perl/XML/PatAct/ToObjects.pm
/usr/share/perl5/vendor_perl/XML/Perl2SAX.pm
/usr/share/perl5/vendor_perl/XML/SAX2Perl.pm

References

Summary

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