LoginSignup
0
0

More than 3 years have passed since last update.

RHEL 8 で Ruby 2.5 から Ruby 2.6 へアップグレード(AppStream)

Posted at

はじめに

Application Stream(AppStream)を利用してRHEL8にRuby2.6をアップグレードインストール
参考:ユーザー空間コンポーネントのインストール、管理、および削除 Red Hat Enterprise Linux 8 | Red Hat Customer Portal

サポート

各Streamのサポート期間はRed Hat Enterprise Linux 8 Application Streams Life Cycle - Red Hat Customer Portalを参照。
それ以降に報告された脆弱性や不具合への対応は実施されない可能性がある。

LOG

Ruby2.5(default)インストール

# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.1 (Ootpa)

# yum install -y ruby
... 略

# ruby -v
ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux]

Stream切り替え

# yum distro-sync
# yum module reset ruby
# yum module enable ruby:2.6
# yum distro-sync

# ruby -v
ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-linux]
0
0
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
0
0