hvywhppngcrm

hvywhppngcrm

Package managers with latest Elixir version on Linux Mint?

I have linux mint on my machine, but when I tried to install elixir with apt, I found that only elixir 1.1 is on apt. But the latest is at least 1.6

After looking around, it seems that many other package managers have out of date versions of elixir.

Which package managers keep up to date with elixir releases?

Most Liked

pedromvieira

pedromvieira

It really easy with ASDF.
Simple instructions:

## ASDF
## Install ASDF
# https://github.com/asdf-vm/asdf
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.4.3

# do extra ASDF requirements

## Install plugins
asdf plugin-add erlang https://github.com/asdf-vm/asdf-erlang.git
asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
asdf plugin-add nodejs https://github.com/asdf-vm/asdf-nodejs.git

# do extra plugins requirements

## General ASDF Plugin Install
asdf plugin-update --all
asdf list-all PLUGIN
asdf install PLUGIN VERSION
asdf global PLUGIN VERSION
karmajunkie

karmajunkie

I think most people use a version manager like asdf or kerl for that sort of thing. I never really use apt anymore for Feb dependencies i really care about, at least not in my dev machine.

OvermindDL1

OvermindDL1

Add the erlang solutions repository and your apt will be up to date. The ubuntu repo’s are rarely up to date (with hardly anything). :slight_smile:

NobbZ

NobbZ

Not the package managers have stuff in their repositories, but the distributions maintainers do.

For many distributions you can have community repositories additionally to the dsitributions ones, but those can massively affect the stability of the system.

The only distributions so far that I have seen that keep up with any versions were Gentoo, Funtoo and Arch, perhaps some derivates of those. But these three usually do not lack more than a week behind, and if they do, they usually have reasons for this.

Just take a closer look at your system. Elixir is probably not the only thing years behind. There is probably a lot more stuff.

shanesveller

shanesveller

You can get an excellent, objective, distribution-agnostic breakdown by looking at Repology:

https://repology.org/metapackage/elixir/versions

Where Next?

Popular in Questions Top

Tee
can someone please explain to me how Enum.reduce works with maps
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
albydarned
Hello all! I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
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
Jim
As a follow up to my earlier question: I have the code compiling and running but not getting a successful login from the rest server. ...
New
fireproofsocks
I’m working on defining a simple Ecto schema for a table (in PostGres), but I don’t see where I can define a column as NOT NULL. Conside...
New
mgjohns61585
Could someone help me? I'm making my first elixir program, number guessing game. I can't figure out how to convert the user's guess from ...
New
johnnyicon
Hi all, I've just started learning Elixir and Phoenix Framework, so please pardon my n00bness at this stage. I'm trying to use Postg...
New
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New

Other popular topics Top

Qqwy
Update: How to use the Blogs & Podcasts section You can post links to your blog posts or podcasts either in one of the Official Blog...
3268 119930 1237
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
jononomo
I am trying to figure out how Mix knows whether the environment is test, dev, or prod -- where is this set? Thanks.
New
nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
chrismccord
As promised, the first release candidate of Phoenix 1.3.0 is out! This release focuses on code generators with improved project structure...
New
johnnyicon
Hi all, I've just started learning Elixir and Phoenix Framework, so please pardon my n00bness at this stage. I'm trying to use Postg...
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
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
josevalim
Hi everyone, One of the features added to Elixir early on to help integration with Erlang code was the idea of overridable function defi...
New
AstonJ
by Lance Halvorsen Elixir and Phoenix are generating tremendous excitement as an unbeatable platform for building modern web application...
460 27162 124
New

We're in Beta

About us Mission Statement