Difference between revisions of "Raspbian Trinity Repository Installation Instructions"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>Michele Calgaro
m (Michele Calgaro moved page RaspbianInstall to Raspbian Trinity Repository Installation Instructions: fixed title)
(→‎R14.0.x series: Update a list of supported distributions)
(11 intermediate revisions by 4 users not shown)
Line 5: Line 5:
   
   
='''Available versions and architectures'''=
+
=Available versions and architectures=
   
 
==R14.0.x series==
 
=='''R14.0.x series'''==
 
   
 
Official TDE packages are available for the following versions of Raspbian.
 
Official TDE packages are available for the following versions of Raspbian.
   
* wheezy : armhf
+
* bullseye : armhf
  +
* buster : armhf
  +
* stretch : armhf
  +
* jessie : armhf (up to R14.0.10 only)
  +
* wheezy : armhf (up to R14.0.6 only)
   
 
Additionally, unofficial but well-trusted rolling builds are available for a broader set of versions, including '''bookworm'''. These are built and maintained by Slávek Banko:
 
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] rolling version of current stable branch (maintenance releases)
   
 
==v3.5.13.x series==
Additionally, unofficial but well-trusted rolling builds are available for a broader set of versions, including <span style="color:#0000ff">jessie</span> and <span style="color:#0000ff">stretch</span>.
 
   
 
There is no support for this TDE branch in Raspbian.
These are built and maintained by Slávek Banko.
 
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling version of current stable branch (maintenance releases)
 
   
 
=Configure the package manager=
 
=='''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.
 
Add the following lines to your /etc/apt/sources.list file.
   
'''NOTE 1''': make sure to replace <span style="color:#ff0000">'''<your-distribution>'''</span> with your actual distribution name.
+
'''NOTE 1''': make sure to replace <span style="color:#ff0000">'''<your-distribution-release-name>'''</span> with your actual distribution name (for example 'bullseye').
   
 
'''NOTE 2''': deb-src lines following are optional.
 
'''NOTE 2''': deb-src lines following are optional.
   
 
==TDE R14.0.x series==
 
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x raspbian-<span style="color:#ff0000">'''<your-distribution-release-name>'''</span> main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x raspbian-<span style="color:#ff0000">'''<your-distribution-release-name>'''</span> main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x raspbian-<span style="color:#ff0000">'''<your-distribution-release-name>'''</span> main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x raspbian-<span style="color:#ff0000">'''<your-distribution-release-name>'''</span> main
   
 
=Import GPG signing key=
'''TDE R14.0.4'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian raspbian-<span style="color:#ff0000">'''<your-distribution>'''</span> main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian raspbian-<span style="color:#ff0000">'''<your-distribution>'''</span> main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian raspbian-<span style="color:#ff0000">'''<your-distribution>'''</span> main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian raspbian-<span style="color:#ff0000">'''<your-distribution>'''</span> main
 
   
  +
The best way to install GPG key is to manually download and install package <code>trinity-keyring</code>. 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:
   
  +
<syntaxhighlight lang="shell-session">
='''Import GPG signing key'''=
 
  +
$ wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb
  +
$ sudo dpkg -i trinity-keyring.deb
  +
</syntaxhighlight>
   
 
=Install Trinity=
If necessary, install the '''dirmngr''' package, which is necessary for gnupg.
 
 
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 [[#TDEUpgrade|upgrading]] section.
sudo apt-get install dirmngr
 
   
 
==Fresh R14.0.x installation==
Then install the TDE official key.
 
   
 
The following steps are suggested for installing the latest R14.0.x version.
sudo apt-key adv --keyserver keyserver.quickbuild.io --recv-keys F5CFC95C
 
   
 
'''NOTE''': <span style="color:#0000ff">''tde-trinity''</span> package is a comprehensive meta-package. To install a minimalist environment, replace <span style="color:#ff0000">''tde-trinity''</span> with <span style="color:#ff0000">''tdebase-trinity''</span> in the instructions below.
='''Install Trinity'''=
 
If you are doing a fresh TDE installation, please follow the steps listed below.<br>
 
If you are upgrading from an existing R14.0.x version, please follow the instruction under the [[#TDEUpgrade|upgrading]] section.<br>
 
 
 
=='''Fresh R14.0.x installation'''==
 
 
The following steps are suggested for installing the latest R14.0.x version.
 
   
  +
<syntaxhighlight lang="shell-session">
'''NOTE''': <span style="color:#0000ff">''tde-trinity''</span> package is a comprehensive meta-package. To install a minimalist environment, replace <span style="color:#0000ff">''tde-trinity''</span> with <span style="color:#0000ff">''tdebase-trinity''</span> in the instructions below.
 
 
$ sudo apt-get update
 
$ sudo aptitude install tde-trinity
  +
</syntaxhighlight>
   
  +
'''NOTE''': 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:
   
  +
<syntaxhighlight lang="shell-session">
'''TDE R14.0.x series'''
 
  +
$ sudo aptitude install tde-i18n-cs-trinity
sudo apt-get update
 
  +
</syntaxhighlight>
sudo aptitude install tde-trinity
 
   
   
=='''<span id="TDEUpgrade"></span>Upgrading from an existing R14.0.x installation'''==
+
==<span id="TDEUpgrade"></span>Upgrading from an existing R14.0.x installation==
   
 
The following steps are suggested for upgrading to the latest R14.0.x version.
 
The following steps are suggested for upgrading to the latest R14.0.x version.
   
  +
<syntaxhighlight lang="shell-session">
sudo apt-get update
 
 
$ sudo apt-get update
sudo aptitude full-upgrade
+
$ sudo aptitude full-upgrade
  +
</syntaxhighlight>
   
 
This will upgrade TDE to the newer version and should complete smoothly.
 
This will upgrade TDE to the newer version and should complete smoothly.

Revision as of 00:11, 9 November 2021


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.

  • bullseye : armhf
  • buster : armhf
  • stretch : armhf
  • jessie : armhf (up to R14.0.10 only)
  • wheezy : armhf (up to R14.0.6 only)

Additionally, unofficial but well-trusted rolling builds are available for a broader set of versions, including bookworm. These are built and maintained by Slávek Banko:

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.

NOTE 1: make sure to replace <your-distribution-release-name> with your actual distribution name (for example 'bullseye').

NOTE 2: deb-src lines following are optional.

TDE R14.0.x series

deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               raspbian-<your-distribution-release-name>  main
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     raspbian-<your-distribution-release-name>  main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           raspbian-<your-distribution-release-name>  main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x raspbian-<your-distribution-release-name>  main

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 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.

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

NOTE: 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:

$ sudo aptitude install tde-i18n-cs-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.