How To Install perl-Sort-Key on Fedora 36

In this tutorial we learn how to install perl-Sort-Key in Fedora 36. perl-Sort-Key is Fastest way to sort anything in Perl

Introduction

In this tutorial we learn how to install perl-Sort-Key on Fedora 36.

What is perl-Sort-Key

Sort calculated key value.

We can use yum or dnf to install perl-Sort-Key on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Sort-Key.

Install perl-Sort-Key on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Sort-Key using dnf by running the following command:

sudo dnf -y install perl-Sort-Key

Install perl-Sort-Key on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Sort-Key using yum by running the following command:

sudo yum -y install perl-Sort-Key

How To Uninstall perl-Sort-Key on Fedora 36

To uninstall only the perl-Sort-Key package we can use the following command:

sudo dnf remove perl-Sort-Key

perl-Sort-Key Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/fcd17dbc60b1573e4d3ed8bfe6d69251f44154
/usr/lib64/perl5/vendor_perl/Sort
/usr/lib64/perl5/vendor_perl/Sort/Key
/usr/lib64/perl5/vendor_perl/Sort/Key.pm
/usr/lib64/perl5/vendor_perl/Sort/Key/Maker.pm
/usr/lib64/perl5/vendor_perl/Sort/Key/Multi.pm
/usr/lib64/perl5/vendor_perl/Sort/Key/Natural.pm
/usr/lib64/perl5/vendor_perl/Sort/Key/Register.pm
/usr/lib64/perl5/vendor_perl/Sort/Key/Types.pm
/usr/lib64/perl5/vendor_perl/auto/Sort
/usr/lib64/perl5/vendor_perl/auto/Sort/Key
/usr/lib64/perl5/vendor_perl/auto/Sort/Key/Key.so
/usr/share/doc/perl-Sort-Key
/usr/share/doc/perl-Sort-Key/Changes
/usr/share/doc/perl-Sort-Key/README
/usr/share/man/man3/Sort::Key.3pm.gz
/usr/share/man/man3/Sort::Key::Maker.3pm.gz
/usr/share/man/man3/Sort::Key::Multi.3pm.gz
/usr/share/man/man3/Sort::Key::Natural.3pm.gz
/usr/share/man/man3/Sort::Key::Register.3pm.gz
/usr/share/man/man3/Sort::Key::Types.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Sort-Key on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).