How to Install and Uninstall perl-XML-Smart.noarch Package on Fedora 35

Last updated: November 30,2024

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

Learn how to install perl-XML-Smart.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall perl-XML-Smart.noarch on Fedora 35:

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

3. Information about the perl-XML-Smart.noarch package on Fedora 35

Last metadata expiration check: 1:07:58 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-XML-Smart
Version : 1.79
Release : 24.fc35
Architecture : noarch
Size : 80 k
Source : perl-XML-Smart-1.79-24.fc35.src.rpm
Repository : fedora
Summary : Smart, easy and powerful way to access/create XML files/data
URL : https://metacpan.org/release/XML-Smart
License : GPL+ or Artistic
Description : This module provides an easy way to access/create XML data. It's based on a
: HASH tree created from the XML data, and enables dynamic access to it
: through the standard Perl syntax for Hash and Array, without necessarily
: caring about which you are working with. In other words, each point in the
: tree works as a Hash and an Array at the same time!