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

Last updated: May 12,2024

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

This tutorial shows how to install perl-XML-SimpleObject-LibXML on openSuSE Tumbleweed

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

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

This guide let you learn how to uninstall perl-XML-SimpleObject-LibXML on openSuSE Tumbleweed:

$ sudo zypper remove perl-XML-SimpleObject-LibXML

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

Information for package perl-XML-SimpleObject-LibXML:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-XML-SimpleObject-LibXML
Version : 0.60-126.29
Arch : noarch
Vendor : openSUSE
Installed Size : 26.8 KiB
Installed : No
Status : not installed
Source package : perl-XML-SimpleObject-LibXML-0.60-126.29.src
Upstream URL : http://search.cpan.org/dist/XML-SimpleObject-LibXML/
Summary : Perl extension allowing a simple(r) object representation of an XML::Lib[cut]
Description :
This is a short and simple class allowing simple object access to a parsed
XML::LibXML tree, with methods for fetching children and attributes in as
clean a manner as possible. My apologies for further polluting the XML::
space; this is a small and quick module, with easy and compact usage. Some
will rightfully question placing another interface over the DOM methods
provided by XML::LibXML, but my experience is that people appreciate the
total simplicity provided by this module, despite its limitations. These
limitations include a minor loss of speed compared to the DOM, loss of
control over node types, and protection (aka lack of knowledge) about the
DOM. I encourage those who want more control and understanding over the DOM
to study XML::LibXML; this module's source can be instructive, too.