How To Install perl-Sort-Key on Rocky Linux 8

In this tutorial we learn how to install perl-Sort-Key on Rocky Linux 8. perl-Sort-Key is Fastest way to sort anything in Perl

Introduction

In this tutorial we learn how to install perl-Sort-Key on Rocky Linux 8.

What is perl-Sort-Key

Sort calculated key value.

We can use yum or dnf to install perl-Sort-Key on Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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 Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/d6675361a6c8dbf41b47ce957249b409edfbf9
/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 Rocky Linux 8 using yum and dnf.