Azul Zulu Java
nstall from Azul RPM repository
This section shows how to set up Azul’s RPM repository and install Azul Zulu using your package manager.
The Azul RPM repository provides packages for the following architectures:
CPU architecture | Azul Zulu versions |
---|---|
x86 | 7, 8, 11, 13, 15, 17, 18 |
arm64 | 8, 11, 15, 17, 18 |
Note | The Azul repository contains RPM packages for the x86 and arm64 architectures. If your machine has a different CPU architecture (for example, arm32), consider installing the appropriate TAR.GZ package. You can find TAR.GZ packages for all supported platforms on the Downloads page. |
Installing with a package manager requires root
privileges. Log in as root
or use sudo
to execute the commands listed below.
Set up the Azul RPM repository.
For RHEL or Fedora Linux:
Install the required Azul Zulu package.
For RHEL or Fedora
The default installation folder is:
For example, the default installation folder for Azul Zulu JDK 11 is:
(Optional) You may want to add the
<installation_folder>/bin
to yourPATH
environment variable so you can runjava
without typing the full path.Your Java version in use remains the same unless you explicitly change it. Use this command to list the installed Java versions on your system:
Last updated