How To Install erlang-p1_acme on Fedora 36

In this tutorial we learn how to install erlang-p1_acme in Fedora 36. erlang-p1_acme is ACME client library for Erlang

Introduction

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

What is erlang-p1_acme

ACME client library for Erlang.

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

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

sudo dnf -y install erlang-p1_acme

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

sudo yum -y install erlang-p1_acme

How To Uninstall erlang-p1_acme on Fedora 36

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

sudo dnf remove erlang-p1_acme

erlang-p1_acme Package Contents on Fedora 36

/usr/share/doc/erlang-p1_acme
/usr/share/doc/erlang-p1_acme/CHANGELOG.md
/usr/share/doc/erlang-p1_acme/README.md
/usr/share/erlang/lib/p1_acme-1.0.8
/usr/share/erlang/lib/p1_acme-1.0.8/ebin
/usr/share/erlang/lib/p1_acme-1.0.8/ebin/p1_acme.app
/usr/share/erlang/lib/p1_acme-1.0.8/ebin/p1_acme.beam
/usr/share/erlang/lib/p1_acme-1.0.8/ebin/p1_acme_codec.beam
/usr/share/licenses/erlang-p1_acme
/usr/share/licenses/erlang-p1_acme/LICENSE.txt

References

Summary

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