How to Install and Uninstall perl-Encode-Locale.noarch Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

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

Please follow the instructions below to install perl-Encode-Locale.noarch on CentOS 7 / RHEL 7

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

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

This guide covers the steps necessary to uninstall perl-Encode-Locale.noarch on CentOS 7 / RHEL 7:

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

3. Information about the perl-Encode-Locale.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Encode-Locale
Arch : noarch
Version : 1.03
Release : 5.el7
Size : 18 k
Repo : installed
From repo : base
Summary : Determine the locale encoding
URL : http://search.cpan.org/dist/Encode-Locale/
License : GPL+ or Artistic
Description : In many applications it's wise to let Perl use Unicode for the
: strings it processes. Most of the interfaces Perl has to the
: outside world is still byte based. Programs therefore needs to
: decode byte strings that enter the program from the outside and
: encode them again on the way out.