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
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -52,11 +52,6 @@ Below we list steps for installing Elixir in different distributions. If your di
52
52
-**GNU Guix**
53
53
* Run: `guix package -i elixir`
54
54
55
-
-**openSUSE (and SLES)**
56
-
* Add Elixir/Erlang repository: `zypper ar -f obs://devel:languages:erlang/ Elixir-Factory`
57
-
* Run: `zypper in elixir`
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`
59
-
60
55
-**Ubuntu**
61
56
* Use [install scripts](#install-scripts) (or alternatively [version managers](#version-managers))
62
57
* 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