How To Install erlang-eimp on Fedora 36

In this tutorial we learn how to install erlang-eimp in Fedora 36. erlang-eimp is Erlang Image Manipulation Process

Introduction

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

What is erlang-eimp

eimp is an Erlang/Elixir application for manipulating graphic images using external C libraries. It supports WebP, JPEG, PNG and GIF.

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

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

sudo dnf -y install erlang-eimp

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

sudo yum -y install erlang-eimp

How To Uninstall erlang-eimp on Fedora 36

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

sudo dnf remove erlang-eimp

erlang-eimp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/66
/usr/lib/.build-id/66/9a587f7ca972ea634851be3ce49395e9202bc0
/usr/lib64/erlang/lib/eimp-1.0.17
/usr/lib64/erlang/lib/eimp-1.0.17/ebin
/usr/lib64/erlang/lib/eimp-1.0.17/ebin/eimp.app
/usr/lib64/erlang/lib/eimp-1.0.17/ebin/eimp.beam
/usr/lib64/erlang/lib/eimp-1.0.17/ebin/eimp_app.beam
/usr/lib64/erlang/lib/eimp-1.0.17/ebin/eimp_limit.beam
/usr/lib64/erlang/lib/eimp-1.0.17/ebin/eimp_sup.beam
/usr/lib64/erlang/lib/eimp-1.0.17/ebin/eimp_worker.beam
/usr/lib64/erlang/lib/eimp-1.0.17/priv
/usr/lib64/erlang/lib/eimp-1.0.17/priv/bin
/usr/lib64/erlang/lib/eimp-1.0.17/priv/bin/eimp
/usr/share/doc/erlang-eimp
/usr/share/doc/erlang-eimp/README.md
/usr/share/licenses/erlang-eimp
/usr/share/licenses/erlang-eimp/LICENSE.txt

References

Summary

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