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

Last updated: October 06,2024

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

Please follow the guidance below to install perl-XML-SAX.noarch on Fedora 35

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

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

Learn how to uninstall perl-XML-SAX.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:52:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-XML-SAX
Version : 1.02
Release : 8.fc35
Architecture : noarch
Size : 58 k
Source : perl-XML-SAX-1.02-8.fc35.src.rpm
Repository : fedora
Summary : SAX parser access API for Perl
URL : https://metacpan.org/release/XML-SAX
License : GPL+ or Artistic
Description : XML::SAX consists of several framework classes for using and building
: Perl SAX2 XML parsers, filters, and drivers. It is designed around the
: need to be able to "plug in" different SAX parsers to an application
: without requiring programmer intervention. Those of you familiar with
: the DBI will be right at home. Some of the designs come from the Java
: JAXP specification (SAX part), only without the javaness.