Raspbian Trinity Repository Installation Instructions

From Trinity Desktop Project Wiki
Revision as of 14:36, 10 August 2018 by imported>Michele Calgaro (Created raspbian installation page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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


Available versions and architectures

R14.0.x series

Official TDE packages are available for the following versions of Raspbian.

  • wheezy : armhf


Additionally, unofficial but well-trusted rolling builds are available for a broader set of versions, including jessie and stretch.

These are built and maintained by Slávek Banko.


v3.5.13.2

There is no support for this TDE version in Raspbian.


Configure the package manager

Add the following lines to your /etc/apt/sources.list file.

NOTE 1: make sure to replace <your-distribution> with your actual distribution name.

NOTE 2: deb-src lines following are optional.


TDE R14.0.4

deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian               raspbian-<your-distribution>  main
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian     raspbian-<your-distribution>  main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian           raspbian-<your-distribution>  main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian raspbian-<your-distribution>  main


Import GPG signing key

If necessary, install the dirmngr package, which is necessary for gnupg.

sudo apt-get install dirmngr

Then install the TDE official 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 an existing R14.0.x version, please follow the instruction under the upgrading section.


Fresh R14.0.x installation

The following steps are suggested for installing the latest R14.0.x version.

NOTE: tde-trinity package is a comprehensive meta-package. To install a minimalist environment, replace tde-trinity with tdebase-trinity in the instructions below.


TDE R14.0.x series

sudo apt-get update
sudo aptitude install tde-trinity


Upgrading from an existing R14.0.x installation

The following steps are suggested for upgrading to the latest R14.0.x version.

sudo apt-get update
sudo aptitude full-upgrade

This will upgrade TDE to the newer version and should complete smoothly.