How to Install and Uninstall perl-Template-Toolkit-Simple.noarch Package on Fedora 35

Last updated: October 11,2024

1. Install "perl-Template-Toolkit-Simple.noarch" package

Please follow the steps below to install perl-Template-Toolkit-Simple.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Template-Toolkit-Simple.noarch

2. Uninstall "perl-Template-Toolkit-Simple.noarch" package

This is a short guide on how to uninstall perl-Template-Toolkit-Simple.noarch on Fedora 35:

$ sudo dnf remove perl-Template-Toolkit-Simple.noarch $ sudo dnf autoremove

3. Information about the perl-Template-Toolkit-Simple.noarch package on Fedora 35

Last metadata expiration check: 2:24:07 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Template-Toolkit-Simple
Version : 0.31
Release : 28.fc35
Architecture : noarch
Size : 26 k
Source : perl-Template-Toolkit-Simple-0.31-28.fc35.src.rpm
Repository : fedora
Summary : Simple interface to Template Toolkit
URL : https://metacpan.org/release/Template-Toolkit-Simple
License : GPL+ or Artistic
Description : This Perl module is a simple wrapper around Template Toolkit. It exports
: a function called `tt' which returns a new Template::Toolkit::Simple object.
: 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.