How to Install and Uninstall perl-Sort-Versions.noarch Package on Fedora 36

Last updated: October 07,2024

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

Please follow the step by step instructions below to install perl-Sort-Versions.noarch on Fedora 36

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

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

This tutorial shows how to uninstall perl-Sort-Versions.noarch on Fedora 36:

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

3. Information about the perl-Sort-Versions.noarch package on Fedora 36

Last metadata expiration check: 5:49:12 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Sort-Versions
Version : 1.62
Release : 20.fc36
Architecture : noarch
Size : 21 k
Source : perl-Sort-Versions-1.62-20.fc36.src.rpm
Repository : fedora
Summary : Perl module for sorting of revision-like numbers
URL : https://metacpan.org/release/Sort-Versions
License : GPL+ or Artistic
Description : A perl 5 module for sorting of revision-like numbers
:
: Sort::Versions allows easy sorting of mixed non-numeric and numeric strings,
: like the 'version numbers' that many shared library systems and revision
: control packages use. This is quite useful if you are trying to deal with
: shared libraries. It can also be applied to applications that intersperse
: variable-width numeric fields within text. Other applications can
: undoubtedly be found.