mix

Build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more. More information: <https://hexdocs.pm/mix>.

Debian Debian
RUN apt-get update && \ apt-get install -y elixir
Ubuntu
RUN apt-get update && \ apt-get install -y elixir
Alpine
RUN apk add elixir
Arch Arch Linux
RUN pacman -S --noconfirm elixir
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y elixir
Fedora
RUN dnf install -y elixir
Raspbian
RUN apt-get update && \ apt-get install -y elixir
click the source code to copy install mix on any operating system with command-not-found.com