How To Install perl-Email-Template on Fedora 36

In this tutorial we learn how to install perl-Email-Template in Fedora 36. perl-Email-Template is Send “multipart/alternative” (text & html) e-mail from a Template

Introduction

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

What is perl-Email-Template

This is a fairly simple interface to generate “multipart/alternative” e-mails with both “text/html” and “text/plain” components using a single HTML based Template Toolkit template.

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

Install perl-Email-Template 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-Email-Template using dnf by running the following command:

sudo dnf -y install perl-Email-Template

Install perl-Email-Template 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-Email-Template using yum by running the following command:

sudo yum -y install perl-Email-Template

How To Uninstall perl-Email-Template on Fedora 36

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

sudo dnf remove perl-Email-Template

perl-Email-Template Package Contents on Fedora 36

/usr/share/doc/perl-Email-Template
/usr/share/doc/perl-Email-Template/Changes
/usr/share/doc/perl-Email-Template/README
/usr/share/man/man3/Email::Template.3pm.gz
/usr/share/perl5/vendor_perl/Email
/usr/share/perl5/vendor_perl/Email/Template.pm

References

Summary

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