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

Last updated: October 07,2024

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

Please follow the steps below to install perl-XML-Parser-Lite-Tree.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall perl-XML-Parser-Lite-Tree.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:06:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-XML-Parser-Lite-Tree
Version : 0.14
Release : 30.fc36
Architecture : noarch
Size : 20 k
Source : perl-XML-Parser-Lite-Tree-0.14-30.fc36.src.rpm
Repository : fedora
Summary : Lightweight XML tree builder
URL : https://metacpan.org/release/XML-Parser-Lite-Tree
License : Artistic 2.0
Description : This is a singleton class for parsing XML into a tree structure. How does
: this differ from other XML tree generators? By using XML::Parser::Lite,
: which is a pure perl XML parser. Using this module you can tree-ify simple
: XML without having to compile any C.