File tree 1 file changed +15
-0
lines changed
en/documentation/installation
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Here are available installation methods:
40
40
* [ Debian, Ubuntu] ( #apt )
41
41
* [ CentOS, Fedora, RHEL] ( #yum )
42
42
* [ Snap] ( #snap )
43
+ * [ Exherbo Linux] ( #cave )
43
44
* [ Gentoo] ( #portage )
44
45
* [ Arch Linux] ( #pacman )
45
46
* [ macOS] ( #homebrew )
@@ -123,6 +124,20 @@ $ sudo snap switch ruby --channel=2.3/stable
123
124
$ sudo snap refresh
124
125
{% endhighlight %}
125
126
127
+ ### cave (Exherbo Linux)
128
+ {: #cave}
129
+
130
+ Exherbo Linux uses a package manager named cave.
131
+ To get Ruby, just do this:
132
+
133
+ {% highlight sh %}
134
+ $ sudo cave resolve -x ruby
135
+ {% endhighlight %}
136
+
137
+ This should install the latest stable Ruby version.
138
+
139
+ To install a specific version, check those available with ` cave show ruby ` .
140
+ Then use, for example: ` cave resolve -x ruby:3.2 `
126
141
127
142
### portage (Gentoo)
128
143
{: #portage}
You can’t perform that action at this time.
0 commit comments