kraades

kraades

Installing Elixir on Ubuntu 15.10

If I try to install on Ubuntu 15.10 I get the error message below.

Any ideas?

The following packages have unmet dependencies:
 esl-erlang : Depends: libssl0.9.8 but it is not installable
              Recommends: erlang-mode but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

First Post!

AstonJ

AstonJ

Have you tried installing libssl-dev first?

I’m not that familiar with Ubuntu but I guess with something like:

sudo apt-get install libssl-dev

Most Liked

hilarycheng

hilarycheng

I think you’re better to use kiex and kerl to manage the Elixir / Erlang version.

Since quite a number of libraries are depending the newer version Elixir

mkunikow

mkunikow

First as I remember Ubuntu had outdated Erlang.
To install the latest erlang http://devblog.avdi.org/2013/07/05/installing-elixir-on-ubuntu-13-04/

Second you don’t need to install Elxiir. You can download binary files and add location to your path.

This is how you can have the latest setup.

PS
Now I am running http://neon.kde.org/ :slight_smile:

mkunikow

mkunikow

Off topic:
If you want cool console for kde try Yakuake

If you want cool shell try Oh My Fish

And you will never back to windows OS again :smiley:

Last Post!

maritza05

maritza05

This actually worked for me:
To fix the error with esl-erlang

echo 'deb https://packages.erlang-solutions.com/ubuntu xenial contrib' | sudo tee -a /etc/apt/sources.list

wget https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc

sudo apt-key add erlang_solutions.asc

sudo apt update && sudo apt install esl-erlang

And then I could install elixir:

sudo apt-get install elixir

Where Next?

Popular in Questions Top

vonH
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
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
jay1
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New
pmjoe
I have a relationship of love and hate with Elixir. Lots of things are just absolutely right, but there are some things that are kind of ...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
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

Other popular topics Top

lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
msaraiva
Surface is an experimental library built on top of Phoenix LiveView and its new LiveComponent API that aims to provide a more declarative...
564 44265 214
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
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 42716 114
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

We're in Beta

About us Mission Statement