How To Install perl-Mail-Server-IMAP4 on Fedora 36

In this tutorial we learn how to install perl-Mail-Server-IMAP4 in Fedora 36. perl-Mail-Server-IMAP4 is IMAP4 server implementation

Introduction

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

What is perl-Mail-Server-IMAP4

This module is a place-holder, which can be used to grow code which is needed to implement a full IMAP4 server. The server implementation is not completed.

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

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

sudo dnf -y install perl-Mail-Server-IMAP4

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

sudo yum -y install perl-Mail-Server-IMAP4

How To Uninstall perl-Mail-Server-IMAP4 on Fedora 36

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

sudo dnf remove perl-Mail-Server-IMAP4

perl-Mail-Server-IMAP4 Package Contents on Fedora 36

/usr/share/man/man3/Mail::Server::IMAP4.3pm.gz
/usr/share/man/man3/Mail::Server::IMAP4::Fetch.3pm.gz
/usr/share/man/man3/Mail::Server::IMAP4::List.3pm.gz
/usr/share/man/man3/Mail::Server::IMAP4::Search.3pm.gz
/usr/share/man/man3/Mail::Server::IMAP4::User.3pm.gz
/usr/share/perl5/vendor_perl/Mail/Server/IMAP4
/usr/share/perl5/vendor_perl/Mail/Server/IMAP4.pm
/usr/share/perl5/vendor_perl/Mail/Server/IMAP4.pod
/usr/share/perl5/vendor_perl/Mail/Server/IMAP4/Fetch.pm
/usr/share/perl5/vendor_perl/Mail/Server/IMAP4/Fetch.pod
/usr/share/perl5/vendor_perl/Mail/Server/IMAP4/List.pm
/usr/share/perl5/vendor_perl/Mail/Server/IMAP4/List.pod
/usr/share/perl5/vendor_perl/Mail/Server/IMAP4/Search.pm
/usr/share/perl5/vendor_perl/Mail/Server/IMAP4/Search.pod
/usr/share/perl5/vendor_perl/Mail/Server/IMAP4/User.pm
/usr/share/perl5/vendor_perl/Mail/Server/IMAP4/User.pod

References

Summary

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