{% comment %} Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} Ruby 2.7 or newer is required. h2. Red Hat, AlmaLinux, and Rocky Linux Version 8 of these distributions provides Ruby 2.7. You can install it by running:
# dnf module enable ruby:2.7
# dnf install --enablerepo=devel ruby ruby-devel
h2. Debian and Ubuntu All supported versions of Debian and Ubuntu include a version of Ruby you can use with Arvados.
# apt --no-install-recommends install ruby ruby-dev