How to Install and Uninstall perl-XML-TokeParser.noarch Package on AlmaLinux 9

Last updated: October 01,2024

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

Please follow the instructions below to install perl-XML-TokeParser.noarch on AlmaLinux 9

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

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

Please follow the step by step instructions below to uninstall perl-XML-TokeParser.noarch on AlmaLinux 9:

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

3. Information about the perl-XML-TokeParser.noarch package on AlmaLinux 9

Last metadata expiration check: 1:59:36 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-XML-TokeParser
Version : 0.05
Release : 36.el9
Architecture : noarch
Size : 23 k
Source : perl-XML-TokeParser-0.05-36.el9.src.rpm
Repository : appstream
Summary : Simplified interface to XML::Parser
URL : https://metacpan.org/release/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.