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

Last updated: May 19,2024

1. Install "perl-XML-XPathEngine" package

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

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

2. Uninstall "perl-XML-XPathEngine" package

Please follow the steps below to uninstall perl-XML-XPathEngine on openSUSE Leap:

$ sudo zypper remove perl-XML-XPathEngine

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

Information for package perl-XML-XPathEngine:
---------------------------------------------
Repository : Main Repository
Name : perl-XML-XPathEngine
Version : 0.14-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 106.7 KiB
Installed : No
Status : not installed
Source package : perl-XML-XPathEngine-0.14-1.24.src
Upstream URL : http://search.cpan.org/dist/XML-XPathEngine/
Summary : Re-usable XPath engine for DOM-like trees
Description :
This module provides an XPath engine, that can be re-used by other
module/classes that implement trees.
In order to use the XPath engine, nodes in the user module need to mimick
DOM nodes. The degree of similitude between the user tree and a DOM
dictates how much of the XPath features can be used. A module implementing
all of the DOM should be able to use this module very easily (you might
need to add the cmp method on nodes in order to get ordered result sets).
This code is a more or less direct copy of the the XML::XPath manpage
module by Matt Sergeant. I only removed the XML processing part to remove
the dependency on XML::Parser, applied a couple of patches, renamed a whole
lot of methods to make Pod::Coverage happy, and changed the docs.
The article eXtending XML XPath,
http://www.xmltwig.com/article/extending_xml_xpath/ should give authors who
want to use this module enough background to do so.
Otherwise, my email is below ;--)
*WARNING*: while the underlying code is rather solid, this module mostly
lacks docs. As they say, "patches welcome"...