1
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.

AlmaLinux OS 8にOpenJDK 17をインストール(Amazon Corretto)

Posted at

はじめに

Amazon Correttoを利用してAlmaLinux OS 8にOpenJDK17をインストール
親記事:OpenJDKの各種インストール方法とEOLまとめ
参考:Amazon Corretto Installation Instructions for Debian-Based, RPM-Based and Alpine Linux Distributions - Amazon Corretto

サポート

本手法で導入した場合、よくある質問 - Amazon Corretto | AWSより、2029-10がEOLになると思われる。
それ以降に報告された脆弱性や不具合への対応は実施されない可能性がある。

LOG

インストール

# cat /etc/redhat-release
AlmaLinux release 8.5 (Arctic Sphynx)

# rpm --import https://yum.corretto.aws/corretto.key
# curl -L -o /etc/yum.repos.d/corretto.repo https://yum.corretto.aws/corretto.repo
# yum install -y java-17-amazon-corretto-devel
... 略

各種確認

# which java
/usr/bin/java

# java -version
openjdk version "17.0.1" 2021-10-19 LTS
OpenJDK Runtime Environment Corretto-17.0.1.12.1 (build 17.0.1+12-LTS)
OpenJDK 64-Bit Server VM Corretto-17.0.1.12.1 (build 17.0.1+12-LTS, mixed mode, sharing)
1
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
1
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?