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

Last updated: May 03,2024

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

Learn how to install perl-Sort-Naturally.noarch on Rocky Linux 8

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

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

This tutorial shows how to uninstall perl-Sort-Naturally.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 0:42:10 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Sort-Naturally
Version : 1.03
Release : 22.el8
Architecture : noarch
Size : 23 k
Source : perl-Sort-Naturally-1.03-22.el8.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.