0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Rocky Linux 8にOpenJDK 8(1.8)をインストール(AppStream)

Posted at

はじめに

Application Stream(AppStream)を利用してRocky Linux 8にOpenJDK8(1.8)をインストール
親記事:OpenJDKの各種インストール方法とEOLまとめ
参考:RHEL8のパッケージ構成 - BaseOSとApplication Stream - 赤帽エンジニアブログ

サポート

本手法で導入した場合、Red Hat Enterprise Linux 8 Application Streams Life Cycle - Red Hat Customer Portalより、2026-05がEOLだと思われる。
[OpenJDK ライフサイクルおよびサポートポリシー - Red Hat Customer Portal] (https://access.redhat.com/ja/articles/1457743)の内容とも合致する期日になっている。
それ以降に報告された脆弱性や不具合への対応は実施されない可能性がある。

note

  • openjdkはmoduleではなく、バージョン+パッケージ名で別れているだけの模様

LOG

インストール

# cat /etc/redhat-release
Rocky Linux release 8.5 (Green Obsidian)

# yum install -y java-1.8.0-openjdk
... 略

各種確認

# which java
/usr/bin/java

# java -version
openjdk version "1.8.0_312"
OpenJDK Runtime Environment (build 1.8.0_312-b07)
OpenJDK 64-Bit Server VM (build 25.312-b07, mixed mode)
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?