LoginSignup
1
1

More than 1 year has passed since last update.

CentOS 7にRuby 3.0をインストール(SCL)

Posted at

はじめに

Software Collection(SCL)を利用してCentOS7にRuby 3.0をインストール
参考:Quick Start — Software Collections

サポート

本手法で導入した場合、Red Hat Software Collections Product Life Cycle - Red Hat Customer Portalより、2024-06がEOLだと思われる。
それ以降に報告された脆弱性や不具合への対応は実施されない可能性がある。

LOG

レポジトリ登録

# yum install -y centos-release-scl

インストール

# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

# yum install -y rh-ruby30 which
# scl enable rh-ruby30 bash
... 略

各種確認

# which ruby
/opt/rh/rh-ruby30/root/usr/bin/ruby

# ruby -v
ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x86_64-linux]

# yum info rh-ruby30
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
 * base: ftp.nara.wide.ad.jp
 * centos-sclo-rh: download.nus.edu.sg
 * centos-sclo-sclo: ftp.nara.wide.ad.jp
 * extras: ftp.nara.wide.ad.jp
 * updates: ftp.nara.wide.ad.jp
Installed Packages
Name        : rh-ruby30
Arch        : x86_64
Version     : 3.7
Release     : 2.el7
Size        : 0.0
Repo        : installed
From repo   : centos-sclo-rh
Summary     : Package that installs rh-ruby30
License     : GPLv2+
Description : This is the main package for rh-ruby30 Software Collection.
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1