How To Install perl-Locale-PO.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install perl-Locale-PO.noarch on Amazon Linux 2.
What is perl-Locale-PO.noarch
This module simplifies management of GNU gettext .po files and is an alternative to using emacs po-mode. It provides an object-oriented interface in which each entry in a .po file is a Locale
We can use yum to install perl-Locale-PO.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-PO.noarch.
Install perl-Locale-PO.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-PO.noarch using yum by running the following command:
sudo yum -y install perl-Locale-PO.noarch
How To Uninstall perl-Locale-PO.noarch on Amazon Linux 2
To uninstall only the perl-Locale-PO.noarch package we can use the following command:
sudo yum remove perl-Locale-PO.noarch
perl-Locale-PO.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-Locale-PO-0.23
/usr/share/doc/perl-Locale-PO-0.23/Changes
/usr/share/doc/perl-Locale-PO-0.23/README
/usr/share/man/man3/Locale::PO.3pm.gz
/usr/share/perl5/vendor_perl/Locale
/usr/share/perl5/vendor_perl/Locale/PO.pm
References
Summary
In this tutorial we learn how to install perl-Locale-PO.noarch on Amazon Linux 2 using yum.