You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install.markdown
+9-12
Original file line number
Diff line number
Diff line change
@@ -34,22 +34,13 @@ Install Elixir according to your operating system and tool of choice.
34
34
35
35
### GNU/Linux
36
36
37
-
Below we list steps for installing Elixir in different distributions. If your distribution is not listed, you may consider using [version managers](#version-managers).
37
+
Below we list steps for installing Elixir in different distributions. If your distribution is not listed or the steps below do not work, you may consider using [version managers](#version-managers).
38
38
39
39
#### Distributions
40
40
41
41
-**Arch Linux** (Community repository)
42
42
* Run: `pacman -S elixir`
43
43
44
-
-**Debian**
45
-
* The packages in `apt` tend to lag several versions behind. You may use [RabbitMQ Packages](https://launchpad.net/~rabbitmq) outlined below, which are likely newer than `apt`, or use [version managers](#version-managers).
* You may use the default distribution, but those often lag behind: `sudo dnf install elixir erlang`
@@ -67,8 +58,14 @@ Below we list steps for installing Elixir in different distributions. If your di
67
58
* Optional: if you want to use the latest Erlang, you can use this repository: `zypper ar -f obs://devel:languages:erlang:Factory Erlang-Factory`
68
59
69
60
-**Ubuntu**
70
-
* The packages in `apt` tend to lag several versions behind, consider using [install scripts](#install-scripts) instead
71
-
* Alternatively, follow the steps outlined for Debian distributions
61
+
* Use [install scripts](#install-scripts) (or alternatively [version managers](#version-managers))
62
+
* The packages in `apt` tend to lag several versions behind. You may use [RabbitMQ Packages](https://launchpad.net/~rabbitmq) outlined below, which are likely newer than `apt`:
0 commit comments