Devuan Trinity Repository Installation Instructions

From Trinity Desktop Project Wiki
Revision as of 12:03, 27 October 2024 by Michele Calgaro (talk | contribs) (Updated supported distro list)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


This page provides instructions on how to install, upgrade or remove Trinity Desktop Environment on Devuan systems.


Available versions

TDE R14.x.y series

Stable versions

Packages for stable versions are available for the following Devuan distributions (green rows indicates latest version):

Version Architectures Notes
5.x - daedalus amd64, i386, ppc64el, arm64, armhf
4.x - chimaera amd64, i386, ppc64el, arm64, armhf
3.x - beowulf amd64, i386, ppc64el, arm64, armhf
armel up to R14.0.13
2.x - ascii amd64, i386, ppc64el, arm64, armhf up to R14.1.1
armel up to R14.0.13
1.x - jessie amd64, i386, ppc64el, arm64, armhf, armel up to R14.0.11

Rolling versions

Rolling builds are available for a broader set of versions, including daedalus and ceres.

v3.5.13.2

There is no support for this TDE version in Devuan.

Configuring 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 'beowulf' or 'chimaera')

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

Importing the package signing key

The best way to import TDE's package signing key is to manually download and install the package trinity-keyring. The advantage is that this method of installation is not dependent on the availability of a key server. Another advantage is that the key is not integrated into the global apt keyring, but is installed as a separate file:

$ wget https://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb
$ sudo dpkg -i trinity-keyring.deb

Installing 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. If you

Messagebox warning.png
Warning!
tde-trinity package is a comprehensive meta-package. To install only a basic environment, replace tde-trinity with tdebase-trinity in the instructions below.
$ sudo apt-get update
$ sudo apt-get install tde-trinity

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 apt-get 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