How to Install and Uninstall libhtml-template-pro-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

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

This guide covers the steps necessary to install libhtml-template-pro-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the steps below to uninstall libhtml-template-pro-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libhtml-template-pro-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libhtml-template-pro-perl
Priority: optional
Section: universe/perl
Installed-Size: 247
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.9510-1build3
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14), libpcre3, libjson-perl
Filename: pool/universe/libh/libhtml-template-pro-perl/libhtml-template-pro-perl_0.9510-1build3_amd64.deb
Size: 84910
MD5sum: 8ad918c28514dd54a36368bb2c22b694
SHA1: dfc91d9e9128740f852b92263afaee04e950c9f6
SHA256: 0c93d82e75507cec495ea6a12317bb40fa0c380e5505cf6e65e9294af0e6c91a
Description-en: 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: b18aa5002afde82b0e3b2df4d2dea367
Homepage: https://metacpan.org/release/HTML-Template-Pro/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu