Debian / Ubuntu¶
Install Trident on Debian, Ubuntu, and derivatives (Linux Mint, Pop!_OS, Kali, Raspberry Pi OS) using APT.
Automatic Setup¶
The repository setup script handles everything:
Then install:
Manual Setup¶
If you prefer to configure the repository manually:
1. Install prerequisites¶
2. Import the GPG signing key¶
sudo mkdir -p /usr/share/keyrings
curl -fsSL https://pkg.trident-cache.com/gpg \
| sudo gpg --dearmor -o /usr/share/keyrings/trident-archive-keyring.gpg
3. Add the repository¶
echo "deb [signed-by=/usr/share/keyrings/trident-archive-keyring.gpg] https://pkg.trident-cache.com/apt stable main" \
| sudo tee /etc/apt/sources.list.d/trident.list
4. Install¶
Verify Installation¶
Next Steps¶
- Configuration — edit
/etc/trident/config.toml - Service Management — start and enable the systemd service