How To Install erlang-hex_core on Fedora 36

In this tutorial we learn how to install erlang-hex_core in Fedora 36. erlang-hex_core is Reference implementation of Hex specifications

Introduction

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

What is erlang-hex_core

Reference implementation of Hex specifications.

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

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

sudo dnf -y install erlang-hex_core

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

sudo yum -y install erlang-hex_core

How To Uninstall erlang-hex_core on Fedora 36

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

sudo dnf remove erlang-hex_core

erlang-hex_core Package Contents on Fedora 36

/usr/share/doc/erlang-hex_core
/usr/share/doc/erlang-hex_core/README.md
/usr/share/erlang/lib/hex_core-0.7.1
/usr/share/erlang/lib/hex_core-0.7.1/ebin
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_api.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_api_auth.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_api_key.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_api_organization.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_api_organization_member.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_api_package.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_api_package_owner.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_api_release.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_api_user.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_core.app
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_core.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_erl_tar.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_filename.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_http.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_http_httpc.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_pb_names.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_pb_package.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_pb_signed.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_pb_versions.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_registry.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_repo.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/hex_tarball.beam
/usr/share/erlang/lib/hex_core-0.7.1/ebin/safe_erl_term.beam
/usr/share/licenses/erlang-hex_core
/usr/share/licenses/erlang-hex_core/LICENSE

References

Summary

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