How To Install perl-Mail-IMAPTalk on Fedora 36

In this tutorial we learn how to install perl-Mail-IMAPTalk in Fedora 36. perl-Mail-IMAPTalk is IMAP client interface with lots of features

Introduction

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

What is perl-Mail-IMAPTalk

This Perl module communicates with an IMAP server. Each IMAP server command is mapped to a method of this object.

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

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

sudo dnf -y install perl-Mail-IMAPTalk

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

sudo yum -y install perl-Mail-IMAPTalk

How To Uninstall perl-Mail-IMAPTalk on Fedora 36

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

sudo dnf remove perl-Mail-IMAPTalk

perl-Mail-IMAPTalk Package Contents on Fedora 36

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

References

Summary

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