How To Install perl-Mail-SPF-Iterator on Fedora 36

In this tutorial we learn how to install perl-Mail-SPF-Iterator in Fedora 36. perl-Mail-SPF-Iterator is Iterative SPF lookup

Introduction

In this tutorial we learn how to install perl-Mail-SPF-Iterator on Fedora 36.

What is perl-Mail-SPF-Iterator

This module provides an iterative resolving of SPF records. Contrary to Mail DNS queries and later expects the responses.

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

Install perl-Mail-SPF-Iterator 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-Mail-SPF-Iterator using dnf by running the following command:

sudo dnf -y install perl-Mail-SPF-Iterator

Install perl-Mail-SPF-Iterator 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-Mail-SPF-Iterator using yum by running the following command:

sudo yum -y install perl-Mail-SPF-Iterator

How To Uninstall perl-Mail-SPF-Iterator on Fedora 36

To uninstall only the perl-Mail-SPF-Iterator package we can use the following command:

sudo dnf remove perl-Mail-SPF-Iterator

perl-Mail-SPF-Iterator Package Contents on Fedora 36

/usr/share/doc/perl-Mail-SPF-Iterator
/usr/share/doc/perl-Mail-SPF-Iterator/Changes
/usr/share/doc/perl-Mail-SPF-Iterator/README
/usr/share/doc/perl-Mail-SPF-Iterator/samples
/usr/share/doc/perl-Mail-SPF-Iterator/samples/spflookup.pl
/usr/share/licenses/perl-Mail-SPF-Iterator
/usr/share/licenses/perl-Mail-SPF-Iterator/COPYRIGHT
/usr/share/man/man3/Mail::SPF::Iterator.3pm.gz
/usr/share/perl5/vendor_perl/Mail
/usr/share/perl5/vendor_perl/Mail/SPF
/usr/share/perl5/vendor_perl/Mail/SPF/Iterator.pm

References

Summary

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