How To Install erlang-ssl_verify_fun on Fedora 36

In this tutorial we learn how to install erlang-ssl_verify_fun in Fedora 36. erlang-ssl_verify_fun is Collection of ssl verification functions for Erlang

Introduction

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

What is erlang-ssl_verify_fun

Collection of ssl verification functions for Erlang.

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

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

sudo dnf -y install erlang-ssl_verify_fun

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

sudo yum -y install erlang-ssl_verify_fun

How To Uninstall erlang-ssl_verify_fun on Fedora 36

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

sudo dnf remove erlang-ssl_verify_fun

erlang-ssl_verify_fun Package Contents on Fedora 36

/usr/share/doc/erlang-ssl_verify_fun
/usr/share/doc/erlang-ssl_verify_fun/README.md
/usr/share/erlang/lib/ssl_verify_fun-1.1.6
/usr/share/erlang/lib/ssl_verify_fun-1.1.6/ebin
/usr/share/erlang/lib/ssl_verify_fun-1.1.6/ebin/ssl_verify_fingerprint.beam
/usr/share/erlang/lib/ssl_verify_fun-1.1.6/ebin/ssl_verify_fun.app
/usr/share/erlang/lib/ssl_verify_fun-1.1.6/ebin/ssl_verify_fun_cert_helpers.beam
/usr/share/erlang/lib/ssl_verify_fun-1.1.6/ebin/ssl_verify_fun_encodings.beam
/usr/share/erlang/lib/ssl_verify_fun-1.1.6/ebin/ssl_verify_hostname.beam
/usr/share/erlang/lib/ssl_verify_fun-1.1.6/ebin/ssl_verify_pk.beam
/usr/share/erlang/lib/ssl_verify_fun-1.1.6/ebin/ssl_verify_string.beam
/usr/share/erlang/lib/ssl_verify_fun-1.1.6/ebin/ssl_verify_util.beam
/usr/share/licenses/erlang-ssl_verify_fun
/usr/share/licenses/erlang-ssl_verify_fun/LICENSE

References

Summary

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