dwyl / learn-elixir

:droplet: Learn the Elixir programming language to build functional, fast, scalable and maintainable web applications!
1.6k stars 107 forks source link

Ubuntu debian package needs update to 2.0 #169

Closed SteveKrzysiak closed 2 years ago

SteveKrzysiak commented 2 years ago

The current instructions point at an old debian erlang package, current erlang docs point to the 2.0:

wget https://packages.erlang-solutions.com/erlang-solutions_2.0_all.deb && sudo dpkg -i erlang-solutions_2.0_all.deb

This results in this error on ubuntu 20.04:

The following packages have unmet dependencies:
 esl-erlang : Depends: libssl0.9.8 but it is not installable
              Depends: libwxbase2.8-0 but it is not installable
              Depends: libwxgtk2.8-0 but it is not installable
E: Unable to correct problems, you have held broken packages.
nelsonic commented 2 years ago

Fixed by #170