How to Install and Uninstall libtime-duration-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "libtime-duration-perl" package

Please follow the steps below to install libtime-duration-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libtime-duration-perl" package

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

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

3. Information about the libtime-duration-perl package on Ubuntu 21.10 (Impish Indri)

Package: libtime-duration-perl
Architecture: all
Version: 1.21-1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 35
Depends: perl
Filename: pool/main/libt/libtime-duration-perl/libtime-duration-perl_1.21-1_all.deb
Size: 13072
MD5sum: 5dfc1e3ea5443622e2d9ba47fee1fc5a
SHA1: 703f76a806a7710b7a62841d1dde5f967ed93052
SHA256: 844f47cfeb2e5d0ba8c04ba44e22baaf9106ed40052793ccb5c3b9d8d309a67d
SHA512: d49191adfd0ef4e2e53410e972a600b7856a2ce093e13d0a489fc19202aafe0ed0270aaa215cc80e3e9826db0217738292d9519e34780a0ab8414d1136567ef4
Homepage: https://metacpan.org/release/Time-Duration
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
Task: ubuntu-mate-core, ubuntu-mate-desktop