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

Last updated: October 08,2024

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

Please follow the step by step instructions below to install perl-PerlIO-locale.x86_64 on Fedora 34

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

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

This tutorial shows how to uninstall perl-PerlIO-locale.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:55:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-PerlIO-locale
Version : 0.10
Release : 23.fc34
Architecture : x86_64
Size : 15 k
Source : perl-PerlIO-locale-0.10-23.fc34.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.