1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

almalinuxにjdkをインストールしたので備忘録

Posted at

使用OS:Almalinux9

almalinuxにインストールする際は、RPMパッケージにまず以下のリンクから適切なものを選んでインストールする。

almalinuxの場合は、スクリーンショット 2025-07-16 220131.png
一番下のx64 RPM Packageを選んどけばいい
コマンドでwgetして

# wget https://download.oracle.com/java/24/latest/jdk-24_linux-x64_bin.rpm

スクリーンショット 2025-07-16 220446.png

できたら、コマンドで

# dnf install ./jdk-24_linux-x64_bin.rpm

おしまい。

一応確認してね。

# jave --version
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?