How to Install and Uninstall perl-locale.noarch Package on Rocky Linux 9
Last updated: November 27,2024
1. Install "perl-locale.noarch" package
This is a short guide on how to install perl-locale.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-locale.noarch
Copied
2. Uninstall "perl-locale.noarch" package
Please follow the guidelines below to uninstall perl-locale.noarch on Rocky Linux 9:
$
sudo dnf remove
perl-locale.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-locale.noarch package on Rocky Linux 9
Last metadata expiration check: 0:35:42 ago on Fri Feb 16 06:49:52 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 : 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.
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 : 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.