How to Install and Uninstall perl-locale.noarch Package on CentOS Stream 9

Last updated: September 30,2024

1. Install "perl-locale.noarch" package

Here is a brief guide to show you how to install perl-locale.noarch on CentOS Stream 9

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

2. Uninstall "perl-locale.noarch" package

Please follow the step by step instructions below to uninstall perl-locale.noarch on CentOS Stream 9:

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

3. Information about the perl-locale.noarch package on CentOS Stream 9

Last metadata expiration check: 2:41:10 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-locale
Version : 1.09
Release : 481.el9
Architecture : noarch
Size : 13 k
Source : perl-5.32.1-481.el9.src.rpm
Repository : appstream
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.