How to Install and Uninstall perl-Template-Tiny Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "perl-Template-Tiny" package

Please follow the step by step instructions below to install perl-Template-Tiny on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Template-Tiny

2. Uninstall "perl-Template-Tiny" package

This guide let you learn how to uninstall perl-Template-Tiny on openSuSE Tumbleweed:

$ sudo zypper remove perl-Template-Tiny

3. Information about the perl-Template-Tiny package on openSuSE Tumbleweed

Information for package perl-Template-Tiny:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Template-Tiny
Version : 1.14-1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 35.1 KiB
Installed : No
Status : not installed
Source package : perl-Template-Tiny-1.14-1.13.src
Upstream URL : https://metacpan.org/release/Template-Tiny
Summary : Template Toolkit reimplemented in as little code as possible
Description :
*Template::Tiny* is a reimplementation of a subset of the functionality
from Template Toolkit in as few lines of code as possible.
It is intended for use in light-usage, low-memory, or low-cpu templating
situations, where you may need to upgrade to the full feature set in the
future, or if you want the retain the familiarity of TT-style templates.
For the subset of functionality it implements, it has fully-compatible
template and stash API. All templates used with *Template::Tiny* should be
able to be transparently upgraded to full Template Toolkit.
Unlike Template Toolkit, *Template::Tiny* will process templates without a
compile phase (but despite this is still quicker, owing to heavy use of the
Perl regular expression engine.