How To Install perl-MojoX-MIME-Types on Fedora 36

In this tutorial we learn how to install perl-MojoX-MIME-Types in Fedora 36. perl-MojoX-MIME-Types is MIME Types for Mojolicious

Introduction

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

What is perl-MojoX-MIME-Types

This module is a drop-in replacement for Mojolicious correct handling plus a complete list of types… a huge list of types. Some methods ignore information they receive for compatibility with the Mojolicious contain useful information.

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

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

sudo dnf -y install perl-MojoX-MIME-Types

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

sudo yum -y install perl-MojoX-MIME-Types

How To Uninstall perl-MojoX-MIME-Types on Fedora 36

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

sudo dnf remove perl-MojoX-MIME-Types

perl-MojoX-MIME-Types Package Contents on Fedora 36

/usr/share/man/man3/MojoX::MIME::Types.3pm.gz
/usr/share/perl5/vendor_perl/MojoX
/usr/share/perl5/vendor_perl/MojoX/MIME
/usr/share/perl5/vendor_perl/MojoX/MIME/Types.pm
/usr/share/perl5/vendor_perl/MojoX/MIME/Types.pod

References

Summary

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