How to Install and Uninstall libtemplate-plugin-datetime-perl Package on Kali Linux

Last updated: May 07,2024

1. Install "libtemplate-plugin-datetime-perl" package

Please follow the guidelines below to install libtemplate-plugin-datetime-perl on Kali Linux

$ sudo apt update $ sudo apt install libtemplate-plugin-datetime-perl

2. Uninstall "libtemplate-plugin-datetime-perl" package

Please follow the guidelines below to uninstall libtemplate-plugin-datetime-perl on Kali Linux:

$ sudo apt remove libtemplate-plugin-datetime-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtemplate-plugin-datetime-perl package on Kali Linux

Package: libtemplate-plugin-datetime-perl
Version: 0.06002-2
Installed-Size: 23
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdatetime-format-strptime-perl, libdatetime-perl, libtemplate-perl
Size: 6800
SHA256: dcd420ba91ec74f85824f313c549f748ee7337c78b8172b1101dc87bf4cb6d4c
SHA1: e2151e25caddedef42f5d6a6a6a2e3aa17d005d2
MD5sum: 24bbcbf049a30c4a3dd5ac6211520365
Description: plugin to use DateTime objects in the Template Toolkit
Basic usage for Template::Plugin::DateTime is as follows:
.
USE date = DateTime(year = 2004, month = 4, day = 1);
.
-OR-
.
by passing a pattern to parse a date by string using
DateTime::Format::Strptime
.
USE date = DateTime(from_string => '2008-05-30 00:00:00',
pattern => '%Y-%m-%d %H:%M:%S',
time_zone => 'America/New_York');
Description-md5:
Homepage: https://metacpan.org/release/Template-Plugin-DateTime
Section: perl
Priority: optional
Filename: pool/main/libt/libtemplate-plugin-datetime-perl/libtemplate-plugin-datetime-perl_0.06002-2_all.deb