How to Install and Uninstall libtext-microtemplate-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "libtext-microtemplate-perl" package

Please follow the steps below to install libtext-microtemplate-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtext-microtemplate-perl

2. Uninstall "libtext-microtemplate-perl" package

This tutorial shows how to uninstall libtext-microtemplate-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtext-microtemplate-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtext-microtemplate-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtext-microtemplate-perl
Priority: optional
Section: universe/perl
Installed-Size: 43
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.24-1
Depends: perl
Filename: pool/universe/libt/libtext-microtemplate-perl/libtext-microtemplate-perl_0.24-1_all.deb
Size: 15372
MD5sum: 53947448da5b1751acf0a04ae6aee268
SHA1: 9d747f848e3082d3cc4e1b0e04e8c5ae7db09a21
SHA256: 823881626dbb6ebc9cd27b11c90cdbcdf64d631969f792f223b0f0c5ef5a5a4c
Description-en: Micro template engine with Perl5 language
Text::MicroTemplate is a standalone, fast, intelligent, extensible template
engine with following features.
.
standalone
Text::MicroTemplate does not rely on other CPAN modules.
.
fast
Based on Mojo::Template, expressions in the template is perl code.
.
intelligent
Text::MicroTemplate automatically escapes variables when and only when
necessary.
.
extensible
Text::MicroTemplate does not provide features like template cache or
including other files by itself. However, it is easy to add you own
(that suites the most to your application), by wrapping the result of
the module (which is a perl expression).
.
The module only provides basic building blocks for a template engine.
Refer to Text::MicroTemplate::File for higher-level interface.
Description-md5: 6c864cd4adc781b4413c9446aab32c26
Homepage: https://metacpan.org/release/Text-MicroTemplate
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu