From aa11be600f78a70e6e3832551840ba12f83fb565 Mon Sep 17 00:00:00 2001 From: Patrick van de Glind Date: Tue, 18 Jul 2023 15:01:30 +0200 Subject: [PATCH] Debian/Ubuntu alternate (#1705) --- install.markdown | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/install.markdown b/install.markdown index 5c481ddc7..90e0eb55b 100644 --- a/install.markdown +++ b/install.markdown @@ -52,7 +52,16 @@ Keep in mind that each Elixir version supports specific Erlang/OTP versions. [Se * Run: `pacman -S elixir` - **Debian** - * Run: `sudo apt-get install elixir` + * Run: `sudo apt install elixir` + + - **Debian** (and **Ubuntu**) alternative + * Use the [RabbitMQ Packages](https://launchpad.net/~rabbitmq) (might not be up-to-date however likely newer than the distribution) + + ```bash + $ sudo add-apt-repository ppa:rabbitmq/rabbitmq-erlang + $ sudo apt update + $ sudo apt install elixir + ``` - **Fedora 21 (and older)** * Run: `yum install elixir` @@ -81,7 +90,7 @@ Keep in mind that each Elixir version supports specific Erlang/OTP versions. [Se * Run: `eopkg install elixir` - **Ubuntu** - * Run: `sudo apt-get install elixir` + * Run: `sudo apt install elixir` - **Void Linux** * Run: `xbps-install -S elixir`