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

Last updated: March 06,2025

1. Install "perl-XML-Parser-Lite" package

Please follow the steps below to install perl-XML-Parser-Lite on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-XML-Parser-Lite

2. Uninstall "perl-XML-Parser-Lite" package

This is a short guide on how to uninstall perl-XML-Parser-Lite on openSuSE Tumbleweed:

$ sudo zypper remove perl-XML-Parser-Lite

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

Information for package perl-XML-Parser-Lite:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-XML-Parser-Lite
Version : 0.722-1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 19.3 KiB
Installed : No
Status : not installed
Source package : perl-XML-Parser-Lite-0.722-1.23.src
Upstream URL : http://search.cpan.org/dist/XML-Parser-Lite/
Summary : Lightweight pure-perl XML Parser (based on regexps)
Description :
This module implements an XML parser with a interface similar to
XML::Parser. Though not all callbacks are supported, you should be able to
use it in the same way you use XML::Parser. Due to using experimental
regexp features it'll work only on Perl 5.6 and above and may behave
differently on different platforms.
Note that you cannot use regular expressions or split in callbacks. This is
due to a limitation of perl's regular expression implementation (which is
not re-entrant).