How to Install and Uninstall libsort-fields-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "libsort-fields-perl" package

Please follow the guidance below to install libsort-fields-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 16.04 LTS (Xenial Xerus):

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

3. Information about the libsort-fields-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsort-fields-perl
Priority: optional
Section: universe/perl
Installed-Size: 72
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Dominic Hargreaves
Architecture: all
Version: 0.90-2
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libs/libsort-fields-perl/libsort-fields-perl_0.90-2_all.deb
Size: 10324
MD5sum: 6562711b8f8b3e0b8241189d22d4ccc0
SHA1: 2a626aec2bb12ac091865f3510381eae1f2395a0
SHA256: ee7f30ad299a8f80dea6423c60798e21db4b67b7e7b640cb57a77b45e7d30d03
Description-en: 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: f12cb85d6248c05adb70a47193b2e3ed
Homepage: http://search.cpan.org/dist/Sort-Fields/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu