How to Install and Uninstall perl-Sort-Key Package on openSuSE Tumbleweed

Last updated: June 23,2024

1. Install "perl-Sort-Key" package

In this section, we are going to explain the necessary steps to install perl-Sort-Key on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Sort-Key

2. Uninstall "perl-Sort-Key" package

This guide let you learn how to uninstall perl-Sort-Key on openSuSE Tumbleweed:

$ sudo zypper remove perl-Sort-Key

3. Information about the perl-Sort-Key package on openSuSE Tumbleweed

Information for package perl-Sort-Key:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Sort-Key
Version : 1.33-1.31
Arch : x86_64
Vendor : openSUSE
Installed Size : 80.2 KiB
Installed : No
Status : not installed
Source package : perl-Sort-Key-1.33-1.31.src
Upstream URL : http://search.cpan.org/dist/Sort-Key/
Summary : the fastest way to sort anything in Perl
Description :
Sort::Key provides a set of functions to sort lists of values by some
calculated key value.
It is faster (usually *much faster*) and uses less memory than other
alternatives implemented around perl sort function (ST, GRT, etc.).
Multi-key sorting functionality is also provided via the companion modules
the Sort::Key::Multi manpage, the Sort::Key::Maker manpage and the
Sort::Key::Register manpage.