How to Install and Uninstall perl-Class-XPath Package on openSuSE Tumbleweed

Last updated: May 08,2024

1. Install "perl-Class-XPath" package

Here is a brief guide to show you how to install perl-Class-XPath on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Class-XPath

2. Uninstall "perl-Class-XPath" package

Please follow the guidelines below to uninstall perl-Class-XPath on openSuSE Tumbleweed:

$ sudo zypper remove perl-Class-XPath

3. Information about the perl-Class-XPath package on openSuSE Tumbleweed

Information for package perl-Class-XPath:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Class-XPath
Version : 1.4-161.29
Arch : noarch
Vendor : openSUSE
Installed Size : 24.6 KiB
Installed : No
Status : not installed
Source package : perl-Class-XPath-1.4-161.29.src
Upstream URL : http://search.cpan.org/dist/Class-XPath/
Summary : Adds xpath matching to object trees
Description :
This module adds XPath-style matching to your object trees. This means that
you can find nodes using an XPath-esque query with 'match()' from anywhere
in the tree. Also, the 'xpath()' method returns a unique path to a given
node which can be used as an identifier.
To use this module you must already have an OO implementation of a tree.
The tree must be a true tree - all nodes have a single parent and the tree
must have a single root node. Also, the order of children within a node
must be stable.
*NOTE:* This module is not yet a complete XPath implementation. Over time I
expect the subset of XPath supported to grow. See the SYNTAX documentation
for details on the current level of support.