How to Install and Uninstall perl-XML-Parser.src Package on Oracle Linux 8
Last updated: November 01,2024
1. Install "perl-XML-Parser.src" package
This is a short guide on how to install perl-XML-Parser.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-XML-Parser.src
Copied
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 8:
$
sudo dnf remove
perl-XML-Parser.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-XML-Parser.src package on Oracle Linux 8
Last metadata expiration check: 3:40:26 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-XML-Parser
Version : 2.44
Release : 11.0.1.el8
Architecture : src
Size : 250 k
Source : None
Repository : ol8_appstream
Summary : Perl module for parsing XML documents
URL : http://search.cpan.org/dist/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.
Available Packages
Name : perl-XML-Parser
Version : 2.44
Release : 11.0.1.el8
Architecture : src
Size : 250 k
Source : None
Repository : ol8_appstream
Summary : Perl module for parsing XML documents
URL : http://search.cpan.org/dist/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.