How To Install perl-Mail-Transport-Dbx on Fedora 36

In this tutorial we learn how to install perl-Mail-Transport-Dbx in Fedora 36. perl-Mail-Transport-Dbx is Parse Outlook Express mailboxes

Introduction

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

What is perl-Mail-Transport-Dbx

Mail mailboxes (more commonly known as .dbx files).

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

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

sudo dnf -y install perl-Mail-Transport-Dbx

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

sudo yum -y install perl-Mail-Transport-Dbx

How To Uninstall perl-Mail-Transport-Dbx on Fedora 36

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

sudo dnf remove perl-Mail-Transport-Dbx

perl-Mail-Transport-Dbx Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/3acb830af12d1c0e9944afa10405a4fd1a96fa
/usr/lib64/perl5/vendor_perl/Mail
/usr/lib64/perl5/vendor_perl/Mail/Transport
/usr/lib64/perl5/vendor_perl/Mail/Transport/Dbx.pm
/usr/lib64/perl5/vendor_perl/auto/Mail
/usr/lib64/perl5/vendor_perl/auto/Mail/Transport
/usr/lib64/perl5/vendor_perl/auto/Mail/Transport/Dbx
/usr/lib64/perl5/vendor_perl/auto/Mail/Transport/Dbx/Dbx.so
/usr/lib64/perl5/vendor_perl/auto/Mail/Transport/Dbx/autosplit.ix
/usr/share/doc/perl-Mail-Transport-Dbx
/usr/share/doc/perl-Mail-Transport-Dbx/README
/usr/share/man/man3/Mail::Transport::Dbx.3pm.gz

References

Summary

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