How to Install and Uninstall perl-XML-Dumper.noarch Package on Amazon Linux 2

Last updated: January 10,2025

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

Please follow the guidelines below to install perl-XML-Dumper.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-XML-Dumper.noarch

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

This guide covers the steps necessary to uninstall perl-XML-Dumper.noarch on Amazon Linux 2:

$ sudo yum remove perl-XML-Dumper.noarch $ sudo yum autoremove

3. Information about the perl-XML-Dumper.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-XML-Dumper
Arch : noarch
Version : 0.81
Release : 17.amzn2
Size : 25 k
Repo : amzn2-core/2/x86_64
Summary : Perl module for dumping Perl objects from/to XML
URL : http://search.cpan.org/dist/XML-Dumper/
License : GPL+ or Artistic
Description : XML::Dumper dumps Perl data to XML format. XML::Dumper can also
: read XML data that were previously dumped by the module and
: convert it back to Perl. Perl objects are blessed back to their
: original packaging; if the modules are installed on the system
: where the perl objects are reconstituted from xml, they will
: behave as expected. Intuitively, if the perl objects are converted
: and reconstituted in the same environment, all should be well.