Support playbook
Support the public website, conversion bundle and APT repository.
Support starts with evidence: command output, package policy, repository URL status and exact package versions.
Repo healthCheck public repo files.
These commands confirm the live repo endpoint and archive key are reachable.
curl -I https://repo.sentinellinux.org/dists/stable/InRelease
curl -I https://repo.sentinellinux.org/dists/stable/main/binary-amd64/Packages.gz
curl -I https://repo.sentinellinux.org/keys/sentinelos-archive-key.asc
APT diagnosisCheck local apt state.
Use these when a package cannot be found, cannot be downloaded, or the wrong version is selected.
cat /etc/apt/sources.list.d/sentinelos.list
sudo apt update
apt-cache policy sentinel-browser sentinel-program-manager sentinelos-public-converter
apt-cache search ^sentinel | sort
Common repo issues
checklist- Wrong source file path or old local test source still enabled.
- Archive key not installed to
/usr/share/keyrings/sentinelos-archive-keyring.gpg. - DNS or HTTPS certificate not ready.
- Package exists locally but has not yet been published in the public repo.