How to Install and Uninstall perl-XML-SAX.src Package on Oracle Linux 8

Last updated: October 06,2024

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

Please follow the steps below to install perl-XML-SAX.src on Oracle Linux 8

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

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

Learn how to uninstall perl-XML-SAX.src on Oracle Linux 8:

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

3. Information about the perl-XML-SAX.src package on Oracle Linux 8

Last metadata expiration check: 1:10:25 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-XML-SAX
Version : 1.00
Release : 1.el8
Architecture : src
Size : 53 k
Source : None
Repository : ol8_appstream
Summary : SAX parser access API for Perl
URL : http://search.cpan.org/dist/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.