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

Last updated: October 05,2024

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

In this section, we are going to explain the necessary steps to install perl-Sort-Maker.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall perl-Sort-Maker.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:07:46 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Sort-Maker
Version : 0.06
Release : 22.fc34
Architecture : noarch
Size : 37 k
Source : perl-Sort-Maker-0.06-22.fc34.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.