How to Install and Uninstall perl-Locale-Maketext.noarch Package on Amazon Linux 2

Last updated: July 05,2024

1. Install "perl-Locale-Maketext.noarch" package

Please follow the guidance below to install perl-Locale-Maketext.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Locale-Maketext.noarch

2. Uninstall "perl-Locale-Maketext.noarch" package

Here is a brief guide to show you how to uninstall perl-Locale-Maketext.noarch on Amazon Linux 2:

$ sudo yum remove perl-Locale-Maketext.noarch $ sudo yum autoremove

3. Information about the perl-Locale-Maketext.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Locale-Maketext
Arch : noarch
Version : 1.23
Release : 3.amzn2
Size : 93 k
Repo : amzn2-core/2/x86_64
Summary : Framework for localization
URL : http://search.cpan.org/dist/Locale-Maketext/
License : GPL+ or Artistic
Description : 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::Maketext is a framework for software
: 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.