How To Install perl-Mail-MboxParser on Fedora 36

In this tutorial we learn how to install perl-Mail-MboxParser in Fedora 36. perl-Mail-MboxParser is Read-only access to UNIX-mailboxes

Introduction

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

What is perl-Mail-MboxParser

This module attempts to provide a simplified access to standard UNIX- mailboxes. It offers only a subset of methods to get ‘straight to the point’. More sophisticated things can still be done by invoking any method from MIME

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

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

sudo dnf -y install perl-Mail-MboxParser

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

sudo yum -y install perl-Mail-MboxParser

How To Uninstall perl-Mail-MboxParser on Fedora 36

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

sudo dnf remove perl-Mail-MboxParser

perl-Mail-MboxParser Package Contents on Fedora 36

/usr/share/doc/perl-Mail-MboxParser
/usr/share/doc/perl-Mail-MboxParser/Changelog
/usr/share/doc/perl-Mail-MboxParser/README
/usr/share/man/man3/Mail::MboxParser.3pm.gz
/usr/share/man/man3/Mail::MboxParser::Base.3pm.gz
/usr/share/man/man3/Mail::MboxParser::Mail.3pm.gz
/usr/share/man/man3/Mail::MboxParser::Mail::Body.3pm.gz
/usr/share/man/man3/Mail::MboxParser::Mail::Convertable.3pm.gz
/usr/share/perl5/vendor_perl/Mail
/usr/share/perl5/vendor_perl/Mail/MboxParser
/usr/share/perl5/vendor_perl/Mail/MboxParser.pm
/usr/share/perl5/vendor_perl/Mail/MboxParser/Base.pm
/usr/share/perl5/vendor_perl/Mail/MboxParser/Mail
/usr/share/perl5/vendor_perl/Mail/MboxParser/Mail.pm
/usr/share/perl5/vendor_perl/Mail/MboxParser/Mail/Body.pm
/usr/share/perl5/vendor_perl/Mail/MboxParser/Mail/Convertable.pm

References

Summary

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