APT
Debian / Ubuntu
curl -fsSL https://repos.tacitsoft.dev/keys/tacitsoft.gpg \
| sudo tee /usr/share/keyrings/tacitsoft.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/tacitsoft.gpg] https://repos.tacitsoft.dev/apt stable main" \
| sudo tee /etc/apt/sources.list.d/tacitsoft.list
sudo apt update && sudo apt install <tool>