How to Install and Uninstall libtime-format-perl Package on Kali Linux

Last updated: October 06,2024

1. Install "libtime-format-perl" package

Please follow the steps below to install libtime-format-perl on Kali Linux

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

2. Uninstall "libtime-format-perl" package

This guide let you learn how to uninstall libtime-format-perl on Kali Linux:

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

3. Information about the libtime-format-perl package on Kali Linux

Package: libtime-format-perl
Version: 1.16-2
Installed-Size: 75
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Recommends: libdate-manip-perl, libdatetime-perl
Size: 29452
SHA256: 75ad34dbb71be7e59aa44e62d90a7beb3a4d907795b4ee96303ea5a5f14f7665
SHA1: a02cdf03479a8d76292669123e2de9516b52c3ae
MD5sum: 7cebb052e72b9eb39178cf46ea1a33be
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Time-Format
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtime-format-perl/libtime-format-perl_1.16-2_all.deb