How To Install erlang-cache_tab on Fedora 36

In this tutorial we learn how to install erlang-cache_tab in Fedora 36. erlang-cache_tab is Erlang cache table application

Introduction

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

What is erlang-cache_tab

This application is intended to proxy back-end operations for Key-Value insert, lookup and delete and maintain a cache of those Key-Values in-memory, to save back-end operations. Operations are intended to be atomic between back-end and cache tables. The lifetime of the cache object and the max size of the cache can be defined as table parameters to limit the size of the in-memory tables.

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

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

sudo dnf -y install erlang-cache_tab

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

sudo yum -y install erlang-cache_tab

How To Uninstall erlang-cache_tab on Fedora 36

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

sudo dnf remove erlang-cache_tab

erlang-cache_tab Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/39
/usr/lib/.build-id/39/b8876f3caa8928136670f2b0a8972192e702a0
/usr/lib64/erlang/lib/cache_tab-1.0.25
/usr/lib64/erlang/lib/cache_tab-1.0.25/ebin
/usr/lib64/erlang/lib/cache_tab-1.0.25/ebin/cache_tab.app
/usr/lib64/erlang/lib/cache_tab-1.0.25/ebin/cache_tab.beam
/usr/lib64/erlang/lib/cache_tab-1.0.25/ebin/cache_tab_app.beam
/usr/lib64/erlang/lib/cache_tab-1.0.25/ebin/cache_tab_sup.beam
/usr/lib64/erlang/lib/cache_tab-1.0.25/ebin/ets_cache.beam
/usr/lib64/erlang/lib/cache_tab-1.0.25/ebin/ets_cache_options.beam
/usr/lib64/erlang/lib/cache_tab-1.0.25/include
/usr/lib64/erlang/lib/cache_tab-1.0.25/include/ets_cache.hrl
/usr/lib64/erlang/lib/cache_tab-1.0.25/priv
/usr/lib64/erlang/lib/cache_tab-1.0.25/priv/lib
/usr/lib64/erlang/lib/cache_tab-1.0.25/priv/lib/ets_cache.so
/usr/share/doc/erlang-cache_tab
/usr/share/doc/erlang-cache_tab/CHANGELOG.md
/usr/share/doc/erlang-cache_tab/README.md
/usr/share/licenses/erlang-cache_tab
/usr/share/licenses/erlang-cache_tab/LICENSE.txt

References

Summary

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