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

Last updated: October 06,2024

1. Install "erlang-cache_tab.x86_64" package

Learn how to install erlang-cache_tab.x86_64 on Fedora 34

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

2. Uninstall "erlang-cache_tab.x86_64" package

Please follow the guidelines below to uninstall erlang-cache_tab.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:20:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : erlang-cache_tab
Version : 1.0.25
Release : 2.fc34
Architecture : x86_64
Size : 59 k
Source : erlang-cache_tab-1.0.25-2.fc34.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.