How to Install and Uninstall perl-XML-LibXML-Simple Package on openSUSE Leap

Last updated: September 20,2024

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

This is a short guide on how to install perl-XML-LibXML-Simple on openSUSE Leap

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

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

Please follow the guidance below to uninstall perl-XML-LibXML-Simple on openSUSE Leap:

$ sudo zypper remove perl-XML-LibXML-Simple

3. Information about the perl-XML-LibXML-Simple package on openSUSE Leap

Information for package perl-XML-LibXML-Simple:
-----------------------------------------------
Repository : Main Repository
Name : perl-XML-LibXML-Simple
Version : 0.99-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 48.5 KiB
Installed : No
Status : not installed
Source package : perl-XML-LibXML-Simple-0.99-1.17.src
Upstream URL : http://search.cpan.org/dist/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.