Debian & Ubuntu
For some applications a .deb package is available. It is access using the Fortified ID installation repo. Example is provided using Ubuntu.
Requirements
Installing java
sudo apt install gnupg ca-certificates curl
curl -s https://repos.azul.com/azul-repo.key | sudo gpg --dearmor -o /usr/share/keyrings/azul.gpg
echo "deb [signed-by=/usr/share/keyrings/azul.gpg] https://repos.azul.com/zulu/deb stable main" | sudo tee /etc/apt/sources.list.d/zulu.list
sudo apt update
sudo apt install zulu21-jre
Adding trust to repo signature
Selecting repo
Adding repo
Adding authentication
Verify
Last updated