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

Last updated: May 02,2024

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

This tutorial shows how to install perl-XML-Writer.noarch on Amazon Linux 2

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

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

Learn how to uninstall perl-XML-Writer.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-XML-Writer
Arch : noarch
Version : 0.623
Release : 3.amzn2
Size : 32 k
Repo : amzn2-core/2/x86_64
Summary : A simple Perl module for writing XML documents
URL : http://search.cpan.org/dist/XML-Writer/
License : CC0
Description : XML::Writer is a simple Perl module for writing XML documents: it
: takes care of constructing markup and escaping data correctly, and
: by default, it also performs a significant amount of
: well-formedness checking on the output, to make certain (for
: example) that start and end tags match, that there is exactly one
: document element, and that there are not duplicate attribute
: names.