How To Install perl-Mail-IMAPClient on Fedora 36

In this tutorial we learn how to install perl-Mail-IMAPClient in Fedora 36. perl-Mail-IMAPClient is An IMAP Client API

Introduction

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

What is perl-Mail-IMAPClient

This module provides perl routines that simplify a sockets connection to and an IMAP conversation with an IMAP server.

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

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

sudo dnf -y install perl-Mail-IMAPClient

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

sudo yum -y install perl-Mail-IMAPClient

How To Uninstall perl-Mail-IMAPClient on Fedora 36

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

sudo dnf remove perl-Mail-IMAPClient

perl-Mail-IMAPClient Package Contents on Fedora 36

/usr/share/doc/perl-Mail-IMAPClient
/usr/share/doc/perl-Mail-IMAPClient/Changes
/usr/share/doc/perl-Mail-IMAPClient/README
/usr/share/doc/perl-Mail-IMAPClient/examples
/usr/share/doc/perl-Mail-IMAPClient/examples/build_dist.pl
/usr/share/doc/perl-Mail-IMAPClient/examples/build_ldif.pl
/usr/share/doc/perl-Mail-IMAPClient/examples/cleanTest.pl
/usr/share/doc/perl-Mail-IMAPClient/examples/copy_folder.pl
/usr/share/doc/perl-Mail-IMAPClient/examples/cyrus_expire.pl
/usr/share/doc/perl-Mail-IMAPClient/examples/cyrus_expunge.pl
/usr/share/doc/perl-Mail-IMAPClient/examples/find_dup_msgs.pl
/usr/share/doc/perl-Mail-IMAPClient/examples/idle.pl
/usr/share/doc/perl-Mail-IMAPClient/examples/imap_to_mbox.pl
/usr/share/doc/perl-Mail-IMAPClient/examples/imtestExample.pl
/usr/share/doc/perl-Mail-IMAPClient/examples/migrate_mail2.pl
/usr/share/doc/perl-Mail-IMAPClient/examples/migrate_mbox.pl
/usr/share/doc/perl-Mail-IMAPClient/examples/populate_mailbox.pl
/usr/share/doc/perl-Mail-IMAPClient/examples/sharedFolder.pl
/usr/share/man/man3/Mail::IMAPClient.3pm.gz
/usr/share/man/man3/Mail::IMAPClient::BodyStructure.3pm.gz
/usr/share/man/man3/Mail::IMAPClient::BodyStructure::Parse.3pm.gz
/usr/share/man/man3/Mail::IMAPClient::MessageSet.3pm.gz
/usr/share/man/man3/Mail::IMAPClient::Thread.3pm.gz
/usr/share/perl5/vendor_perl/Mail
/usr/share/perl5/vendor_perl/Mail/IMAPClient
/usr/share/perl5/vendor_perl/Mail/IMAPClient.pm
/usr/share/perl5/vendor_perl/Mail/IMAPClient.pod
/usr/share/perl5/vendor_perl/Mail/IMAPClient/BodyStructure
/usr/share/perl5/vendor_perl/Mail/IMAPClient/BodyStructure.pm
/usr/share/perl5/vendor_perl/Mail/IMAPClient/BodyStructure/Parse.grammar
/usr/share/perl5/vendor_perl/Mail/IMAPClient/BodyStructure/Parse.pm
/usr/share/perl5/vendor_perl/Mail/IMAPClient/BodyStructure/Parse.pod
/usr/share/perl5/vendor_perl/Mail/IMAPClient/MessageSet.pm
/usr/share/perl5/vendor_perl/Mail/IMAPClient/Thread.grammar
/usr/share/perl5/vendor_perl/Mail/IMAPClient/Thread.pm
/usr/share/perl5/vendor_perl/Mail/IMAPClient/Thread.pod

References

Summary

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