How to Install and Uninstall perl-Sort-Maker.noarch Package on Fedora 35

Last updated: November 26,2024

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

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

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

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

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

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

3. Information about the perl-Sort-Maker.noarch package on Fedora 35

Last metadata expiration check: 2:27:58 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Sort-Maker
Version : 0.06
Release : 24.fc35
Architecture : noarch
Size : 37 k
Source : perl-Sort-Maker-0.06-24.fc35.src.rpm
Repository : fedora
Summary : Simple way to make efficient sort subs
URL : https://metacpan.org/release/Sort-Maker
License : GPL+ or Artistic
Description : This module has two main goals: to make it easy to create correct sort
: functions, and to make it simple to select the optimum sorting algorithm
: for the number of items to be sorted. Sort::Maker generates complete sort
: subroutines in one of four styles: plain, Orcish Maneuver, Schwartzian
: Transform, and the Guttman-Rosler Transform. You can also get the source for
: a sort sub you create via the sorter_source call.