How to Install and Uninstall perl-XML-Parser.src Package on Oracle Linux 9

Last updated: May 18,2024

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

In this section, we are going to explain the necessary steps to install perl-XML-Parser.src on Oracle Linux 9

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

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

Here is a brief guide to show you how to uninstall perl-XML-Parser.src on Oracle Linux 9:

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

3. Information about the perl-XML-Parser.src package on Oracle Linux 9

Last metadata expiration check: 0:25:53 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-XML-Parser
Version : 2.46
Release : 9.0.1.el9
Architecture : src
Size : 261 k
Source : None
Repository : ol9_appstream
Summary : Perl module for parsing XML documents
URL : https://metacpan.org/release/XML-Parser
License : GPL+ or Artistic
Description : This module provides ways to parse XML documents. It is built on top
: of XML::Parser::Expat, which is a lower level interface to James
: Clark's expat library. Each call to one of the parsing methods creates
: a new instance of XML::Parser::Expat which is then used to parse the
: document. Expat options may be provided when the XML::Parser object is
: created. These options are then passed on to the Expat object on each
: parse call. They can also be given as extra arguments to the parse
: methods, in which case they override options given at XML::Parser
: creation time.