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

Last updated: January 08,2025

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

Please follow the guidance below to install perl-XML-TokeParser.noarch on Amazon Linux 2

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

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

Please follow the guidance below to uninstall perl-XML-TokeParser.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-XML-TokeParser
Arch : noarch
Version : 0.05
Release : 12.amzn2
Size : 21 k
Repo : amzn2-core/2/x86_64
Summary : Simplified interface to XML::Parser
URL : http://search.cpan.org/dist/XML-TokeParser/
License : GPL+ or Artistic
Description : XML::TokeParser provides a procedural ("pull mode") interface to
: XML::Parser in much the same way that Gisle Aas' HTML::TokeParser
: provides a procedural interface to HTML::Parser. XML::TokeParser
: splits its XML input up into "tokens," each corresponding to an
: XML::Parser event.