Skip to content

Commit

Permalink
Debian/Ubuntu alternate (#1705)
Browse files Browse the repository at this point in the history
  • Loading branch information
naxels authored Jul 18, 2023
1 parent 99d6e43 commit aa11be6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions install.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit aa11be6

Please sign in to comment.