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

Last updated: September 20,2024

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

Here is a brief guide to show you how to install perl-XML-Parser-Lite.noarch on Rocky Linux 8

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

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

Please follow the guidelines below to uninstall perl-XML-Parser-Lite.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 2:27:18 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-XML-Parser-Lite
Version : 0.722
Release : 4.el8
Architecture : noarch
Size : 19 k
Source : perl-XML-Parser-Lite-0.722-4.el8.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.