Debian Trinity Repository Installation Instructions

From Trinity Desktop Project Wiki
Revision as of 09:35, 18 June 2017 by imported>SlavekB (Update section for Stretch, add preliminary section for Buster)
Jump to navigation Jump to search


On this page you can read the instructions to install or upgrade Trinity Desktop Environment on your Debian system.


Add these lines to your /etc/apt/sources.list file

NOTE: deb-src lines following are optional.

For Buster (Debian 10.x)

TDE R14.0.4

Buster (Debian 10.x) is not yet a stable release and it is subjected to continuous changes. Therefore there is no official TDE support for it, although TDE runs smoothly in Buster. If you are interested in installing TDE in a Buster environment, you can use the preliminary packages for the next R14.0.5 release.
Please refer to the Preliminary Stable Builds page for further instructions.


For Stretch (Debian 9.x)

TDE R14.0.4

For Stretch (Debian 9.x), although it is already released, currently there is no official version of TDE available, although TDE runs smoothly in Stretch. If you are interested in installing TDE in a Stretch environment, you can use the preliminary packages for the next R14.0.5 release. Please refer to the Preliminary Stable Builds page for further instructions.


For Jessie (Debian 8.x)

TDE R14.0.4

deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian jessie main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian jessie main
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian jessie main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian jessie main


For Wheezy (Debian 7.x)

TDE R14.0.4

deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian wheezy main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian wheezy main
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian wheezy main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian wheezy main

TDE v3.5.13.2

deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/debian wheezy main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/debian wheezy main
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/debian wheezy main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/debian wheezy main


For Squeeze (Debian 6.x)

TDE R14.0.4

deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian squeeze main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian squeeze main
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian squeeze main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian squeeze main

TDE v3.5.13.2

deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/debian squeeze main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/debian squeeze main
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/debian squeeze main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/debian squeeze main


For Lenny (Debian 5.0)

TDE v3.5.12

deb http://mirror.ppa.trinitydesktop.org/trinity/trinity/debian lenny main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity/debian lenny main
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps/debian lenny main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps/debian lenny main


Add the GPG signing key

sudo apt-key adv --keyserver keyserver.quickbuild.io --recv-keys F5CFC95C

Install Trinity

If you are doing a fresh TDE installation, please follow the steps listed below.
If you are upgrading from version 3.5.13.x, please follow the instruction under the upgrade section.

TDE R14.0.4

sudo apt-get update
sudo aptitude install tde-trinity

TDE v3.5.13.2 / TDE v3.5.12 (Lenny only)

sudo apt-get update
sudo aptitude install kde-trinity

The R14.0.4 tde-trinity package is a comprehensive meta-package. To install minimalist, substitute tdebase-trinity for tde-trinity, and append tdm-trinity if you wish to use TDM as your display manager.

Upgrade from v3.5.13.x

NOTE Before upgrading from v3.5.13.x (or even KDE3), please make sure to go through this page for useful tips suggested by other TDE users.
We suggest the following steps for upgrading to the R14.0.4 version.

sudo apt-get update
sudo aptitude full-upgrade

This will upgrade TDE to the new version and should complete smoothly. After these two steps, some dummy packages may still be installed on your system and could be safely removed. To perform such operation, choose one of the following optional steps.

  • A. If you have previously installed kde-trinity, use:
sudo aptitude install tde-trinity

This will install all Trinity packages except the development ones.


  • B. If you have previously installed some Trinity meta packages (such as kde-core-trinity, kdeadmin-trinity, ...) use:
sudo aptitude install <tde-equivalent-metapackage>

where <tde-equivalent-metapackage> is the equivalent package in R14 (tde-core-trinity, tdeadmin-trinity, ...).
This should be repeated for all installed meta packages.


  • C. Run aptitude in interactive mode, limit the display to '~i-trinity~ddummy" and manually check/delete/upgrade unneeded packages from the ones displayed.