How to Install and Uninstall perl-PerlIO-locale.x86_64 Package on Fedora 36

Last updated: October 09,2024

1. Install "perl-PerlIO-locale.x86_64" package

Please follow the steps below to install perl-PerlIO-locale.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-PerlIO-locale.x86_64

2. Uninstall "perl-PerlIO-locale.x86_64" package

This guide covers the steps necessary to uninstall perl-PerlIO-locale.x86_64 on Fedora 36:

$ sudo dnf remove perl-PerlIO-locale.x86_64 $ sudo dnf autoremove

3. Information about the perl-PerlIO-locale.x86_64 package on Fedora 36

Last metadata expiration check: 1:06:07 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-PerlIO-locale
Version : 0.10
Release : 26.fc36
Architecture : x86_64
Size : 15 k
Source : perl-PerlIO-locale-0.10-26.fc36.src.rpm
Repository : fedora
Summary : PerlIO layer to use the encoding of the current locale
URL : https://metacpan.org/release/PerlIO-locale
License : GPL+ or Artistic
Description : This is mostly a per-file-handle version of the open pragma, when used under
: the form:
:
: use open ':locale';
:
: The encoding for the opened file will be set to the encoding corresponding to
: the locale currently in effect, if perl can guess it.