How to Install and Uninstall perl-Encode-Locale.noarch Package on CentOS Stream 8

Last updated: May 19,2024

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

This tutorial shows how to install perl-Encode-Locale.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-Encode-Locale.noarch

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

Please follow the step by step instructions below to uninstall perl-Encode-Locale.noarch on CentOS Stream 8:

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

3. Information about the perl-Encode-Locale.noarch package on CentOS Stream 8

Last metadata expiration check: 0:42:12 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Encode-Locale
Version : 1.05
Release : 10.module_el8+336+32327ac4
Architecture : noarch
Size : 22 k
Source : perl-Encode-Locale-1.05-10.module_el8+336+32327ac4.src.rpm
Repository : appstream
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.