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

Last updated: November 15,2024

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

This guide covers the steps necessary to install perl-PerlIO-locale.x86_64 on Fedora 39

$ 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 39:

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

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

Last metadata expiration check: 1:56:50 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-PerlIO-locale
Version : 0.10
Release : 31.fc39
Architecture : x86_64
Size : 15 k
Source : perl-PerlIO-locale-0.10-31.fc39.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.