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

Last updated: May 12,2024

1. Install "libsort-fields-perl" package

Please follow the guidance below to install libsort-fields-perl on Kali Linux

$ sudo apt update $ sudo apt install libsort-fields-perl

2. Uninstall "libsort-fields-perl" package

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

$ sudo apt remove libsort-fields-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libsort-fields-perl
Version: 1.001-3
Installed-Size: 29
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 10076
SHA256: ff0ff18e5fefd5343b4117880a554ece1c1da91982d1ee98605a52467ab57826
SHA1: d04fbb87702c9de95bb17b96dfbe7c88e9a8f759
MD5sum: b9cebc8fdc70e549382f4aa114c5df6b
Description: module to sort lines containing delimited fields
Sort::Fields provides a general purpose technique for efficiently sorting
lists of lines that contain data separated into fields.
.
Sort::Fields automatically imports two subroutines, fieldsort and
make_fieldsort, and two variants, stable_fieldsort and
make_stable_fieldsort. make_fieldsort generates a sorting subroutine
and returns a reference to it. fieldsort is a wrapper for
the make_fieldsort subroutine.
.
The first argument to make_fieldsort is a delimiter string, which is
used as a regular expression argument for a split operator. The
delimiter string is optional. If it is not supplied, make_fieldsort
splits each line using /\s+/.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Sort-Fields
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libs/libsort-fields-perl/libsort-fields-perl_1.001-3_all.deb