Support playbook
Support the public website, converter package and APT repository.
Support starts with evidence: command output, package policy, repository URL status and exact package versions.
Repository health
Check public repository files.
These commands confirm that the live repository 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 diagnosis
Check the 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-converter
apt-cache search ^sentinel | sort
Common repository issues
checklist
-
Wrong source file path or old local test source still enabled.
-
Archive key not installed to
/usr/share/keyrings/sentinelos-public-archive-keyring.gpg
.
-
DNS or HTTPS certificate not ready.
-
Package exists locally but has not yet been published in the public repository.