How to Install and Uninstall perl-XML-TokeParser.src Package on Oracle Linux 8

Last updated: July 05,2024

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

Please follow the instructions below to install perl-XML-TokeParser.src on Oracle Linux 8

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

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

Learn how to uninstall perl-XML-TokeParser.src on Oracle Linux 8:

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

3. Information about the perl-XML-TokeParser.src package on Oracle Linux 8

Last metadata expiration check: 4:29:59 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-XML-TokeParser
Version : 0.05
Release : 25.el8
Architecture : src
Size : 23 k
Source : None
Repository : ol8_appstream
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.