Debian
Follow the instructions for your release. If you are using a newer release than the ones listed then use the builds for the most recent prior version.
Debian 13 (trixie)
Run the following commands to install the repository public key, APT data source dtee-debian-trixie.list and then dtee:
wget https://dtee.bin.uuid.uk/debian/repo-key.gpg \
-O /etc/apt/keyrings/dtee.gpg
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/dtee.gpg]" \
"https://dtee.bin.uuid.uk/debian/ trixie main" \
>/etc/apt/sources.list.d/dtee.list
apt update
apt install dtee
Debian 12 (bookworm)
Run the following commands to install the repository public key, APT data source dtee-debian-bookworm.list and then dtee:
wget https://dtee.bin.uuid.uk/debian/repo-key.gpg \
-O /etc/apt/keyrings/dtee.gpg
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/dtee.gpg]" \
"https://dtee.bin.uuid.uk/debian/ bookworm main" \
>/etc/apt/sources.list.d/dtee.list
apt update
apt install dtee
Debian 11 (bullseye)
Run the following commands to install the repository public key, APT data source dtee-debian-bullseye.list and then dtee:
mkdir -m 0755 -p /etc/apt/keyrings
wget https://dtee.bin.uuid.uk/debian/repo-key.gpg \
-O /etc/apt/keyrings/dtee.gpg
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/dtee.gpg]" \
"https://dtee.bin.uuid.uk/debian/ bullseye main" \
>/etc/apt/sources.list.d/dtee.list
apt update
apt install dtee