How To Install perl-XML-SAX-Base on Fedora 36
Introduction
In this tutorial we learn how to install perl-XML-SAX-Base
on Fedora 36.
What is perl-XML-SAX-Base
This module has a very simple task - to be a base class for Perl SAX drivers and filters. Its default behavior is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don’t have to, for example, implement the characters() callback.
We can use yum
or dnf
to install perl-XML-SAX-Base
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-XML-SAX-Base.
Install perl-XML-SAX-Base 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-SAX-Base
using dnf
by running the following command:
sudo dnf -y install perl-XML-SAX-Base
Install perl-XML-SAX-Base 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-SAX-Base
using yum
by running the following command:
sudo yum -y install perl-XML-SAX-Base
How To Uninstall perl-XML-SAX-Base on Fedora 36
To uninstall only the perl-XML-SAX-Base
package we can use the following command:
sudo dnf remove perl-XML-SAX-Base
perl-XML-SAX-Base Package Contents on Fedora 36
/usr/share/doc/perl-XML-SAX-Base
/usr/share/doc/perl-XML-SAX-Base/BuildSAXBase.pl
/usr/share/doc/perl-XML-SAX-Base/Changes
/usr/share/doc/perl-XML-SAX-Base/README
/usr/share/man/man3/XML::SAX::Base.3pm.gz
/usr/share/man/man3/XML::SAX::BuildSAXBase.3pm.gz
/usr/share/man/man3/XML::SAX::Exception.3pm.gz
/usr/share/perl5/vendor_perl/XML
/usr/share/perl5/vendor_perl/XML/SAX
/usr/share/perl5/vendor_perl/XML/SAX/Base.pm
/usr/share/perl5/vendor_perl/XML/SAX/Exception.pm
References
Summary
In this tutorial we learn how to install perl-XML-SAX-Base
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).