Skip to content

FreeBSD

Install Trident on FreeBSD using pkg.

Note

FreeBSD packages are currently available for amd64 only.

Automatic Setup

The repository setup script handles everything:

curl -sSL https://pkg.trident-cache.com/setup | sudo sh

Then install:

sudo pkg install trident

Manual Setup

1. Add the repository

Create /usr/local/etc/pkg/repos/trident.conf:

trident: {
    url: "https://pkg.trident-cache.com/freebsd/amd64",
    enabled: yes
}

2. Install

sudo pkg update
sudo pkg install trident

Verify Installation

trident --version

Next Steps