How to Install and Uninstall perl-HTML-Template.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "perl-HTML-Template.noarch" package

This is a short guide on how to install perl-HTML-Template.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-HTML-Template.noarch

2. Uninstall "perl-HTML-Template.noarch" package

Please follow the steps below to uninstall perl-HTML-Template.noarch on Fedora 34:

$ sudo dnf remove perl-HTML-Template.noarch $ sudo dnf autoremove

3. Information about the perl-HTML-Template.noarch package on Fedora 34

Last metadata expiration check: 0:12:46 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-HTML-Template
Version : 2.97
Release : 14.fc34
Architecture : noarch
Size : 75 k
Source : perl-HTML-Template-2.97-14.fc34.src.rpm
Repository : fedora
Summary : Perl module to use HTML Templates
URL : https://metacpan.org/release/HTML-Template
License : GPL+ or Artistic
Description : This module attempts make using HTML templates simple and natural. It
: extends standard HTML with a few new HTML-esque tags - ,
: , , and . The file
: written with HTML and these new tags is called a template. It is
: usually saved separate from your script - possibly even created by
: someone else! Using this module you fill in the values for the
: variables, loops and branches declared in the template. This allows
: you to separate design - the HTML - from the data, which you generate
: in the Perl script.