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

Last updated: November 24,2024

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

Please follow the instructions below to install perl-XML-Twig.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-XML-Twig.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:50:55 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-XML-Twig
Version : 3.52
Release : 16.fc34
Architecture : noarch
Size : 205 k
Source : perl-XML-Twig-3.52-16.fc34.src.rpm
Repository : fedora
Summary : Perl module for processing huge XML documents in tree mode
URL : https://metacpan.org/release/XML-Twig
License : GPL+ or Artistic
Description : This module provides a way to process XML documents. It is build on
: top of XML::Parser. XML::Twig offers a tree interface to the
: document, while allowing you to output the parts of it that have been
: completely processed. It allows minimal resource (CPU and memory)
: usage by building the tree only for the parts of the documents that
: need actual processing, through the use of the twig_roots and
: twig_print_outside_roots options.