How to Install and Uninstall perl-XML-Generator-PerlData Package on openSuSE Tumbleweed

Last updated: July 01,2024

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

Learn how to install perl-XML-Generator-PerlData on openSuSE Tumbleweed

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

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

Here is a brief guide to show you how to uninstall perl-XML-Generator-PerlData on openSuSE Tumbleweed:

$ sudo zypper remove perl-XML-Generator-PerlData

3. Information about the perl-XML-Generator-PerlData package on openSuSE Tumbleweed

Information for package perl-XML-Generator-PerlData:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-XML-Generator-PerlData
Version : 0.95-1.28
Arch : noarch
Vendor : openSUSE
Installed Size : 56.2 KiB
Installed : No
Status : not installed
Source package : perl-XML-Generator-PerlData-0.95-1.28.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.