How To Install erlang-pkix on Fedora 36

In this tutorial we learn how to install erlang-pkix in Fedora 36. erlang-pkix is PKIX certificates management for Erlang

Introduction

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

What is erlang-pkix

A library for managing TLS certificates in Erlang.

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

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

sudo dnf -y install erlang-pkix

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

sudo yum -y install erlang-pkix

How To Uninstall erlang-pkix on Fedora 36

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

sudo dnf remove erlang-pkix

erlang-pkix Package Contents on Fedora 36

/usr/share/doc/erlang-pkix
/usr/share/doc/erlang-pkix/README.md
/usr/share/erlang/lib/pkix-1.0.6
/usr/share/erlang/lib/pkix-1.0.6/ebin
/usr/share/erlang/lib/pkix-1.0.6/ebin/pkix.app
/usr/share/erlang/lib/pkix-1.0.6/ebin/pkix.beam
/usr/share/erlang/lib/pkix-1.0.6/ebin/pkix_app.beam
/usr/share/erlang/lib/pkix-1.0.6/ebin/pkix_sup.beam
/usr/share/erlang/lib/pkix-1.0.6/priv
/usr/share/erlang/lib/pkix-1.0.6/priv/cacert.pem
/usr/share/licenses/erlang-pkix
/usr/share/licenses/erlang-pkix/LICENSE

References

Summary

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