How to Install and Uninstall libfile-sort-perl Package on Kali Linux

Last updated: April 29,2024

1. Install "libfile-sort-perl" package

This guide covers the steps necessary to install libfile-sort-perl on Kali Linux

$ sudo apt update $ sudo apt install libfile-sort-perl

2. Uninstall "libfile-sort-perl" package

Learn how to uninstall libfile-sort-perl on Kali Linux:

$ sudo apt remove libfile-sort-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfile-sort-perl package on Kali Linux

Package: libfile-sort-perl
Version: 1.01-3
Installed-Size: 83
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 21296
SHA256: 4c29b737a9d7ea2cb8b57d1a213bd7ceff87d2cd6bf85f5c72fa4a6740c1984d
SHA1: 307d5e6431e812220e1c0cebec9a1284a9b6d906
MD5sum: 4c54cedff077c95d7d3b1fd1c2048074
Description: module to sort a file or merge sort multiple files
File::Sort sorts text files by lines (or records). Comparisons are based on
one or more sort keys extracted from each line of input, and are performed
lexicographically. By default, if keys are not given, sort regards each input
line as a single field. The sort is a merge sort. If you don't like that,
feel free to change it.
Description-md5:
Homepage: https://metacpan.org/release/File-Sort
Section: perl
Priority: optional
Filename: pool/main/libf/libfile-sort-perl/libfile-sort-perl_1.01-3_all.deb