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

Last updated: January 10,2025

1. Install "libversion-perl" package

Here is a brief guide to show you how to install libversion-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libversion-perl

2. Uninstall "libversion-perl" package

This guide let you learn how to uninstall libversion-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libversion-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libversion-perl
Priority: optional
Section: universe/perl
Installed-Size: 142
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1:0.9912-1ubuntu2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libv/libversion-perl/libversion-perl_0.9912-1ubuntu2_amd64.deb
Size: 53070
MD5sum: 94c41ccc3a247642721a9e7c5604afb3
SHA1: abc894865494d69d0e105ed98f55bcd0e605d670
SHA256: dbc07daafdccbade70d7acbe69deaec9f841f6bd8d58b2b887b4f170bb27bd6c
Description-en: Perl extension for Version Objects
The version module implements version objects for older version of Perl and
provides the version object API for all versions of Perl.
.
There are two different types of version objects supported by this modules,
corresponding to the two different styles of versions in use:
* Decimal Versions - The classic floating-point number $VERSION.
* Dotted Decimal Versions - The more modern form of version assignment, with
3 (or potentially more) integers separated by decimal points (e.g. v1.2.3).
Description-md5: 44a0962212c1709025ede485e9f3bcd5
Homepage: https://metacpan.org/release/version
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu