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

Last updated: July 02,2024

1. Install "perl-XML-RegExp" package

This is a short guide on how to install perl-XML-RegExp on openSuSE Tumbleweed

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

2. Uninstall "perl-XML-RegExp" package

Please follow the guidelines below to uninstall perl-XML-RegExp on openSuSE Tumbleweed:

$ sudo zypper remove perl-XML-RegExp

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

Information for package perl-XML-RegExp:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-XML-RegExp
Version : 0.04-9.29
Arch : noarch
Vendor : openSUSE
Installed Size : 8.4 KiB
Installed : No
Status : not installed
Source package : perl-XML-RegExp-0.04-9.29.src
Upstream URL : http://search.cpan.org/dist/XML-RegExp/
Summary : Regular expressions for XML tokens
Description :
This package contains regular expressions for the following XML tokens:
BaseChar, Ideographic, Letter, Digit, Extender, CombiningChar, NameChar,
EntityRef, CharRef, Reference, Name, NmToken, and AttValue.
The definitions of these tokens were taken from the XML spec (Extensible
Markup Language 1.0) at the http://www.w3.org/TR/REC-xml manpage.
Also contains the regular expressions for the following tokens from the XML
Namespaces spec at the http://www.w3.org/TR/REC-xml-names manpage:
NCNameChar, NCName, QName, Prefix and LocalPart.