How to Install and Uninstall libmojolicious-plugin-templatetoolkit-perl Package on Kali Linux

Last updated: July 04,2024

1. Install "libmojolicious-plugin-templatetoolkit-perl" package

This guide covers the steps necessary to install libmojolicious-plugin-templatetoolkit-perl on Kali Linux

$ sudo apt update $ sudo apt install libmojolicious-plugin-templatetoolkit-perl

2. Uninstall "libmojolicious-plugin-templatetoolkit-perl" package

Please follow the steps below to uninstall libmojolicious-plugin-templatetoolkit-perl on Kali Linux:

$ sudo apt remove libmojolicious-plugin-templatetoolkit-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmojolicious-plugin-templatetoolkit-perl package on Kali Linux

Package: libmojolicious-plugin-templatetoolkit-perl
Version: 0.006-2
Installed-Size: 46
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libclass-method-modifiers-perl, libmojolicious-perl, libscalar-list-utils-perl, libtemplate-perl
Size: 16964
SHA256: 811cc43f54e7228de16ab2a9028a7cf63bdae95c079f8a202aff8f49dcbee13e
SHA1: 022f4f8819b6b4c726180ccfc25ff533be737f3d
MD5sum: 3b898e04ce11f2de595d9aa1dbe2b6c0
Description: Template Toolkit renderer plugin for Mojolicious
Mojolicious::Plugin::TemplateToolkit is a renderer for tt2 or Template
Toolkit templates. See Template and Template::Manual for details on the
Template Toolkit format, and Mojolicious::Guides::Rendering for general
information on rendering in Mojolicious.
.
Along with template files, inline and data section templates can be rendered
in the standard Mojolicious fashion. Template files and data sections will be
retrieved using Mojolicious::Renderer via Template::Provider::Mojo for both
direct rendering and directives such as INCLUDE. This means that instead of
specifying INCLUDE_PATH|Template::Manual::Config/"INCLUDE_PATH", you should
set Mojolicious::Renderer/"paths" to the appropriate paths.
.
$app->renderer->paths(['/path/to/templates']);
.
push @{$app->renderer->paths}, '/path/to/more/templates';
Description-md5:
Homepage: https://metacpan.org/release/Mojolicious-Plugin-TemplateToolkit
Section: perl
Priority: optional
Filename: pool/main/libm/libmojolicious-plugin-templatetoolkit-perl/libmojolicious-plugin-templatetoolkit-perl_0.006-2_all.deb