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:

Where Next?

Popular in Questions Top

Qqwy
Original source of discussion: This topic on the Pragmatic Programmers’ Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
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
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
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
svb
Hi! Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New

Other popular topics Top

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
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers’ Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
chrismccord
Phoenix 1.4.0 released Phoenix 1.4 is out! This release ships with exciting new features, most notably with HTTP2 support, improved deve...
688 31525 112
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
dblack
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar. I p...
New