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

Last updated: January 14,2025

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

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

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

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

Please follow the steps below to uninstall perl-XML-Parser-Lite-Tree.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 2:27:15 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-XML-Parser-Lite-Tree
Version : 0.14
Release : 29.fc35
Architecture : noarch
Size : 20 k
Source : perl-XML-Parser-Lite-Tree-0.14-29.fc35.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.