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

Last updated: September 20,2024

1. Install "perl-XML-Simple" package

This guide let you learn how to install perl-XML-Simple on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-XML-Simple

2. Uninstall "perl-XML-Simple" package

Please follow the instructions below to uninstall perl-XML-Simple on openSuSE Tumbleweed:

$ sudo zypper remove perl-XML-Simple

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

Information for package perl-XML-Simple:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-XML-Simple
Version : 2.25-1.24
Arch : noarch
Vendor : openSUSE
Installed Size : 177.3 KiB
Installed : No
Status : not installed
Source package : perl-XML-Simple-2.25-1.24.src
Upstream URL : http://search.cpan.org/dist/XML-Simple/
Summary : An API for simple XML files
Description :
The XML::Simple module provides a simple API layer on top of an underlying
XML parsing module (either XML::Parser or one of the SAX2 parser modules).
Two functions are exported: 'XMLin()' and 'XMLout()'. Note: you can
explicitly request the lower case versions of the function names:
'xml_in()' and 'xml_out()'.
The simplest approach is to call these two functions directly, but an
optional object oriented interface (see "OPTIONAL OO INTERFACE" below)
allows them to be called as methods of an *XML::Simple* object. The object
interface can also be used at either end of a SAX pipeline.