How to Install and Uninstall perl-XML-SAX.noarch Package on Amazon Linux 2

Last updated: November 29,2024

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

Please follow the guidance below to install perl-XML-SAX.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-XML-SAX.noarch

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

Here is a brief guide to show you how to uninstall perl-XML-SAX.noarch on Amazon Linux 2:

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

3. Information about the perl-XML-SAX.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-XML-SAX
Arch : noarch
Version : 0.99
Release : 9.amzn2
Size : 64 k
Repo : amzn2-core/2/x86_64
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.