How to Install and Uninstall perl-Sort-Naturally.noarch Package on Fedora 34

Last updated: May 18,2024

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

Here is a brief guide to show you how to install perl-Sort-Naturally.noarch on Fedora 34

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

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

This guide let you learn how to uninstall perl-Sort-Naturally.noarch on Fedora 34:

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

3. Information about the perl-Sort-Naturally.noarch package on Fedora 34

Last metadata expiration check: 0:31:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Sort-Naturally
Version : 1.03
Release : 26.fc34
Architecture : noarch
Size : 21 k
Source : perl-Sort-Naturally-1.03-26.fc34.src.rpm
Repository : fedora
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.