How To Install perl-mime-construct on Fedora 36
Introduction
In this tutorial we learn how to install perl-mime-construct on Fedora 36.
What is perl-mime-construct
mime-construct constructs and (by default) mails MIME messages. It is entirely driven from the command line, it is designed to be used by other programs, or people who act like programs.
We can use yum or dnf to install perl-mime-construct on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-mime-construct.
Install perl-mime-construct 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-mime-construct using dnf by running the following command:
sudo dnf -y install perl-mime-construct
Install perl-mime-construct 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-mime-construct using yum by running the following command:
sudo yum -y install perl-mime-construct
How To Uninstall perl-mime-construct on Fedora 36
To uninstall only the perl-mime-construct package we can use the following command:
sudo dnf remove perl-mime-construct
perl-mime-construct Package Contents on Fedora 36
/usr/bin/mime-construct
/usr/share/doc/perl-mime-construct
/usr/share/doc/perl-mime-construct/README
/usr/share/doc/perl-mime-construct/changelog
/usr/share/doc/perl-mime-construct/copyright
/usr/share/man/man1/mime-construct.1.gz
References
Summary
In this tutorial we learn how to install perl-mime-construct on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).