How to Install and Uninstall perl-HTML-Template.noarch Package on Rocky Linux 8

Last updated: July 08,2024

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

This guide let you learn how to install perl-HTML-Template.noarch on Rocky Linux 8

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

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

Learn how to uninstall perl-HTML-Template.noarch on Rocky Linux 8:

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

3. Information about the perl-HTML-Template.noarch package on Rocky Linux 8

Last metadata expiration check: 1:13:32 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-HTML-Template
Version : 2.97
Release : 10.el8
Architecture : noarch
Size : 81 k
Source : perl-HTML-Template-2.97-10.el8.src.rpm
Repository : epel
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.