Difference between revisions of "Raspbian Trinity Repository Installation Instructions"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
m (Fix error)
(Undo revision 3219 by User0 (talk))
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 startlxde (!NOT startlxde-pi!) then logout or reboot. After logging in you should be in TDE}}
+
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.

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.

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

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.
$ sudo apt-get update
$ sudo aptitude install tde-trinity
Messagebox info.png
Tip
If you don´t can run TDE, you need to change your desktop envirollment. To do this type the following text in your Terminal.
$ sudo update-alternatives --config x-session-manager
Select the option ending with "starttde" (usually /opt/trinity/bin/starttde) then logout or reboot. After logging in you should be in TDE

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.

$ sudo apt-get update
$ sudo aptitude full-upgrade


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

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