How to Install and Uninstall perl-XML-SAX-Base Package on openSUSE Leap
Last updated: November 07,2024
1. Install "perl-XML-SAX-Base" package
This tutorial shows how to install perl-XML-SAX-Base on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-XML-SAX-Base
Copied
2. Uninstall "perl-XML-SAX-Base" package
Here is a brief guide to show you how to uninstall perl-XML-SAX-Base on openSUSE Leap:
$
sudo zypper remove
perl-XML-SAX-Base
Copied
3. Information about the perl-XML-SAX-Base package on openSUSE Leap
Information for package perl-XML-SAX-Base:
------------------------------------------
Repository : Main Repository
Name : perl-XML-SAX-Base
Version : 1.09-1.25
Arch : noarch
Vendor : SUSE LLC
Installed Size : 173.3 KiB
Installed : No
Status : not installed
Source package : perl-XML-SAX-Base-1.09-1.25.src
Upstream URL : http://search.cpan.org/dist/XML-SAX-Base/
Summary : Base class SAX Drivers and Filters
Description :
This module has a very simple task - to be a base class for PerlSAX drivers
and filters. It's default behaviour 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.
The main advantages that it provides are easy dispatching of events the
right way (ie it takes care for you of checking that the handler has
implemented that method, or has defined an AUTOLOAD), and the guarantee
that filters will pass along events that they aren't implementing to
handlers downstream that might nevertheless be interested in them.
------------------------------------------
Repository : Main Repository
Name : perl-XML-SAX-Base
Version : 1.09-1.25
Arch : noarch
Vendor : SUSE LLC
Installed Size : 173.3 KiB
Installed : No
Status : not installed
Source package : perl-XML-SAX-Base-1.09-1.25.src
Upstream URL : http://search.cpan.org/dist/XML-SAX-Base/
Summary : Base class SAX Drivers and Filters
Description :
This module has a very simple task - to be a base class for PerlSAX drivers
and filters. It's default behaviour 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.
The main advantages that it provides are easy dispatching of events the
right way (ie it takes care for you of checking that the handler has
implemented that method, or has defined an AUTOLOAD), and the guarantee
that filters will pass along events that they aren't implementing to
handlers downstream that might nevertheless be interested in them.