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

Last updated: April 29,2024

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

Please follow the step by step instructions below to install perl-XML-Parser-Lite on openSUSE Leap

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

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

Please follow the guidelines below to uninstall perl-XML-Parser-Lite on openSUSE Leap:

$ sudo zypper remove perl-XML-Parser-Lite

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

Information for package perl-XML-Parser-Lite:
---------------------------------------------
Repository : Main Repository
Name : perl-XML-Parser-Lite
Version : 0.722-1.16
Arch : noarch
Vendor : SUSE LLC
Installed Size : 19.5 KiB
Installed : No
Status : not installed
Source package : perl-XML-Parser-Lite-0.722-1.16.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).