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

Last updated: October 10,2024

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

Learn how to install perl-HTML-Template.noarch on Fedora 38

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

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

This is a short guide on how to uninstall perl-HTML-Template.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:02:51 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-HTML-Template
Version : 2.97
Release : 20.fc38
Architecture : noarch
Size : 73 k
Source : perl-HTML-Template-2.97-20.fc38.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.