How To Install perl-Email-Stuffer on Fedora 36

In this tutorial we learn how to install perl-Email-Stuffer in Fedora 36. perl-Email-Stuffer is More casual approach to creating and sending emails

Introduction

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

What is perl-Email-Stuffer

Email and send them. It is a high-level module designed for ease of use when doing a very specific common task, but implemented on top of the light and tolerable Email

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

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

sudo dnf -y install perl-Email-Stuffer

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

sudo yum -y install perl-Email-Stuffer

How To Uninstall perl-Email-Stuffer on Fedora 36

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

sudo dnf remove perl-Email-Stuffer

perl-Email-Stuffer Package Contents on Fedora 36

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

References

Summary

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