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

Last updated: January 14,2025

1. Install "perl-locale.noarch" package

Please follow the guidance below to install perl-locale.noarch on Fedora 38

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

2. Uninstall "perl-locale.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-locale.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:52:26 ago on Sat Mar 16 16:59:57 2024.
Installed Packages
Name : perl-locale
Version : 1.10
Release : 498.fc38
Architecture : noarch
Size : 7.2 k
Source : perl-5.36.3-498.fc38.src.rpm
Repository : @System
From repo : updates
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.