Download New! Java Jre Linux May 2026
Install directly from the official repositories using pacman : sudo pacman -S jre-openjdk Use code with caution. 4. Manual Installation (Universal .tar.gz)
Most modern Linux users prefer installing Java via the system's package manager rather than a manual download. Ubuntu / Debian / Linux Mint For the standard open-source version, use apt : sudo apt update sudo apt install openjdk-25-jre Use code with caution. download java jre linux
For headless environments (servers without a GUI), use java-25-openjdk-headless . Arch Linux / Manjaro Install directly from the official repositories using pacman