How to Install and Uninstall perl-XML-SAX-Base.noarch Package on Fedora 39

Last updated: November 26,2024

1. Install "perl-XML-SAX-Base.noarch" package

Please follow the step by step instructions below to install perl-XML-SAX-Base.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-XML-SAX-Base.noarch

2. Uninstall "perl-XML-SAX-Base.noarch" package

Please follow the instructions below to uninstall perl-XML-SAX-Base.noarch on Fedora 39:

$ sudo dnf remove perl-XML-SAX-Base.noarch $ sudo dnf autoremove

3. Information about the perl-XML-SAX-Base.noarch package on Fedora 39

Last metadata expiration check: 0:49:44 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-XML-SAX-Base
Version : 1.09
Release : 20.fc39
Architecture : noarch
Size : 31 k
Source : perl-XML-SAX-Base-1.09-20.fc39.src.rpm
Repository : fedora
Summary : Base class SAX drivers and filters
URL : https://metacpan.org/release/XML-SAX-Base
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : 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.