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

Last updated: May 05,2024

1. Install "libsort-versions-perl" package

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

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

2. Uninstall "libsort-versions-perl" package

Please follow the steps below to uninstall libsort-versions-perl on Ubuntu 21.10 (Impish Indri):

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

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

Package: libsort-versions-perl
Architecture: all
Version: 1.62-1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 23
Depends: perl
Filename: pool/main/libs/libsort-versions-perl/libsort-versions-perl_1.62-1_all.deb
Size: 9294
MD5sum: f23fd7b9e5294c896ccb263d29b81b32
SHA1: 96d68bd5129ed35f9865b0ed456d735b32b6d08f
SHA256: 8b96cf10bc15c9caa0ac2f0fc875f3b7f4a6d7f2e599428598e1ee211cbb8d3b
SHA512: f367964d983d5f5ed90dfa86c68e84db1b26e5c6f2e46e6324b1584b1dd37369479d004a62eaf42a38f413a155d0295308a4b26834adaa6119845c5454d56a3c
Homepage: https://metacpan.org/release/Sort-Versions
Description-en: 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: fe6fbb765aaa7a88266b0069a816480a