tamnd Linux package repository

apt and dnf packages for the command line tools yomi, kage, tori, aki, ami, and ccrawl. The repository is GPG signed; the public key is at gpg.key.

Debian, Ubuntu (apt)

curl -fsSL https://tamnd.github.io/linux-repo/gpg.key \
  | sudo gpg --dearmor -o /usr/share/keyrings/tamnd.gpg

echo "deb [signed-by=/usr/share/keyrings/tamnd.gpg] https://tamnd.github.io/linux-repo/apt stable main" \
  | sudo tee /etc/apt/sources.list.d/tamnd.list

sudo apt update
sudo apt install yomi kage tori aki ami ccrawl

Fedora, RHEL, openSUSE (dnf)

sudo dnf config-manager --add-repo https://tamnd.github.io/linux-repo/dnf/tamnd.repo
sudo dnf install yomi

On older systems use dnf install 'dnf-command(config-manager)' first, or drop tamnd.repo into /etc/yum.repos.d/ by hand.

Updates

New versions arrive through the normal apt upgrade / dnf upgrade. The repository is rebuilt automatically whenever a tool publishes a release, never on a timer.

Other platforms

macOS: brew install tamnd/tap/<tool> · Windows: scoop bucket add tamnd https://github.com/tamnd/scoop-bucket · anywhere: go install or the container image on GHCR.