How to Install and Uninstall perl-Sort-Key Package on openSUSE Leap

Last updated: September 28,2024

1. Install "perl-Sort-Key" package

Please follow the guidance below to install perl-Sort-Key on openSUSE Leap

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

2. Uninstall "perl-Sort-Key" package

Learn how to uninstall perl-Sort-Key on openSUSE Leap:

$ sudo zypper remove perl-Sort-Key

3. Information about the perl-Sort-Key package on openSUSE Leap

Information for package perl-Sort-Key:
--------------------------------------
Repository : Main Repository
Name : perl-Sort-Key
Version : 1.33-1.28
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 74.0 KiB
Installed : No
Status : not installed
Source package : perl-Sort-Key-1.33-1.28.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.