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

Last updated: May 14,2024

1. Install "perl-XML-Handler-YAWriter" package

This is a short guide on how to install perl-XML-Handler-YAWriter on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-XML-Handler-YAWriter

2. Uninstall "perl-XML-Handler-YAWriter" package

In this section, we are going to explain the necessary steps to uninstall perl-XML-Handler-YAWriter on openSUSE Leap:

$ sudo zypper remove perl-XML-Handler-YAWriter

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

Information for package perl-XML-Handler-YAWriter:
--------------------------------------------------
Repository : Main Repository
Name : perl-XML-Handler-YAWriter
Version : 0.23-1.23
Arch : noarch
Vendor : SUSE LLC
Installed Size : 148.6 KiB
Installed : No
Status : not installed
Source package : perl-XML-Handler-YAWriter-0.23-1.23.src
Upstream URL : http://search.cpan.org/dist/XML-Handler-YAWriter/
Summary : Yet another Perl SAX XML Writer
Description :
YAWriter implements Yet Another XML::Handler::Writer. The reasons for this
one are that I needed a flexible escaping technique, and want some kind of
pretty printing. If an instance of YAWriter is created without any options,
the default behavior is to produce an array of strings containing the XML
in :
@{$ya->{Strings}}