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

A user name and a credentials file provided by Fortified ID or a, by Fortified ID, approved partner.

A user on local system with appropriate privileges or sudo access.

Installing java

By performing commands below you can installa Azul JAVA JRE

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

In terminal run:

Selecting repo

3 repos are available:

https://fortifiedid.jfrog.io/artifactory/debian - includes both RC and stable

https://fortifiedid.jfrog.io/artifactory/release-debian-local - includes stable

https://fortifiedid.jfrog.io/artifactory/candiate-debian-local -includes RC's

Adding repo

In terminal run:

Adding authentication

In terminal run

Verify

Verify by running:

No errors should occur.

Last updated