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

Last updated: May 05,2024

1. Install "libsort-versions-perl" package

In this section, we are going to explain the necessary steps to install libsort-versions-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libsort-versions-perl" package

Please follow the step by step instructions below to uninstall libsort-versions-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

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