How To Install perl-XML-NamespaceSupport.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install perl-XML-NamespaceSupport.noarch
on Amazon Linux 2.
What is perl-XML-NamespaceSupport.noarch
This module offers a simple to process namespaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to namespace URI map, and provides a number of basic checks.
We can use yum
to install perl-XML-NamespaceSupport.noarch
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-XML-NamespaceSupport.noarch.
Install perl-XML-NamespaceSupport.noarch on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-XML-NamespaceSupport.noarch
using yum
by running the following command:
sudo yum -y install perl-XML-NamespaceSupport.noarch
How To Uninstall perl-XML-NamespaceSupport.noarch on Amazon Linux 2
To uninstall only the perl-XML-NamespaceSupport.noarch
package we can use the following command:
sudo yum remove perl-XML-NamespaceSupport.noarch
perl-XML-NamespaceSupport.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-XML-NamespaceSupport-1.11
/usr/share/doc/perl-XML-NamespaceSupport-1.11/Changes
/usr/share/doc/perl-XML-NamespaceSupport-1.11/README
/usr/share/man/man3/XML::NamespaceSupport.3pm.gz
/usr/share/perl5/vendor_perl/XML
/usr/share/perl5/vendor_perl/XML/NamespaceSupport.pm
References
Summary
In this tutorial we learn how to install perl-XML-NamespaceSupport.noarch
on Amazon Linux 2 using yum.