How to Install and Uninstall perl-XML-Twig.noarch Package on Amazon Linux 2

Last updated: May 17,2024

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

This tutorial shows how to install perl-XML-Twig.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-XML-Twig.noarch

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

Please follow the step by step instructions below to uninstall perl-XML-Twig.noarch on Amazon Linux 2:

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

3. Information about the perl-XML-Twig.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-XML-Twig
Arch : noarch
Version : 3.44
Release : 2.amzn2
Size : 215 k
Repo : amzn2-core/2/x86_64
Summary : Perl module for processing huge XML documents in tree mode
URL : http://search.cpan.org/dist/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.