How to Install and Uninstall erlang-folsom Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: March 05,2025

1. Install "erlang-folsom" package

Please follow the steps below to install erlang-folsom on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install erlang-folsom

2. Uninstall "erlang-folsom" package

In this section, we are going to explain the necessary steps to uninstall erlang-folsom on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove erlang-folsom $ sudo apt autoclean && sudo apt autoremove

3. Information about the erlang-folsom package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: erlang-folsom
Priority: optional
Section: universe/devel
Installed-Size: 166
Maintainer: Ubuntu Developers
Original-Maintainer: LeoFS maintainers team
Architecture: amd64
Version: 0.8.1+dfsg-1
Depends: erlang-base (>= 1:16.b.3-dfsg) | erlang-base-hipe (>= 1:16.b.3-dfsg), erlang-bear (>= 0.1.3), erlang-meck
Filename: pool/universe/e/erlang-folsom/erlang-folsom_0.8.1+dfsg-1_amd64.deb
Size: 84662
MD5sum: dc03b041721e2042ecab19e217473ebb
SHA1: fe9519061a1e609d45b2b7ffbdea0f2b991850af
SHA256: 76d5270fc1be8dacb725eb3c9fb9b64ac003711cf863cd81290a968e3bb3c56c
Description-en: Erlang based metrics system inspired by Coda Hale's metrics
Folsom is an Erlang based metrics system inspired by Coda Hale's metrics
(https://github.com/codahale/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.
Description-md5: fad6d0e96d9f03247159c49898c140b6
Enhances: erlang
Homepage: https://github.com/boundary/folsom
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu