Debian Trinity Repository Installation Instructions
This page provides instructions to install, upgrade or remove Trinity Desktop Environment on your Debian system.
Available versions
TDE R14.x.y series
Stable versions
Packages for stable versions are available for the following Debian distributions (green rows indicates latest version):
Version | Architectures | Notes |
---|---|---|
12.x - bookworm | amd64, i386, ppc64el, arm64, armhf | |
11.x - bullseye | amd64, i386, ppc64el, arm64, armhf | |
10.x - buster | amd64, i386, ppc64el, arm64, armhf | |
armel | up to R14.0.13 | |
9.x - stretch | amd64, i386, ppc64el, arm64, armhf | up to R14.1.1 |
armel | up to R14.0.13 | |
8.x - jessie | amd64, i386, ppc64el, arm64, armhf, armel | up to R14.0.11 |
7.x - wheezy | amd64, i386, armhf, armel | up to R14.0.10 |
6.x - squeeze | amd64, i386, armel | up to R14.0.6 |
Rolling versions
Rolling builds are available for a broader set of versions, including testing and sid.
- Preliminary Stable Builds - rolling version of current stable branch (maintenance releases)
- Preliminary Testing Builds - rolling version of main development branch (major/minor releases)
TDE v3.5.13.x
Configure the package manager
Add the following lines to your /etc/apt/sources.list file.

TDE R14.1.x series
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.1.x <your-distribution-release-name> main deps
# Optional sources
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.1.x <your-distribution-release-name> main deps
TDE R14.0.x series
TDE v3.5.13.x
Import GPG signing key
The best way to install GPG key is to manually download and install package trinity-keyring
. The advantage is that this method of installation is not dependent on the availability of the key server. Another advantage is that the key is not integrated into the global apt keyring, but is installed as a separate file:
$ wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb
$ sudo dpkg -i trinity-keyring.deb
Install Trinity
- If you are doing a fresh TDE installation, please follow the steps listed below.
- If you are upgrading from an existing version, please follow the instruction under the upgrading section.
Fresh installation
The following steps are suggested for installing the latest version.

TDE R14.x.y series
$ sudo apt-get update
$ sudo aptitude install tde-trinity
TDE v3.5.13.2
Localization

$ sudo aptitude install tde-i18n-cs-trinity
Upgrading from an existing installation
The following steps are suggested for upgrading to the latest version.

$ sudo apt-get update
$ sudo aptitude full-upgrade
This will upgrade TDE to the newer version and should complete smoothly.
If you are upgrading from an existing R14.0.x installation, you are done.
If you are upgrading from v3.5.13.x, after these two steps some dummy packages may still be installed on your system and could be safely removed.
Removing Trinity

Removing the Trinity Desktop Environment involves the following four steps:
- Uninstalling packages
- Removing the Trinity repository from the list of available package sources
- Cleaning up the package cache
- Removing left-over files from your home directory