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

Last updated: November 07,2024

1. Install "perl-XML-RegExp" package

Please follow the steps below to install perl-XML-RegExp on openSUSE Leap

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

2. Uninstall "perl-XML-RegExp" package

This tutorial shows how to uninstall perl-XML-RegExp on openSUSE Leap:

$ sudo zypper remove perl-XML-RegExp

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

Information for package perl-XML-RegExp:
----------------------------------------
Repository : Main Repository
Name : perl-XML-RegExp
Version : 0.04-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 8.7 KiB
Installed : No
Status : not installed
Source package : perl-XML-RegExp-0.04-1.24.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.