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

Last updated: October 06,2024

1. Install "perl-XML-LibXML-Simple.noarch" package

This is a short guide on how to install perl-XML-LibXML-Simple.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-XML-LibXML-Simple.noarch

2. Uninstall "perl-XML-LibXML-Simple.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-XML-LibXML-Simple.noarch on Fedora 34:

$ sudo dnf remove perl-XML-LibXML-Simple.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:59:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-XML-LibXML-Simple
Version : 1.01
Release : 5.fc34
Architecture : noarch
Size : 33 k
Source : perl-XML-LibXML-Simple-1.01-5.fc34.src.rpm
Repository : fedora
Summary : Read XML strings or files
URL : https://metacpan.org/release/XML-LibXML-Simple
License : GPL+ or Artistic
Description : This Perl module reads XML from strings or files. It is a blunt rewrite
: of XML::Simple (by Grant McLean) to use the XML::LibXML parser for XML
: structures, where the original uses plain Perl or SAX parsers.