How to Install and Uninstall perl-XML-Parser.x86_64 Package on Amazon Linux 2

Last updated: May 18,2024

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

This guide covers the steps necessary to install perl-XML-Parser.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-XML-Parser.x86_64

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

Learn how to uninstall perl-XML-Parser.x86_64 on Amazon Linux 2:

$ sudo yum remove perl-XML-Parser.x86_64 $ sudo yum autoremove

3. Information about the perl-XML-Parser.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-XML-Parser
Arch : x86_64
Version : 2.41
Release : 10.amzn2.0.2
Size : 223 k
Repo : amzn2-core/2/x86_64
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.