Signed apt and dnf repositories for
ht-cli, the
HostTracker command-line client.
curl -fsSL https://hosttracker.github.io/apt/key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/hosttracker.gpg
echo "deb [signed-by=/usr/share/keyrings/hosttracker.gpg] https://hosttracker.github.io/apt stable main" | sudo tee /etc/apt/sources.list.d/hosttracker.list
sudo apt update && sudo apt install ht-cli
sudo curl -fsSL -o /etc/yum.repos.d/hosttracker.repo https://hosttracker.github.io/apt/rpm/hosttracker.repo
sudo dnf install ht-cli
On openSUSE, zypper addrepo https://hosttracker.github.io/apt/rpm/hosttracker.repo
then zypper install ht-cli. On CentOS and older RHEL, yum
in place of dnf.
| Path | What it is |
|---|---|
| dists/stable/ | The apt suite: Release, Release.gpg, InRelease |
| dists/stable/main/binary-{amd64,arm64}/ | Packages and Packages.gz |
| pool/main/h/ht-cli/ | Every published .deb, current and past |
| rpm/ | Signed .rpm files, repodata/, and hosttracker.repo |
| key.gpg, key.asc | The armored public signing key, same bytes under both names |