File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,16 @@ Keep in mind that each Elixir version supports specific Erlang/OTP versions. [Se
52
52
* Run: ` pacman -S elixir `
53
53
54
54
- ** 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
+ ```
56
65
57
66
- ** Fedora 21 (and older)**
58
67
* Run: ` yum install elixir`
@@ -81,7 +90,7 @@ Keep in mind that each Elixir version supports specific Erlang/OTP versions. [Se
81
90
* Run: ` eopkg install elixir`
82
91
83
92
- ** Ubuntu**
84
- * Run: ` sudo apt-get install elixir `
93
+ * Run: ` sudo apt install elixir`
85
94
86
95
- ** Void Linux**
87
96
* Run: ` xbps-install -S elixir`
You can’t perform that action at this time.
0 commit comments