How to Install and Uninstall perl-Sort-Naturally.noarch Package on Rocky Linux 9

Last updated: May 03,2024

1. Install "perl-Sort-Naturally.noarch" package

Please follow the guidelines below to install perl-Sort-Naturally.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Sort-Naturally.noarch

2. Uninstall "perl-Sort-Naturally.noarch" package

Here is a brief guide to show you how to uninstall perl-Sort-Naturally.noarch on Rocky Linux 9:

$ sudo dnf remove perl-Sort-Naturally.noarch $ sudo dnf autoremove

3. Information about the perl-Sort-Naturally.noarch package on Rocky Linux 9

Last metadata expiration check: 1:17:18 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Sort-Naturally
Version : 1.03
Release : 29.el9
Architecture : noarch
Size : 21 k
Source : perl-Sort-Naturally-1.03-29.el9.src.rpm
Repository : epel
Summary : Sort lexically, but sort numeral parts numerically
URL : https://metacpan.org/release/Sort-Naturally
License : GPL+ or Artistic
Description : This module exports two functions, 'nsort' and 'ncmp'; they are used in
: implementing my idea of a "natural sorting" algorithm. Under natural
: sorting, numeric substrings are compared numerically, and other
: word-characters are compared lexically.