How to Install and Uninstall perl-Sort-Naturally.noarch Package on CentOS Stream 8

Last updated: March 03,2025

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

Please follow the step by step instructions below to install perl-Sort-Naturally.noarch on CentOS Stream 8

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

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

This guide covers the steps necessary to uninstall perl-Sort-Naturally.noarch on CentOS Stream 8:

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

3. Information about the perl-Sort-Naturally.noarch package on CentOS Stream 8

Last metadata expiration check: 3:35:45 ago on Sun Feb 25 03:03:59 2024.
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.