How to Install and Uninstall perl-XML-Parser-Lite.noarch Package on Fedora 38

Last updated: October 05,2024

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

Please follow the guidance below to install perl-XML-Parser-Lite.noarch on Fedora 38

$ 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 Fedora 38:

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

3. Information about the perl-XML-Parser-Lite.noarch package on Fedora 38

Last metadata expiration check: 3:14:55 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-XML-Parser-Lite
Version : 0.722
Release : 15.fc38
Architecture : noarch
Size : 17 k
Source : perl-XML-Parser-Lite-0.722-15.fc38.src.rpm
Repository : fedora
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.