How To Install perl-POE-Component-Client-SMTP on Fedora 36

In this tutorial we learn how to install perl-POE-Component-Client-SMTP in Fedora 36. perl-POE-Component-Client-SMTP is Asynchronous mail sending with POE

Introduction

In this tutorial we learn how to install perl-POE-Component-Client-SMTP on Fedora 36.

What is perl-POE-Component-Client-SMTP

POE in an asynchronous manner, using POE.

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

Install perl-POE-Component-Client-SMTP 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-POE-Component-Client-SMTP using dnf by running the following command:

sudo dnf -y install perl-POE-Component-Client-SMTP

Install perl-POE-Component-Client-SMTP 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-POE-Component-Client-SMTP using yum by running the following command:

sudo yum -y install perl-POE-Component-Client-SMTP

How To Uninstall perl-POE-Component-Client-SMTP on Fedora 36

To uninstall only the perl-POE-Component-Client-SMTP package we can use the following command:

sudo dnf remove perl-POE-Component-Client-SMTP

perl-POE-Component-Client-SMTP Package Contents on Fedora 36

/usr/share/doc/perl-POE-Component-Client-SMTP
/usr/share/doc/perl-POE-Component-Client-SMTP/Changes
/usr/share/doc/perl-POE-Component-Client-SMTP/README
/usr/share/doc/perl-POE-Component-Client-SMTP/TODO
/usr/share/doc/perl-POE-Component-Client-SMTP/eg
/usr/share/doc/perl-POE-Component-Client-SMTP/eg/send_email.pl
/usr/share/doc/perl-POE-Component-Client-SMTP/eg/send_email_auth.pl
/usr/share/doc/perl-POE-Component-Client-SMTP/eg/test_template.pl
/usr/share/doc/perl-POE-Component-Client-SMTP/eg/text_mail_attachment.txt
/usr/share/licenses/perl-POE-Component-Client-SMTP
/usr/share/licenses/perl-POE-Component-Client-SMTP/COPYING
/usr/share/licenses/perl-POE-Component-Client-SMTP/LICENSE
/usr/share/man/man3/POE::Component::Client::SMTP.3pm.gz
/usr/share/perl5/vendor_perl/POE
/usr/share/perl5/vendor_perl/POE/Component
/usr/share/perl5/vendor_perl/POE/Component/Client
/usr/share/perl5/vendor_perl/POE/Component/Client/SMTP.pm

References

Summary

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