How to Install and Uninstall perl-XML-Rules.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-XML-Rules.noarch" package

Please follow the step by step instructions below to install perl-XML-Rules.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-XML-Rules.noarch

2. Uninstall "perl-XML-Rules.noarch" package

Learn how to uninstall perl-XML-Rules.noarch on Fedora 34:

$ sudo dnf remove perl-XML-Rules.noarch $ sudo dnf autoremove

3. Information about the perl-XML-Rules.noarch package on Fedora 34

Last metadata expiration check: 4:52:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-XML-Rules
Version : 1.16
Release : 24.fc34
Architecture : noarch
Size : 87 k
Source : perl-XML-Rules-1.16-24.fc34.src.rpm
Repository : fedora
Summary : Parse XML and specify what and how to keep/process for individual tags
URL : https://metacpan.org/release/XML-Rules
License : GPL+ or Artistic
Description : The XML::Rules module provides an API layer on top of XML::Parser. It
: allows you to specify rules that are subroutines to be run once a tag
: is fully parsed and either process the data from the tag itself and
: its children or specify what parts of the data and how to add to the
: data structure being built for the parent tag.