File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
en/documentation/installation Expand file tree Collapse file tree 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:
4040 * [ Debian, Ubuntu] ( #apt )
4141 * [ CentOS, Fedora, RHEL] ( #yum )
4242 * [ Snap] ( #snap )
43+ * [ Exherbo Linux] ( #cave )
4344 * [ Gentoo] ( #portage )
4445 * [ Arch Linux] ( #pacman )
4546 * [ macOS] ( #homebrew )
@@ -123,6 +124,20 @@ $ sudo snap switch ruby --channel=2.3/stable
123124$ sudo snap refresh
124125{% endhighlight %}
125126
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 `
126141
127142### portage (Gentoo)
128143{: #portage}
You can’t perform that action at this time.
0 commit comments