Skip to content

Commit aa11be6

Browse files
authored
Debian/Ubuntu alternate (#1705)
1 parent 99d6e43 commit aa11be6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

install.markdown

+11-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,16 @@ Keep in mind that each Elixir version supports specific Erlang/OTP versions. [Se
5252
* Run: `pacman -S elixir`
5353

5454
- **Debian**
55-
* Run: `sudo apt-get install elixir`
55+
* Run: `sudo apt install elixir`
56+
57+
- **Debian** (and **Ubuntu**) alternative
58+
* Use the [RabbitMQ Packages](https://launchpad.net/~rabbitmq) (might not be up-to-date however likely newer than the distribution)
59+
60+
```bash
61+
$ sudo add-apt-repository ppa:rabbitmq/rabbitmq-erlang
62+
$ sudo apt update
63+
$ sudo apt install elixir
64+
```
5665

5766
- **Fedora 21 (and older)**
5867
* Run: `yum install elixir`
@@ -81,7 +90,7 @@ Keep in mind that each Elixir version supports specific Erlang/OTP versions. [Se
8190
* Run: `eopkg install elixir`
8291

8392
- **Ubuntu**
84-
* Run: `sudo apt-get install elixir`
93+
* Run: `sudo apt install elixir`
8594

8695
- **Void Linux**
8796
* Run: `xbps-install -S elixir`

0 commit comments

Comments
 (0)