How To Install erlang-iconv on Fedora 36

In this tutorial we learn how to install erlang-iconv in Fedora 36. erlang-iconv is Fast encoding conversion library for Erlang / Elixir

Introduction

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

What is erlang-iconv

Erlang bindings for libiconv. This is used by ejabberd.

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

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

sudo dnf -y install erlang-iconv

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

sudo yum -y install erlang-iconv

How To Uninstall erlang-iconv on Fedora 36

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

sudo dnf remove erlang-iconv

erlang-iconv Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/8809627064ed566cdf52e9db5cad60578c77b8
/usr/lib64/erlang/lib/iconv-1.0.11
/usr/lib64/erlang/lib/iconv-1.0.11/ebin
/usr/lib64/erlang/lib/iconv-1.0.11/ebin/iconv.app
/usr/lib64/erlang/lib/iconv-1.0.11/ebin/iconv.beam
/usr/lib64/erlang/lib/iconv-1.0.11/ebin/iconv_app.beam
/usr/lib64/erlang/lib/iconv-1.0.11/ebin/iconv_sup.beam
/usr/lib64/erlang/lib/iconv-1.0.11/priv
/usr/lib64/erlang/lib/iconv-1.0.11/priv/lib
/usr/lib64/erlang/lib/iconv-1.0.11/priv/lib/iconv.so
/usr/share/doc/erlang-iconv
/usr/share/doc/erlang-iconv/README.md
/usr/share/licenses/erlang-iconv
/usr/share/licenses/erlang-iconv/LICENSE.txt

References

Summary

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