How to Install and Uninstall perl-locale.noarch Package on Oracle Linux 9

Last updated: July 04,2024

1. Install "perl-locale.noarch" package

In this section, we are going to explain the necessary steps to install perl-locale.noarch on Oracle Linux 9

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

2. Uninstall "perl-locale.noarch" package

Learn how to uninstall perl-locale.noarch on Oracle Linux 9:

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

3. Information about the perl-locale.noarch package on Oracle Linux 9

Last metadata expiration check: 1:01:42 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-locale
Version : 1.09
Release : 480.el9
Architecture : noarch
Size : 14 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ol9_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.