How to Install and Uninstall libhtml-template-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: September 19,2024

1. Install "libhtml-template-perl" package

This is a short guide on how to install libhtml-template-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libhtml-template-perl" package

This guide covers the steps necessary to uninstall libhtml-template-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libhtml-template-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libhtml-template-perl
Architecture: all
Version: 2.97-1.1
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 181
Depends: perl:any, libcgi-pm-perl | perl (<< 5.19)
Suggests: libipc-sharedcache-perl
Filename: pool/main/libh/libhtml-template-perl/libhtml-template-perl_2.97-1.1_all.deb
Size: 59124
MD5sum: 715a3b8af3745e485990040e27d24462
SHA1: 2c5c2ba3571388a052448235fab1b1bd1f9450a8
SHA256: a000faf8f994698fc1045dc256d0431eabd058e60b2586f5b14ae141685798ac
SHA512: 0322bb1d9b047fa056f270e84a70849675dfc8ec88fda5539efd62ff23529133dcbdad66c6c48a02914cd0b785c0511a69f66b193d1c0f6ec45c6ef62b460f65
Homepage: https://metacpan.org/release/HTML-Template
Description-en: 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: 4a80337cafeb53d1a2b4df50831a4cbb
Task: lamp-server