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

Last updated: May 17,2024

1. Install "libhtml-template-pro-perl" package

This tutorial shows how to install libhtml-template-pro-perl on Kali Linux

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

2. Uninstall "libhtml-template-pro-perl" package

This is a short guide on how to uninstall libhtml-template-pro-perl on Kali Linux:

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

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

Package: libhtml-template-pro-perl
Source: libhtml-template-pro-perl (0.9524-1)
Version: 0.9524-1+b3
Installed-Size: 257
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.33), libpcre2-8-0 (>= 10.22), libjson-perl
Size: 90992
SHA256: 58419c3be440411766b3a73156049e4e2605d5bd76fbcd16634b5cf51299532e
SHA1: bbe633a456644e48c407c331d414b70ca6b4c048
MD5sum: 9924c8cce03b2db43aff04db76482fb2
Description: Perl module to use HTML Templates from CGI scripts
HTML::Template::Pro attempts to make using HTML templates simple and natural.
It extends standard HTML with a few new HTML-esque tags that provide control
structures, such as allowing for simple variable manipulation, looping, file
inclusion and conditionals (if, else, unless). HTML::Template::Pro is intended
to be a drop-in replacement for HTML::Template (and some of its extensions)
but written in C below the Perl Interface and so faster.
.
The file written with HTML and these new tags is called a template, which is
usually saved separately from your script. Using this module, you fill in the
values for the variables declared in the template, allowing you to separate
the web site design from the data you generate inside your Perl script.
Description-md5:
Homepage: https://metacpan.org/release/HTML-Template-Pro
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libh/libhtml-template-pro-perl/libhtml-template-pro-perl_0.9524-1+b3_amd64.deb