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

Last updated: May 05,2024

1. Install "libsort-versions-perl" package

Here is a brief guide to show you how to install libsort-versions-perl on Kali Linux

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

2. Uninstall "libsort-versions-perl" package

Here is a brief guide to show you how to uninstall libsort-versions-perl on Kali Linux:

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

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

Package: libsort-versions-perl
Version: 1.62-3
Installed-Size: 23
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 8928
SHA256: df02152338c0cdccec1d8c61426dfe24b14338fbd01c5a6baebacf2e75def20f
SHA1: b14719962c3be5085c734fc9c85dfed040740e2c
MD5sum: 10d72bd4689218b3b800dc4cd70959e1
Description: Perl module for sorting of revision (and similar) numbers
The Sort::Versions module allows easy sorting (via comparisons) of mixed text
and numeric strings, similar to the complex "version numbers" that many
revision control packages and shared library systems use. For an explanation
of the algorithm, it's easiest to look at these examples:
.
1.1 < 1.2
1.1a < 1.2
1.1 < 1.1.1
1.1 < 1.1a
1.1.a < 1.1a
1 < a
a < b
1 < 2
.
(special handling for leading zeros)
0002 < 1
1.06 < 1.5
.
(a hyphen binds looser than a period)
1-1 < 1-2
1-2 < 1.2
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Sort-Versions
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libs/libsort-versions-perl/libsort-versions-perl_1.62-3_all.deb