How To Install perl-Template-Toolkit-Simple on Fedora 36

In this tutorial we learn how to install perl-Template-Toolkit-Simple in Fedora 36. perl-Template-Toolkit-Simple is Simple interface to Template Toolkit

Introduction

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

What is perl-Template-Toolkit-Simple

This Perl module is a simple wrapper around Template Toolkit. It exports a function called tt' which returns a new Template The object supports method calls for setting all the Template Toolkit options. This module also installs a program called tt-render’ which you can use from the command line to render templates with all the power of the Perl object. All of the object methods become command line arguments in the command line version.

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

Install perl-Template-Toolkit-Simple 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-Toolkit-Simple using dnf by running the following command:

sudo dnf -y install perl-Template-Toolkit-Simple

Install perl-Template-Toolkit-Simple 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-Toolkit-Simple using yum by running the following command:

sudo yum -y install perl-Template-Toolkit-Simple

How To Uninstall perl-Template-Toolkit-Simple on Fedora 36

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

sudo dnf remove perl-Template-Toolkit-Simple

perl-Template-Toolkit-Simple Package Contents on Fedora 36

/usr/bin/tt-render
/usr/share/doc/perl-Template-Toolkit-Simple
/usr/share/doc/perl-Template-Toolkit-Simple/Changes
/usr/share/doc/perl-Template-Toolkit-Simple/README
/usr/share/licenses/perl-Template-Toolkit-Simple
/usr/share/licenses/perl-Template-Toolkit-Simple/LICENSE
/usr/share/man/man3/Template::Toolkit::Simple.3pm.gz
/usr/share/perl5/vendor_perl/Template
/usr/share/perl5/vendor_perl/Template/Toolkit
/usr/share/perl5/vendor_perl/Template/Toolkit/Simple.pm
/usr/share/perl5/vendor_perl/Template/Toolkit/Simple.pod

References

Summary

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