Question:
How can one install Azul Zulu Builds of OpenJDK on RHEL Linux distribution using repo commands (eg. 'yum')?
Answer:
Installation on RHEL Linux depends on the RHEL version.
-
For RHEL6,7 or Oracle Linux
$ sudo yum install <zulu_package_name>
-
For RHEL8
$ sudo dnf install <zulu_package_name>
For more information on the above solution, please refer to our online document for Install Azul Zulu on RPM-based Linux (RHEL, SLES, Oracle Linux)
Add Comment
Comments
Please sign in to leave a comment.