How to Install and Uninstall libhtml-template-perl Package on Kali Linux

Last updated: May 11,2024

1. Install "libhtml-template-perl" package

In this section, we are going to explain the necessary steps to install libhtml-template-perl on Kali Linux

$ sudo apt update $ sudo apt install libhtml-template-perl

2. Uninstall "libhtml-template-perl" package

Learn how to uninstall libhtml-template-perl on Kali Linux:

$ sudo apt remove libhtml-template-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhtml-template-perl package on Kali Linux

Package: libhtml-template-perl
Version: 2.97-2
Installed-Size: 188
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libcgi-pm-perl | perl (<< 5.19)
Suggests: libipc-sharedcache-perl
Size: 66468
SHA256: ffd4fa8db7cad2e28224f56f55c3a506457ea1ea9e70a2d2bba5e35d2e15b93d
SHA1: 7a481c309ebbe1503a57c20db98a455ab9d63751
MD5sum: 323bb56aaf39bc800532ca455b364409
Description: module for using HTML templates with Perl
HTML::Template attempts to make using HTML templates simple and
natural. It extends standard HTML with the pseudo tags ,
, , and . These are used
to implement some basic logic - variable substitution, loops,
conditional branches - inside the HTML template, while leaving the more
complex computations to separate Perl code. This keeps the template
accessible for designers and other non-Perl people, without limiting
the programmer.
.
HTML::Template optionally stores its cache in shared memory using the
IPC::SharedCache module. Please install libipc-sharedcache-perl and
pass the shared_cache option to HTML::Template if you want to make use
of this.
Description-md5:
Homepage: https://metacpan.org/release/HTML-Template
Tag: devel::lang:perl, devel::library, implemented-in::perl,
works-with-format::html, works-with::text
Section: perl
Priority: optional
Filename: pool/main/libh/libhtml-template-perl/libhtml-template-perl_2.97-2_all.deb