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

Last updated: October 08,2024

1. Install "perl-locale.noarch" package

This guide covers the steps necessary to install perl-locale.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-locale.noarch

2. Uninstall "perl-locale.noarch" package

Learn how to uninstall perl-locale.noarch on Fedora 36:

$ sudo dnf remove perl-locale.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:58:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-locale
Version : 1.10
Release : 486.fc36
Architecture : noarch
Size : 19 k
Source : perl-5.34.1-486.fc36.src.rpm
Repository : fedora
Summary : Pragma to use or avoid POSIX locales for built-in operations
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : This pragma tells the compiler to enable (or disable) the use of POSIX locales
: for built-in operations (for example, LC_CTYPE for regular expressions,
: LC_COLLATE for string comparison, and LC_NUMERIC for number formatting). Each
: "use locale" or "no locale" affects statements to the end of the enclosing
: block.