How To Install perl-Mail-JMAPTalk on Fedora 36

In this tutorial we learn how to install perl-Mail-JMAPTalk in Fedora 36. perl-Mail-JMAPTalk is Perl client for JMAP protocol

Introduction

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

What is perl-Mail-JMAPTalk

This is a really basic wrapper around the JMAP protocol <http has a rudimentary “Login” command as well, but it doesn’t support the entire protocol yet.

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

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

sudo dnf -y install perl-Mail-JMAPTalk

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

sudo yum -y install perl-Mail-JMAPTalk

How To Uninstall perl-Mail-JMAPTalk on Fedora 36

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

sudo dnf remove perl-Mail-JMAPTalk

perl-Mail-JMAPTalk Package Contents on Fedora 36

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

References

Summary

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