borgauf
Install fails for Ubuntu 21.04
Apparently the install repository isn’t updated for Ubuntu 21.04 yet?
wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb && sudo dpkg -i erlang-solutions_2.0_all.deb
produces a “no release candidate” error on my U21.04. Then
sudo apt-get install esl-erlang
also fails with
Unable to locate package esl-erlang
Please advise.
Please advise.
Most Liked
slouchpie
Have you tried using asdf? GitHub - asdf-vm/asdf: Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more
spapas
For whoever stumbles upon this while trying to install erlang/elixir to an ubuntu based distro
It seems that the people at erlang-solutions have stopped caring; their packages are completely broken. Do not, I repeat, do not lose time trying to install erlang using the repo from erlang-solutions.
Instead just bite the bullet and use asdf. It works flawlessly!
aschrijver
Can confirm this on Ubuntu 22.04 and installed instead using asdf as advised. Could the Elixir website be updated to reflect this? It would have saved a bunch of time ![]()
Sebb
please try again to download and install erlang-solutions_2.0_all.deb.
The package is available and valid, should definitely install on ubuntu.
after that you need to
sudo apt-get update
before you install erlang.
see Installing Elixir - The Elixir programming language
I would not recommend ASDF for the first steps.
stratacast
Also doing a +1 for asdf. Makes it so easy to dev for different versions of Elixir and Erlang







