2 Copyright (C) The Arvados Authors. All rights reserved.
4 SPDX-License-Identifier: CC-BY-SA-3.0
7 Ruby 2.7 or newer is required.
9 h2. Red Hat, AlmaLinux, and Rocky Linux
11 Version 8 of these distributions provides Ruby 2.7. You can install it by running:
14 <pre><code># <span class="userinput">dnf module enable ruby:2.7</span>
15 # <span class="userinput">dnf install --enablerepo=devel ruby ruby-devel</span></code></pre>
20 All supported versions of Debian and Ubuntu include a version of Ruby you can use with Arvados.
23 <pre><code># <span class="userinput">apt --no-install-recommends install ruby ruby-dev</span></code></pre>