How to Install erlang-mnesia in Ubuntu 18.04



Install erlang-mnesia by entering the following commands in the terminal:

sudo apt update
sudo apt install erlang-mnesia

Description:

Erlang/OTP distributed relational/object hybrid database

Mnesia is a distributed Database Management System (DBMS), appropriate for telecommunications applications and other Erlang applications which require continuous operation and exhibit soft real-time properties.

Homepage: http://www.erlang.org/

Version: 1:20.2.2+dfsg-1ubuntu2

Section: interpreters