HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

kerl — Build and install Erlang/OTP instances with ease. More information: <https://github.com/kerl/kerl>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
erlangotpkerlcommandbuildandinstallcli

Problem

How to use the kerl command: Build and install Erlang/OTP instances with ease. More information: <https://github.com/kerl/kerl>.

Solution

kerl — Build and install Erlang/OTP instances with ease. More information: <https://github.com/kerl/kerl>.

Build and install an Erlang/OTP version in a directory:
kerl build-install {{28.0}} {{28.0}} {{path/to/installation_directory}}/{{28.0}}


Activate an Erlang/OTP installation:
. {{path/to/installation}}/activate


Deactivate the current Erlang/OTP installation:
kerl_deactivate


List all available Erlang/OTP releases:
kerl list releases


List installed Erlang/OTP builds:
kerl list installations

Code Snippets

Build and install an Erlang/OTP version in a directory

kerl build-install {{28.0}} {{28.0}} {{path/to/installation_directory}}/{{28.0}}

Activate an Erlang/OTP installation

. {{path/to/installation}}/activate

Deactivate the current Erlang/OTP installation

kerl_deactivate

List all available Erlang/OTP releases

kerl list releases

List installed Erlang/OTP builds

kerl list installations

Context

tldr-pages: common/kerl

Revisions (0)

No revisions yet.