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

Last updated: May 14,2024

1. Install "libtime-duration-perl" package

Please follow the instructions below to install libtime-duration-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtime-duration-perl

2. Uninstall "libtime-duration-perl" package

Here is a brief guide to show you how to uninstall libtime-duration-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtime-duration-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libtime-duration-perl
Priority: optional
Section: universe/perl
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.20-1
Depends: perl
Filename: pool/universe/libt/libtime-duration-perl/libtime-duration-perl_1.20-1_all.deb
Size: 13304
MD5sum: 7486ff539665c3d63212296fa49fa5f5
SHA1: dc8849964df4d6ccf091c70145193be66c6302d8
SHA256: f7b4139df19e30ef3065505ceabd75b9251502f98a44ca84ac309c73c2141241
Description-en: module for rounded or exact English expression of durations
Time::Duration provides functions for expressing time spans in rounded
or exact terms. So while
.
say duration_exact(86399);
.
will correctly give "23 hours, 59 minutes, and 59 seconds",
.
say ago(86399);
.
will output the rounded time span as "1 day ago".
.
The provided functions are duration(), ago(), from_now(), later() and
earlier(), along with their *_exact counterparts. The precision used
for rounding can be specified, and version 1.10 added a millisecond
mode.
Description-md5: 5535cee70321b46c88eb8bf77bb931ac
Homepage: https://metacpan.org/release/Time-Duration
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu