How To Install erlang-mimetypes on Fedora 36

In this tutorial we learn how to install erlang-mimetypes in Fedora 36. erlang-mimetypes is Erlang MIME types library

Introduction

In this tutorial we learn how to install erlang-mimetypes on Fedora 36.

What is erlang-mimetypes

Erlang MIME types library.

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

Install erlang-mimetypes 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 erlang-mimetypes using dnf by running the following command:

sudo dnf -y install erlang-mimetypes

Install erlang-mimetypes 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 erlang-mimetypes using yum by running the following command:

sudo yum -y install erlang-mimetypes

How To Uninstall erlang-mimetypes on Fedora 36

To uninstall only the erlang-mimetypes package we can use the following command:

sudo dnf remove erlang-mimetypes

erlang-mimetypes Package Contents on Fedora 36

/usr/share/doc/erlang-mimetypes
/usr/share/doc/erlang-mimetypes/README.md
/usr/share/doc/erlang-mimetypes/THANKS
/usr/share/erlang/lib/mimetypes-1.0
/usr/share/erlang/lib/mimetypes-1.0/ebin
/usr/share/erlang/lib/mimetypes-1.0/ebin/mimetypes.app
/usr/share/erlang/lib/mimetypes-1.0/ebin/mimetypes.beam
/usr/share/erlang/lib/mimetypes-1.0/ebin/mimetypes_app.beam
/usr/share/erlang/lib/mimetypes-1.0/ebin/mimetypes_disp.beam
/usr/share/erlang/lib/mimetypes-1.0/ebin/mimetypes_loader.beam
/usr/share/erlang/lib/mimetypes-1.0/ebin/mimetypes_map.beam
/usr/share/erlang/lib/mimetypes-1.0/ebin/mimetypes_parse.beam
/usr/share/erlang/lib/mimetypes-1.0/ebin/mimetypes_scan.beam
/usr/share/erlang/lib/mimetypes-1.0/ebin/mimetypes_sup.beam
/usr/share/erlang/lib/mimetypes-1.0/priv
/usr/share/erlang/lib/mimetypes-1.0/priv/mime.types

References

Summary

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