How To Install erlang-fast_tls on Fedora 36

In this tutorial we learn how to install erlang-fast_tls in Fedora 36. erlang-fast_tls is TLS / SSL native driver for Erlang / Elixir

Introduction

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

What is erlang-fast_tls

TLS / SSL native driver for Erlang / Elixir. This is used by ejabberd.

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

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

sudo dnf -y install erlang-fast_tls

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

sudo yum -y install erlang-fast_tls

How To Uninstall erlang-fast_tls on Fedora 36

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

sudo dnf remove erlang-fast_tls

erlang-fast_tls Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/a1b3f842411e625ae5b3a0895290aa94d14bde
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/030bd2e4bc671c20126a52610dcb2097505a73
/usr/lib64/erlang/lib/fast_tls-1.1.8
/usr/lib64/erlang/lib/fast_tls-1.1.8/ebin
/usr/lib64/erlang/lib/fast_tls-1.1.8/ebin/fast_tls.app
/usr/lib64/erlang/lib/fast_tls-1.1.8/ebin/fast_tls.beam
/usr/lib64/erlang/lib/fast_tls-1.1.8/ebin/p1_sha.beam
/usr/lib64/erlang/lib/fast_tls-1.1.8/priv
/usr/lib64/erlang/lib/fast_tls-1.1.8/priv/lib
/usr/lib64/erlang/lib/fast_tls-1.1.8/priv/lib/fast_tls.so
/usr/lib64/erlang/lib/fast_tls-1.1.8/priv/lib/p1_sha.so
/usr/share/doc/erlang-fast_tls
/usr/share/doc/erlang-fast_tls/CHANGELOG.md
/usr/share/doc/erlang-fast_tls/README.md
/usr/share/licenses/erlang-fast_tls
/usr/share/licenses/erlang-fast_tls/LICENSE.txt

References

Summary

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