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

Last updated: September 20,2024

1. Install "libtime-format-perl" package

This guide let you learn how to install libtime-format-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libtime-format-perl" package

This tutorial shows how to uninstall libtime-format-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtime-format-perl
Priority: optional
Section: universe/perl
Installed-Size: 69
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.12-3
Depends: perl
Recommends: libdate-manip-perl, libdatetime-perl
Filename: pool/universe/libt/libtime-format-perl/libtime-format-perl_1.12-3_all.deb
Size: 26972
MD5sum: ec5fe5e81482c0258d55d30d34ca313f
SHA1: 9c3f3c34afe84e3bd7d2240b77212072a3db40ba
SHA256: e82da64bacfaf4a06ecccf01815f92bea27253888f3877e73b061edb394f7e2b
Description-en: module for easy date/time formatting
Time::Format creates global pseudovariables which format dates and times,
according to formatting codes you pass to them in strings.
.
The %time formatting codes are designed to be easy to remember and use, and to
take up just as many characters as the output time value whenever possible.
For example, the four-digit year code is "yyyy", the three-letter month
abbreviation is "Mon".
.
The nice thing about having a variable-like interface instead of function
calls is that the values can be used inside of strings (as well as outside of
strings in ordinary expressions). Dates are frequently used within strings
(log messages, output, data records, etc.), so having the ability to
interpolate them directly is handy.
Description-md5: 69eea05e0e55db9b61159e18d735cc60
Homepage: https://metacpan.org/release/Time-Format
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu