Download Red Hat build of OpenJDK

The Red Hat build of OpenJDK is an open source implementation of the Java Platform, Standard Edition (Java SE).

Other Linux

Red Hat build of OpenJDK is available only on Windows and RHEL.
However, there’s Temurin, a version of OpenJDK that Red Hat actively contribute to that’s available for Debian and RPG Linux.

Debian/Ubuntu - Install the latest LTS version:

apt-get install temurin-17-jdk


CentOS/RHEL/Fedora - Install the latest LTS version:

yum install temurin-17-jdk


openSUSE/SLES - Install the latest LTS version:

zypper install temurin-17-jdk


Alternate Options: 
 

SDKMAN:

sdk install java 17.0.5-tem


Chocolatey:

choco install temurin