How to Install and Uninstall erlang-cache_tab.x86_64 Package on Fedora 38

Last updated: October 08,2024

1. Install "erlang-cache_tab.x86_64" package

Please follow the guidelines below to install erlang-cache_tab.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install erlang-cache_tab.x86_64

2. Uninstall "erlang-cache_tab.x86_64" package

This tutorial shows how to uninstall erlang-cache_tab.x86_64 on Fedora 38:

$ sudo dnf remove erlang-cache_tab.x86_64 $ sudo dnf autoremove

3. Information about the erlang-cache_tab.x86_64 package on Fedora 38

Last metadata expiration check: 3:46:41 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : erlang-cache_tab
Version : 1.0.25
Release : 6.fc38
Architecture : x86_64
Size : 66 k
Source : erlang-cache_tab-1.0.25-6.fc38.src.rpm
Repository : fedora
Summary : Erlang cache table application
URL : https://github.com/processone/cache_tab/
License : ASL 2.0
Description : 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.