How to Install and Uninstall erlang-folsom.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "erlang-folsom.noarch" package

Here is a brief guide to show you how to install erlang-folsom.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install erlang-folsom.noarch

2. Uninstall "erlang-folsom.noarch" package

Learn how to uninstall erlang-folsom.noarch on Fedora 34:

$ sudo dnf remove erlang-folsom.noarch $ sudo dnf autoremove

3. Information about the erlang-folsom.noarch package on Fedora 34

Last metadata expiration check: 5:08:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : erlang-folsom
Version : 1.0
Release : 1.fc34
Architecture : noarch
Size : 114 k
Source : erlang-folsom-1.0-1.fc34.src.rpm
Repository : updates
Summary : Erlang-based metrics system
URL : https://github.com/folsom-project/folsom
License : ASL 2.0
Description : Folsom is an Erlang based metrics system inspired by Coda Hale's metrics.
: The metrics API's purpose is to collect realtime metrics from your Erlang
: applications and publish them via Erlang APIs and output plugins. Folsom is not
: a persistent store. There are 6 types of metrics: counters, gauges, histograms
: and timers, histories, meter_readers and meters. Metrics can be created, read
: and updated via the folsom_metrics module.