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

Last updated: November 06,2024

1. Install "perl-XML-Generator-PerlData" package

This is a short guide on how to install perl-XML-Generator-PerlData on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-XML-Generator-PerlData

2. Uninstall "perl-XML-Generator-PerlData" package

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

$ sudo zypper remove perl-XML-Generator-PerlData

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

Information for package perl-XML-Generator-PerlData:
----------------------------------------------------
Repository : Main Repository
Name : perl-XML-Generator-PerlData
Version : 0.95-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 56.5 KiB
Installed : No
Status : not installed
Source package : perl-XML-Generator-PerlData-0.95-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/XML-Generator-PerlData/
Summary : Perl extension for generating SAX2 events from nested Perl data structures
Description :
XML::Generator::PerlData provides a simple way to generate SAX2 events from
nested Perl data structures, while providing finer-grained control over the
resulting document streams.
Processing comes in two flavors: *Simple Style* and *Stream Style*:
In a nutshell, 'simple style' is best used for those cases where you have a
a single Perl data structure that you want to convert to XML as quickly and
painlessly as possible. 'Stream style' is more useful for cases where you
are receiving chunks of data (like from a DBI handle) and you want to
process those chunks as they appear. See *PROCESSING METHODS* for more info
about how each style works.