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

In this tutorial we learn how to install perl-Net-IMAP-Simple in Fedora 36. perl-Net-IMAP-Simple is Simple IMAP account handling

Introduction

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

What is perl-Net-IMAP-Simple

Perl extension for simple IMAP account handling, mostly compatible with Net

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

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

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

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

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

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

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

sudo dnf remove perl-Net-IMAP-Simple

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

/usr/share/doc/perl-Net-IMAP-Simple
/usr/share/doc/perl-Net-IMAP-Simple/Changes
/usr/share/doc/perl-Net-IMAP-Simple/README
/usr/share/doc/perl-Net-IMAP-Simple/TODO
/usr/share/man/man3/Net::IMAP::Simple.3pm.gz
/usr/share/man/man3/Net::IMAP::Simple::PipeSocket.3pm.gz
/usr/share/man/man3/Net::IMAP::SimpleX.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/IMAP
/usr/share/perl5/vendor_perl/Net/IMAP/Simple.pm
/usr/share/perl5/vendor_perl/Net/IMAP/Simple.pod
/usr/share/perl5/vendor_perl/Net/IMAP/Simple/PipeSocket.pm
/usr/share/perl5/vendor_perl/Net/IMAP/SimpleX.pm
/usr/share/perl5/vendor_perl/Net/IMAP/SimpleX.pod

References

Summary

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