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.

RockyLinux 9にOpenJDK 17をインストール(AppStream)

Posted at

はじめに

Application Stream(AppStream)を利用してRockyLinux 9にOpenJDK17をインストール
親記事:OpenJDKの各種インストール方法とEOLまとめ
参考:RHEL での OpenJDK 17 のインストールおよび使用 OpenJDK 17 | Red Hat Customer Portal

サポート

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

LOG

インストール

# cat /etc/redhat-release
Rocky Linux release 9.2 (Blue Onyx)

# yum install java-17-openjdk
... 略

各種確認

# which java
/usr/bin/java

# java -version
openjdk version "17.0.7" 2023-04-18 LTS
OpenJDK Runtime Environment (Red_Hat-17.0.7.0.7-2) (build 17.0.7+7-LTS)
OpenJDK 64-Bit Server VM (Red_Hat-17.0.7.0.7-2) (build 17.0.7+7-LTS, mixed mode, sharing)
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?