Install Ruby and Bundler

Ruby 2.7 or newer is required.

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

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

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.