How To Install perl-Mail-Box-POP3 on Fedora 36
Introduction
In this tutorial we learn how to install perl-Mail-Box-POP3 on Fedora 36.
What is perl-Mail-Box-POP3
Maintain a folder which has its messages stored on a remote server. The communication between the client application and the server is implemented using the POP3 protocol. This class uses Mail transport of information, and focuses solely on the correct handling of messages within a POP3 folder.
We can use yum or dnf to install perl-Mail-Box-POP3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Mail-Box-POP3.
Install perl-Mail-Box-POP3 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-Box-POP3 using dnf by running the following command:
sudo dnf -y install perl-Mail-Box-POP3
Install perl-Mail-Box-POP3 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-Box-POP3 using yum by running the following command:
sudo yum -y install perl-Mail-Box-POP3
How To Uninstall perl-Mail-Box-POP3 on Fedora 36
To uninstall only the perl-Mail-Box-POP3 package we can use the following command:
sudo dnf remove perl-Mail-Box-POP3
perl-Mail-Box-POP3 Package Contents on Fedora 36
/usr/share/doc/perl-Mail-Box-POP3
/usr/share/doc/perl-Mail-Box-POP3/ChangeLog
/usr/share/doc/perl-Mail-Box-POP3/README
/usr/share/man/man3/Mail::Box::POP3.3pm.gz
/usr/share/man/man3/Mail::Box::POP3::Message.3pm.gz
/usr/share/man/man3/Mail::Box::POP3s.3pm.gz
/usr/share/man/man3/Mail::Transport::POP3.3pm.gz
/usr/share/perl5/vendor_perl/Mail
/usr/share/perl5/vendor_perl/Mail/Box
/usr/share/perl5/vendor_perl/Mail/Box/POP3
/usr/share/perl5/vendor_perl/Mail/Box/POP3.pm
/usr/share/perl5/vendor_perl/Mail/Box/POP3.pod
/usr/share/perl5/vendor_perl/Mail/Box/POP3/Message.pm
/usr/share/perl5/vendor_perl/Mail/Box/POP3/Message.pod
/usr/share/perl5/vendor_perl/Mail/Box/POP3/Test.pm
/usr/share/perl5/vendor_perl/Mail/Box/POP3s.pm
/usr/share/perl5/vendor_perl/Mail/Box/POP3s.pod
/usr/share/perl5/vendor_perl/Mail/Transport
/usr/share/perl5/vendor_perl/Mail/Transport/POP3.pm
/usr/share/perl5/vendor_perl/Mail/Transport/POP3.pod
References
Summary
In this tutorial we learn how to install perl-Mail-Box-POP3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).