How To Install perl-Locale-Maketext.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Locale-Maketext.noarch in Amazon Linux 2. perl-Locale-Maketext.noarch is Framework for localization

Introduction

In this tutorial we learn how to install perl-Locale-Maketext.noarch on Amazon Linux 2.

What is perl-Locale-Maketext.noarch

It is a common feature of applications (whether run directly, or via the Web) for them to be “localized” – i.e., for them to present an English interface to an English-speaker, a German interface to a German-speaker, and so on for all languages it’s programmed with. Locale localization; it provides you with the tools for organizing and accessing the bits of text and text-processing code that you need for producing localized applications.

We can use yum to install perl-Locale-Maketext.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Locale-Maketext.noarch.

Install perl-Locale-Maketext.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-Locale-Maketext.noarch using yum by running the following command:

sudo yum -y install perl-Locale-Maketext.noarch

How To Uninstall perl-Locale-Maketext.noarch on Amazon Linux 2

To uninstall only the perl-Locale-Maketext.noarch package we can use the following command:

sudo yum remove perl-Locale-Maketext.noarch

perl-Locale-Maketext.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Locale-Maketext-1.23
/usr/share/doc/perl-Locale-Maketext-1.23/ChangeLog
/usr/share/doc/perl-Locale-Maketext-1.23/README
/usr/share/man/man3/Locale::Maketext.3pm.gz
/usr/share/man/man3/Locale::Maketext::Cookbook.3pm.gz
/usr/share/man/man3/Locale::Maketext::Guts.3pm.gz
/usr/share/man/man3/Locale::Maketext::GutsLoader.3pm.gz
/usr/share/man/man3/Locale::Maketext::TPJ13.3pm.gz
/usr/share/perl5/vendor_perl/Locale
/usr/share/perl5/vendor_perl/Locale/Maketext
/usr/share/perl5/vendor_perl/Locale/Maketext.pm
/usr/share/perl5/vendor_perl/Locale/Maketext.pod
/usr/share/perl5/vendor_perl/Locale/Maketext/Cookbook.pod
/usr/share/perl5/vendor_perl/Locale/Maketext/Guts.pm
/usr/share/perl5/vendor_perl/Locale/Maketext/GutsLoader.pm
/usr/share/perl5/vendor_perl/Locale/Maketext/TPJ13.pod

References

Summary

In this tutorial we learn how to install perl-Locale-Maketext.noarch on Amazon Linux 2 using yum.