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

Last updated: April 30,2024

1. Install "erlang-folsom-dev" package

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

$ sudo apt update $ sudo apt install erlang-folsom-dev

2. Uninstall "erlang-folsom-dev" package

Please follow the guidance below to uninstall erlang-folsom-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: erlang-folsom-dev
Priority: optional
Section: universe/devel
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: LeoFS maintainers team
Architecture: amd64
Source: erlang-folsom
Version: 0.8.1+dfsg-1
Depends: erlang-folsom (>= 0.8.1+dfsg-1)
Filename: pool/universe/e/erlang-folsom/erlang-folsom-dev_0.8.1+dfsg-1_amd64.deb
Size: 3408
MD5sum: b076815330a504fab228f12bda9f9e33
SHA1: 9a02cfe2c3e6ec8dc71806947d0377c231bd0107
SHA256: 459761fbfbb529a3224b1db28e7cc405c62519f114334b4aef2d1a8057e42645
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.
.
This package includes erlang-folsom headers which are necessary to build Erlang
applications which use erlang-folsom.
Description-md5: 8a1ecea4e1c6417981a863410d0836f6
Enhances: erlang
Homepage: https://github.com/boundary/folsom
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu