Difference between revisions of "Raspbian Trinity Repository Installation Instructions"
m (Fix error) |
Tag: Undo |
||
Line 114: | Line 114: | ||
$ sudo update-alternatives --config x-session-manager |
$ sudo update-alternatives --config x-session-manager |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
− | Select the option ending with |
+ | Select the option ending with "starttde" (usually /opt/trinity/bin/starttde) then logout or reboot. After logging in you should be in TDE}} |
===Localization=== |
===Localization=== |
Revision as of 11:48, 10 November 2023
This page provides instructions to install, upgrade or remove Trinity Desktop Environment on your Raspbian system.
Available versions
TDE R14.x.y series
Stable versions
Packages for stable versions are available for the following Raspbian distributions (green rows indicates latest version):
Version | Architectures | Notes |
---|---|---|
bookworm | armhf | |
bullseye | armhf | |
buster | armhf | |
stretch | armhf | up to R14.0.13 |
jessie | armhf | up to R14.0.10 |
7.x - wheezy | armhf | up to R14.0.6 |
Rolling versions
Rolling builds are also available.
- Preliminary Stable Builds - rolling version of current stable branch (maintenance releases)
- Preliminary Testing Builds - rolling version of main development branch (major/minor releases)
v3.5.13.x series
There is no support for this TDE branch in Raspbian.
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
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.

$ sudo apt-get update
$ sudo aptitude install tde-trinity

$ sudo update-alternatives --config x-session-manager
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.
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