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

Last updated: April 29,2024

1. Install "perl-XML-LibXML-Simple" package

Please follow the guidance below to install perl-XML-LibXML-Simple on openSuSE Tumbleweed

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

2. Uninstall "perl-XML-LibXML-Simple" package

Learn how to uninstall perl-XML-LibXML-Simple on openSuSE Tumbleweed:

$ sudo zypper remove perl-XML-LibXML-Simple

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

Information for package perl-XML-LibXML-Simple:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-XML-LibXML-Simple
Version : 1.01-1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 50.7 KiB
Installed : No
Status : not installed
Source package : perl-XML-LibXML-Simple-1.01-1.18.src
Upstream URL : https://metacpan.org/release/XML-LibXML-Simple
Summary : XML::LibXML clone of XML::Simple::XMLin()
Description :
This module is a blunt rewrite of XML::Simple (by Grant McLean) to use the
XML::LibXML parser for XML structures, where the original uses plain Perl
or SAX parsers.
*Be warned:* this module thinks to be smart. You may very well shoot
yourself in the foot with this DWIMmery. Read the whole manual page at
least once before you start using it. If your XML is described in a schema
or WSDL, then use XML::Compile for maintainable code.