How to Install and Uninstall perl-XML-SAX Package on openSUSE Leap

Last updated: July 05,2024

1. Install "perl-XML-SAX" package

Please follow the guidance below to install perl-XML-SAX on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-XML-SAX

2. Uninstall "perl-XML-SAX" package

Please follow the step by step instructions below to uninstall perl-XML-SAX on openSUSE Leap:

$ sudo zypper remove perl-XML-SAX

3. Information about the perl-XML-SAX package on openSUSE Leap

Information for package perl-XML-SAX:
-------------------------------------
Repository : Main Repository
Name : perl-XML-SAX
Version : 0.99-1.22
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 122.4 KiB
Installed : No
Status : not installed
Source package : perl-XML-SAX-0.99-1.22.src
Upstream URL : http://www.cpan.org/modules/by-module/XML/
Summary : XML::SAX Perl Module
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.