How To Install perl-POE-Filter-Transparent-SMTP on Fedora 36
Introduction
In this tutorial we learn how to install perl-POE-Filter-Transparent-SMTP
on Fedora 36.
What is perl-POE-Filter-Transparent-SMTP
POE data filter which aims to make SMTP data transparent just before going onto the wire as per RFC 821 Section 4.5.2.
We can use yum
or dnf
to install perl-POE-Filter-Transparent-SMTP
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-POE-Filter-Transparent-SMTP.
Install perl-POE-Filter-Transparent-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-Filter-Transparent-SMTP
using dnf
by running the following command:
sudo dnf -y install perl-POE-Filter-Transparent-SMTP
Install perl-POE-Filter-Transparent-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-Filter-Transparent-SMTP
using yum
by running the following command:
sudo yum -y install perl-POE-Filter-Transparent-SMTP
How To Uninstall perl-POE-Filter-Transparent-SMTP on Fedora 36
To uninstall only the perl-POE-Filter-Transparent-SMTP
package we can use the following command:
sudo dnf remove perl-POE-Filter-Transparent-SMTP
perl-POE-Filter-Transparent-SMTP Package Contents on Fedora 36
/usr/share/doc/perl-POE-Filter-Transparent-SMTP
/usr/share/doc/perl-POE-Filter-Transparent-SMTP/Changes
/usr/share/doc/perl-POE-Filter-Transparent-SMTP/README
/usr/share/licenses/perl-POE-Filter-Transparent-SMTP
/usr/share/licenses/perl-POE-Filter-Transparent-SMTP/LICENSE
/usr/share/man/man3/POE::Filter::Transparent::SMTP.3pm.gz
/usr/share/perl5/vendor_perl/POE
/usr/share/perl5/vendor_perl/POE/Filter
/usr/share/perl5/vendor_perl/POE/Filter/Transparent
/usr/share/perl5/vendor_perl/POE/Filter/Transparent/SMTP.pm
References
Summary
In this tutorial we learn how to install perl-POE-Filter-Transparent-SMTP
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).