How To Install perl-Mail-Alias on Fedora 36

In this tutorial we learn how to install perl-Mail-Alias in Fedora 36. perl-Mail-Alias is Module for manipulating e-mail alias files

Introduction

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

What is perl-Mail-Alias

This module allows direct manipulation of various types of E-Mail Alias files. The primary use of Mail files in the SENDMAIL alias file format. Additionally it is possible to read some other formats and to convert between various alias file formats.

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

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

sudo dnf -y install perl-Mail-Alias

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

sudo yum -y install perl-Mail-Alias

How To Uninstall perl-Mail-Alias on Fedora 36

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

sudo dnf remove perl-Mail-Alias

perl-Mail-Alias Package Contents on Fedora 36

/usr/share/doc/perl-Mail-Alias
/usr/share/doc/perl-Mail-Alias/Changes
/usr/share/doc/perl-Mail-Alias/README
/usr/share/man/man3/Mail::Alias.3pm.gz
/usr/share/perl5/vendor_perl/Mail
/usr/share/perl5/vendor_perl/Mail/Alias.pm

References

Summary

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