How to Install and Uninstall libsort-key-top-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libsort-key-top-perl" package

This is a short guide on how to install libsort-key-top-perl on Kali Linux

$ sudo apt update $ sudo apt install libsort-key-top-perl

2. Uninstall "libsort-key-top-perl" package

Please follow the guidelines below to uninstall libsort-key-top-perl on Kali Linux:

$ sudo apt remove libsort-key-top-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsort-key-top-perl package on Kali Linux

Package: libsort-key-top-perl
Source: libsort-key-top-perl (0.08-4)
Version: 0.08-4+b3
Installed-Size: 81
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4)
Size: 19404
SHA256: b3328eeae43350283a4310d86d84af410cd85701bb3259079a8772f1775c3e26
SHA1: 13344576a339771543f32fa64f95ef4726525e85
MD5sum: 77d69becfb064f84514367b942fe6c9b
Description: Perl module to select and sort top n elements of a list
The functions available from this module select the top n elements from a
list using several common orderings and custom key extraction procedures.
.
They are all variations around 'keytopsort { CALC_KEY($_) } $n => @data;'.
.
In array context, this function calculates the ordering key for every element
in @data using the expression inside the block. Then it selects and orders
the $n elements with the lower keys when compared lexicographically.
.
In scalar context, the value returned by the functions on this module is the
cutoff value allowing to select nth element from the array.
Description-md5:
Homepage: https://metacpan.org/release/Sort-Key-Top
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libs/libsort-key-top-perl/libsort-key-top-perl_0.08-4+b3_amd64.deb