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

Last updated: July 01,2024

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

This guide covers the steps necessary to install perl-XML-Parser-Lite.noarch on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-XML-Parser-Lite.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 0:50:41 ago on Thu Feb 15 07:50:05 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.