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

Last updated: October 05,2024

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

This is a short guide on how to install perl-HTML-Template.noarch on Rocky Linux 9

$ 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 Rocky Linux 9:

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

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

Last metadata expiration check: 0:08:35 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-HTML-Template
Version : 2.97
Release : 16.el9
Architecture : noarch
Size : 74 k
Source : perl-HTML-Template-2.97-16.el9.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.