How To Install perl-HTML-Template-Expr on Fedora 36

In this tutorial we learn how to install perl-HTML-Template-Expr in Fedora 36. perl-HTML-Template-Expr is Expression support extension for HTML

Introduction

In this tutorial we learn how to install perl-HTML-Template-Expr on Fedora 36.

What is perl-HTML-Template-Expr

This module provides an extension to HTML expressions in the template syntax. This is purely an addition - all the normal HTML work. Expression support includes comparisons, math operations, string operations and a mechanism to allow you add your own functions at runtime.

We can use yum or dnf to install perl-HTML-Template-Expr on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-HTML-Template-Expr.

Install perl-HTML-Template-Expr on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-HTML-Template-Expr using dnf by running the following command:

sudo dnf -y install perl-HTML-Template-Expr

Install perl-HTML-Template-Expr on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-HTML-Template-Expr using yum by running the following command:

sudo yum -y install perl-HTML-Template-Expr

How To Uninstall perl-HTML-Template-Expr on Fedora 36

To uninstall only the perl-HTML-Template-Expr package we can use the following command:

sudo dnf remove perl-HTML-Template-Expr

perl-HTML-Template-Expr Package Contents on Fedora 36

/usr/share/doc/perl-HTML-Template-Expr
/usr/share/doc/perl-HTML-Template-Expr/ANNOUNCE
/usr/share/doc/perl-HTML-Template-Expr/Changes
/usr/share/doc/perl-HTML-Template-Expr/README
/usr/share/licenses/perl-HTML-Template-Expr
/usr/share/licenses/perl-HTML-Template-Expr/ARTISTIC
/usr/share/licenses/perl-HTML-Template-Expr/GPL
/usr/share/man/man3/HTML::Template::Expr.3pm.gz
/usr/share/perl5/vendor_perl/HTML
/usr/share/perl5/vendor_perl/HTML/Template
/usr/share/perl5/vendor_perl/HTML/Template/Expr.pm

References

Summary

In this tutorial we learn how to install perl-HTML-Template-Expr on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).