Install Ruby and Bundler

Ruby 2.7 or newer is required.

Alma/CentOS/Red Hat/Rocky

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

Debian and Ubuntu

Debian 11 (bullseye) and Ubuntu 20.04 (focal) and later ship with Ruby 2.7 or newer, which is sufficient for Arvados.

# apt-get --no-install-recommends install ruby ruby-dev

Previous: Install PostgreSQL 9.4+ Next: Install Nginx

The content of this documentation is licensed under the Creative Commons Attribution-Share Alike 3.0 United States licence.
Code samples in this documentation are licensed under the Apache License, Version 2.0.