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

dotdotdotPaul
Okay, I'm having a heck of a time trying to figure out how to best handle the validation of belongs_to associations in Ecto. I'm sure I'...
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
quazar
How to set Jason to encode all fields in ecto schema, I don’t care about security and implementing only is taking long list of attributes...
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
polypush135
As many of you may have realized by now (sorry for all the posts here) I’ve been working on a db problem where I’m trying to aggregate a ...
New
script
If I have a string “1000 cfu/ml” . I want to remove the characters and / and space . So the string is like this "1000" What is the ...
New
wernerlaude
In AR this is so simple @articles = current_user.articles How to do in Ecto? def index(conn, _params) do current_user = conn.assig...
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
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
idi527
I’ve been re-reading swift book again and noticed that multiline strings there don’t have a trailing line break, unlike in elixir iex(2)...
New

Other popular topics 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
William
I would like to know that is there any online source for learning Phoenix Framework for building E-Commerce Store? Any advantage on build...
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
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
joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 record...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
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
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
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
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...
273 38985 115
New

We're in Beta

About us Mission Statement