SanyS08

SanyS08

Broken installation of Elixir in Ubuntu from the erlang-solutions.com repositories

For projects, I want to make my base Elixir v 1.13 or higher image with pre-installed utilities based on Ubuntu 22.04. The Ubuntu repositories have Elixir v1.12.
Therefore, I want to install Elixir according to the instructions, the link Erlang and Elixir Packages Download - Erlang Solutions (erlang-solutions.com) can find instructions for installing Elixir on ubuntu . But she doesn’t work.

  1. Now they suggest installing erlang at step 2, and this is where the instruction ends.
  2. Most importantly: the link to the repository specified in step 1 does not work
    http://binaries2.erlang-solutions.com/ubuntu/
    It only starts working when we add a “#” sign before “ubuntu”
    http://binaries2.erlang-solutions.com/#ubuntu/
    But in this form, it does not work all the more. Because the “#” sign in the configuration file is taken as the start of a comment.

@ErlangSolutions can you fix this?

Or am I doing something wrong?

Unfortunately I can’t attach pictures.
Below is the instruction from the website Erlang and Elixir Packages Download - Erlang Solutions

To add Erlang Solutions repository (including our public key for apt-secure) to your system, call the following commands:

adding the repository entry manually

Add one of the following lines to your /etc/apt/sources.list (according to your distribution):

deb http://binaries2.erlang-solutions.com/ubuntu/ jammy-esl-erlang-25 contrib
deb http://binaries2.erlang-solutions.com/debian/ bullseye-elixir-1.15 contrib
deb http://binaries2.erlang-solutions.com/ubuntu/ bionic-mongooseim-6 contrib

To verify which distribution you are running, run “lsb_release -c” in console.

Next, add the Erlang Solutions public key for “apt-secure” using following commands:

wget https://binaries2.erlang-solutions.com/GPG-KEY-pmanager.asc
sudo apt-key add GPG-KEY-pmanager.asc

2. Installing Erlang

Refresh the repository cache and install either the “erlang” package:

sudo apt-get update
sudo apt-get install erlang

or the “esl-erlang” package:

sudo apt-get update
sudo apt-get install esl-erlang

Where Next?

Popular in Questions Top

greenz1
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New
tduccuong
Hi, is there any work on GUI with Elixir, that is similar to Electron/Javascript? My idea is to bundle Phoenix and BEAM into a single se...
New
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
New
vrod
I am using the Starship cross-shell prompt – it seems pretty nice, but I get some errors: [WARN] - (starship::utils): Executing command ...
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
lucidguppy
I have a super simple question about elixir - how would I take a file like this foo bar baz and output a new file that enumerates th...
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New

Other popular topics Top

vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New
TunkShif
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
274 41989 114
New
electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
Fl4m3Ph03n1x
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: ) Hello all, this is ...
New
chrismccord
This release brings a number of exciting features, including integration with the new Phoenix LiveDashboard and Phoenix LiveView. There h...
New
freewebwithme
Using vs code and installed ElixirLS: support and debugger. And I got an error popped up on start up says Failed to run ‘elixir’ comma...
New
vrod
I am using the Starship cross-shell prompt – it seems pretty nice, but I get some errors: [WARN] - (starship::utils): Executing command ...
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New

We're in Beta

About us Mission Statement