How to Install and Uninstall perl-XML-Parser-Lite.noarch Package on Rocky Linux 9

Last updated: May 07,2024

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

This is a short guide on how to install perl-XML-Parser-Lite.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-XML-Parser-Lite.noarch

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

Here is a brief guide to show you how to uninstall perl-XML-Parser-Lite.noarch on Rocky Linux 9:

$ sudo dnf remove perl-XML-Parser-Lite.noarch $ sudo dnf autoremove

3. Information about the perl-XML-Parser-Lite.noarch package on Rocky Linux 9

Last metadata expiration check: 0:23:54 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-XML-Parser-Lite
Version : 0.722
Release : 11.el9
Architecture : noarch
Size : 17 k
Source : perl-XML-Parser-Lite-0.722-11.el9.src.rpm
Repository : epel
Summary : Lightweight regexp-based XML parser
URL : https://metacpan.org/release/XML-Parser-Lite
License : (GPL+ or Artistic) and REX
Description : This Perl module implements an XML parser with an 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.