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

Last updated: October 07,2024

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

This tutorial shows how to install perl-Sort-Maker.noarch on Fedora 36

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

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

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

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

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

Last metadata expiration check: 4:15:03 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Sort-Maker
Version : 0.06
Release : 25.fc36
Architecture : noarch
Size : 37 k
Source : perl-Sort-Maker-0.06-25.fc36.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.