How to Install and Uninstall libsort-fields-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "libsort-fields-perl" package

This tutorial shows how to install libsort-fields-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libsort-fields-perl" package

In this section, we are going to explain the necessary steps to uninstall libsort-fields-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libsort-fields-perl package on Ubuntu 21.10 (Impish Indri)

Package: libsort-fields-perl
Architecture: all
Version: 1.001-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 27
Depends: perl:any
Filename: pool/universe/libs/libsort-fields-perl/libsort-fields-perl_1.001-1_all.deb
Size: 9440
MD5sum: 6b5e2e7d220b9ed8fbd7c208353707f5
SHA1: 1af0c31c13e987d7b07a02baff10300ae3b3a162
SHA256: 9d20a17468ffeac6c41d4e832e4a236f2ecdf280e9cdefa54b8922b2b9711d37
SHA512: a1faee9d02a1fd00c20fc892ada685f7b41ecc033a2a4db27c8cd8741fc09165c0a53ad4ae4d5d6491d610e7cfc66e38b3dc0d8cea23cc341399e284196f3712
Homepage: https://metacpan.org/release/Sort-Fields
Description-en: 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: 8b79f13d801b07007334fef4b588660d