How to Install erlang-dialyzer in Ubuntu 18.04



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

sudo apt update
sudo apt install erlang-dialyzer

Description:

Erlang/OTP discrepancy analyzer application

Dialyzer is a static analysis tool that identifies software discrepancies such as type errors, unreachable code, unnecessary tests etc. in single Erlang modules or entire (sets of) applications.

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

Version: 1:20.2.2+dfsg-1ubuntu2

Section: universe/interpreters