How To Install perl-Template-Tiny on Fedora 36

In this tutorial we learn how to install perl-Template-Tiny in Fedora 36. perl-Template-Tiny is Template Toolkit re-implemented in as little code as possible

Introduction

In this tutorial we learn how to install perl-Template-Tiny on Fedora 36.

What is perl-Template-Tiny

WARNING 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 familiarity of TT-style templates. It is intended to have fully-compatible template and stash usage, with a limited by similar Perl API. Unlike Template Toolkit, Template phase (but despite this is still quicker, owing to heavy use of the Perl regular expression engine.

We can use yum or dnf to install perl-Template-Tiny on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Template-Tiny.

Install perl-Template-Tiny on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Template-Tiny using dnf by running the following command:

sudo dnf -y install perl-Template-Tiny

Install perl-Template-Tiny on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Template-Tiny using yum by running the following command:

sudo yum -y install perl-Template-Tiny

How To Uninstall perl-Template-Tiny on Fedora 36

To uninstall only the perl-Template-Tiny package we can use the following command:

sudo dnf remove perl-Template-Tiny

perl-Template-Tiny Package Contents on Fedora 36

/usr/share/doc/perl-Template-Tiny
/usr/share/doc/perl-Template-Tiny/Changes
/usr/share/doc/perl-Template-Tiny/README
/usr/share/licenses/perl-Template-Tiny
/usr/share/licenses/perl-Template-Tiny/LICENSE
/usr/share/man/man3/Template::Tiny.3pm.gz
/usr/share/perl5/vendor_perl/Template
/usr/share/perl5/vendor_perl/Template/Tiny.pm

References

Summary

In this tutorial we learn how to install perl-Template-Tiny on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).