How to Install and Uninstall perl-locale.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "perl-locale.noarch" package

Please follow the step by step instructions below to install perl-locale.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "perl-locale.noarch" package

Please follow the guidance below to uninstall perl-locale.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-locale.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:09:31 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-locale
Version : 1.09
Release : 480.el9
Architecture : noarch
Size : 15 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.