Releases are distributed from this server as an APT repository and as direct downloads. Access requires the credentials issued with your licence.
Recommended. Keeps packages updated through your normal system update process.
Replace PRODUCT, USERNAME and PASSWORD with the
values in your welcome email.
curl -fsSL https://packages.algo-logic.com/gpg/algo-logic.asc \
| sudo gpg --dearmor -o /etc/apt/keyrings/algo-logic.gpg
sudo install -m 600 /dev/null /etc/apt/auth.conf.d/algo-logic.conf
sudo tee /etc/apt/auth.conf.d/algo-logic.conf >/dev/null <<'EOF'
machine packages.algo-logic.com
login USERNAME
password PASSWORD
EOF
sudo tee /etc/apt/sources.list.d/algo-logic.sources >/dev/null <<'EOF'
Types: deb
URIs: https://packages.algo-logic.com/apt/PRODUCT
Suites: stable
Components: main
Signed-By: /etc/apt/keyrings/algo-logic.gpg
EOF
sudo apt update
sudo apt install PACKAGE
Archives and standalone .deb files are browsable per product at
https://packages.algo-logic.com/downloads/PRODUCT/.
Your browser will ask for the same username and password. You will only see the
products your licence covers; everything else returns
404.
Every package is signed. Confirm you received the correct key by checking its fingerprint against the one sent to you directly — not against this page.
curl -fsSL https://packages.algo-logic.com/gpg/algo-logic.asc | gpg --show-keys
Downloading the key over HTTPS proves only that you reached this server. The fingerprint is what proves the key is ours, and it is only meaningful if it reached you by a different route.