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

Last updated: June 04,2024

1. Install "perl-XML-Writer-String" package

This is a short guide on how to install perl-XML-Writer-String on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-XML-Writer-String

2. Uninstall "perl-XML-Writer-String" package

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

$ sudo zypper remove perl-XML-Writer-String

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

Information for package perl-XML-Writer-String:
-----------------------------------------------
Repository : Main Repository
Name : perl-XML-Writer-String
Version : 0.1-1.24
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 6.2 KiB
Installed : No
Status : not installed
Source package : perl-XML-Writer-String-0.1-1.24.src
Upstream URL : http://search.cpan.org/perldoc?XML::Writer::String
Summary : Capture output from XML::Writer
Description :
This module implements a bare-bones class specifically for the purpose of
capturing data from the XML::Writer module. XML::Writer expects an IO::Handle
object and writes XML data to the specified object (or STDOUT) via it's print()
method. This module simulates such an object for the specific purpose of
providing the required print() method.
It is recommended that $writer->end() is called prior to calling $s->value() to
check for well-formedness.
Author:
-------
Simon Oliver