Andrew Fletcher published: 9 April 2019 (updated) 10 April 2019 1 minute read
To add Erlang repository that also includes the public key for verifying signed package, use the following shell commands:
wget https://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpmrpm -Uvh erlang-solutions-1.0-1.noarch.rpm
Install Erland
yum install erlang
Check that Erland has been installed enter the command (case sensitive)
erl
If the Erland package has been successfully installed terminal will be output something like
Erlang/OTP 21 [erts-10.3.2] [source] [64-bit] [smp:48:8] [ds:48:8:10] [async-threads:1] [hipe]