How To Install perl-Net-IMAP-Client on Fedora 36

In this tutorial we learn how to install perl-Net-IMAP-Client in Fedora 36. perl-Net-IMAP-Client is IMAP client library for Perl

Introduction

In this tutorial we learn how to install perl-Net-IMAP-Client on Fedora 36.

What is perl-Net-IMAP-Client

Net provide a simple and clean API, while employing a rigorous parser for IMAP responses in order to create Perl data structures from them. The code is simple, clean and extensible.

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

Install perl-Net-IMAP-Client 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-Net-IMAP-Client using dnf by running the following command:

sudo dnf -y install perl-Net-IMAP-Client

Install perl-Net-IMAP-Client 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-Net-IMAP-Client using yum by running the following command:

sudo yum -y install perl-Net-IMAP-Client

How To Uninstall perl-Net-IMAP-Client on Fedora 36

To uninstall only the perl-Net-IMAP-Client package we can use the following command:

sudo dnf remove perl-Net-IMAP-Client

perl-Net-IMAP-Client Package Contents on Fedora 36

/usr/share/doc/perl-Net-IMAP-Client
/usr/share/doc/perl-Net-IMAP-Client/Changes
/usr/share/doc/perl-Net-IMAP-Client/META.json
/usr/share/doc/perl-Net-IMAP-Client/README
/usr/share/man/man3/Net::IMAP::Client.3pm.gz
/usr/share/man/man3/Net::IMAP::Client::MsgAddress.3pm.gz
/usr/share/man/man3/Net::IMAP::Client::MsgSummary.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/IMAP
/usr/share/perl5/vendor_perl/Net/IMAP/Client
/usr/share/perl5/vendor_perl/Net/IMAP/Client.pm
/usr/share/perl5/vendor_perl/Net/IMAP/Client/MsgAddress.pm
/usr/share/perl5/vendor_perl/Net/IMAP/Client/MsgSummary.pm

References

Summary

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