How To Install perl-MIME-Charset on Fedora 36

In this tutorial we learn how to install perl-MIME-Charset in Fedora 36. perl-MIME-Charset is Charset Informations for MIME

Introduction

In this tutorial we learn how to install perl-MIME-Charset on Fedora 36.

What is perl-MIME-Charset

MIME messages on Internet.

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

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

sudo dnf -y install perl-MIME-Charset

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

sudo yum -y install perl-MIME-Charset

How To Uninstall perl-MIME-Charset on Fedora 36

To uninstall only the perl-MIME-Charset package we can use the following command:

sudo dnf remove perl-MIME-Charset

perl-MIME-Charset Package Contents on Fedora 36

/usr/share/doc/perl-MIME-Charset
/usr/share/doc/perl-MIME-Charset/Changes
/usr/share/doc/perl-MIME-Charset/README
/usr/share/licenses/perl-MIME-Charset
/usr/share/licenses/perl-MIME-Charset/ARTISTIC
/usr/share/licenses/perl-MIME-Charset/COPYING
/usr/share/man/man3/MIME::Charset.3pm.gz
/usr/share/man/man3/POD2::JA::MIME::Charset.3pm.gz
/usr/share/perl5/vendor_perl/MIME
/usr/share/perl5/vendor_perl/MIME/Charset
/usr/share/perl5/vendor_perl/MIME/Charset.pm
/usr/share/perl5/vendor_perl/MIME/Charset/Defaults.pm.sample
/usr/share/perl5/vendor_perl/MIME/Charset/UTF.pm
/usr/share/perl5/vendor_perl/MIME/Charset/_Compat.pm
/usr/share/perl5/vendor_perl/POD2
/usr/share/perl5/vendor_perl/POD2/JA
/usr/share/perl5/vendor_perl/POD2/JA/MIME
/usr/share/perl5/vendor_perl/POD2/JA/MIME/Charset.pod

References

Summary

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