Debian Trinity Repository Installation Instructions

From Trinity Desktop Project Wiki
Jump to navigation Jump to search


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.


TDE v3.5.13.x

Configure the package manager

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

Messagebox warning.png
Warning!
Make sure to replace <your-distribution-release-name> with your actual distribution release name (for example 'bullseye' or 'buster')

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.

Messagebox warning.png
Warning!
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.x.y series

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

TDE v3.5.13.2

Localization

Messagebox info.png
Tip
After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example, for Czech you would run:
$ sudo aptitude install tde-i18n-cs-trinity


Upgrading from an existing installation

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

Messagebox info.png
Tip
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.
$ 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

Messagebox info.png
Note
Please read the following instructions completely before starting the removal process.

Removing the Trinity Desktop Environment involves the following four steps:

  1. Uninstalling packages
  2. Removing the Trinity repository from the list of available package sources
  3. Cleaning up the package cache
  4. Removing left-over files from your home directory

Uninstalling packages

Removing the Trinity repository from package sources

Cleaning up the package cache

Removing left-over files from your home directory