How To Install perl-Parse-MIME on Fedora 36

In this tutorial we learn how to install perl-Parse-MIME in Fedora 36. perl-Parse-MIME is Parse MIME types, match against media ranges

Introduction

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

What is perl-Parse-MIME

This Perl module provides basic functions for handling MIME types. It can handle matching MIME types against a list of media ranges as specified in RFC 2616.

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

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

sudo dnf -y install perl-Parse-MIME

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

sudo yum -y install perl-Parse-MIME

How To Uninstall perl-Parse-MIME on Fedora 36

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

sudo dnf remove perl-Parse-MIME

perl-Parse-MIME Package Contents on Fedora 36

/usr/share/doc/perl-Parse-MIME
/usr/share/doc/perl-Parse-MIME/Changes
/usr/share/doc/perl-Parse-MIME/README
/usr/share/licenses/perl-Parse-MIME
/usr/share/licenses/perl-Parse-MIME/LICENSE
/usr/share/man/man3/Parse::MIME.3pm.gz
/usr/share/perl5/vendor_perl/Parse
/usr/share/perl5/vendor_perl/Parse/MIME.pm
/usr/share/perl5/vendor_perl/Parse/boilerplate.pl

References

Summary

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