Signed Debian packages for TruthDB.
amd64 only.
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://truthdb.github.io/apt/pubkey.asc \
| sudo gpg --dearmor -o /etc/apt/keyrings/truthdb-archive-keyring.gpg
sudo chmod a+r /etc/apt/keyrings/truthdb-archive-keyring.gpg
echo "deb [signed-by=/etc/apt/keyrings/truthdb-archive-keyring.gpg] \
https://truthdb.github.io/apt $(. /etc/os-release && echo $VERSION_CODENAME) main" \
| sudo tee /etc/apt/sources.list.d/truthdb.list
sudo apt-get update
sudo apt-get install truthdb-server truthdb-cli
truthdb-server — the daemon, its systemd unit, and a truthdb system user. Listens on TCP/9623. Config at /etc/truthdb/truthdb.toml; data at /var/lib/truthdb.truthdb-cli — the command-line client and REPL.systemctl status truthdb
truthdb-cli --help
Source: github.com/Truthdb/apt