Difference between revisions of "Debian Trinity Repository Installation Instructions"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
m (→‎R14.0.x series: Add information about bookworm in PSB and PTB)
(Formatting improvements)
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 Debian.
+
Official TDE packages are available for the following versions of Debian:
 
* 11.x - bullseye : amd64, i386, ppc64el, arm64, armhf
 
* 10.x - buster : amd64, i386, ppc64el, arm64, armhf, armel
 
* 9.x - stretch : amd64, i386, ppc64el, arm64, armhf, armel
 
* 8.x - jessie : amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)
 
* 7.x - wheezy : amd64, i386, armhf, armel (up to R14.0.10 only)
 
* 6.x - squeeze : amd64, i386, armel (up to R14.0.6 only)
 
   
  +
{| class="wikitable mw-collapsible"
  +
! Version
  +
! Architectures
  +
! Notes
  +
|-
  +
| 11.x - bullseye
  +
| amd64, i386, ppc64el, arm64, armhf
  +
|
  +
|-
  +
| 10.x - buster
  +
| amd64, i386, ppc64el, arm64, armhf, armel
  +
|
  +
|-
  +
| 9.x - stretch
  +
| amd64, i386, ppc64el, arm64, armhf, armel
  +
|
  +
|-
  +
| 8.x - jessie
  +
| amd64, i386, ppc64el, arm64, armhf, armel
  +
| up to R14.0.11 only
  +
|-
  +
| 7.x - wheezy
  +
| amd64, i386, armhf, armel
  +
| up to R14.0.10 only
  +
|-
  +
| 6.x - squeeze
  +
| amd64, i386, armel
  +
| up to R14.0.6 only
  +
|}
   
 
Additionally, unofficial but well-trusted rolling builds are available for a broader set of versions, including <span style="color:#0000ff">12.x bookworm</span> and <span style="color:#0000ff">sid</span>.
 
Additionally, unofficial but well-trusted rolling builds are available for a broader set of versions, including <span style="color:#0000ff">12.x bookworm</span> and <span style="color:#0000ff">sid</span>.
Line 26: Line 48:
 
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling version of main development branch (major/minor releases)
 
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling version of main development branch (major/minor releases)
   
=='''v3.5.13.x'''==
+
==v3.5.13.x==
   
Official TDE packages are available for the following versions of Debian.
+
Official TDE packages are available for the following versions of Debian:
   
  +
{| class="wikitable mw-collapsible mw-collapsed"
* 7.x - wheezy : amd64, i386, armel, armhf
 
  +
! Version
* 6.x - squeeze : amd64, i386, armel
 
  +
! Architectures
* 5.x - lenny : amd64, i386 (up to 3.5.12 only)
 
  +
|-
  +
| 7.x - wheezy
  +
| amd64, i386, armel, armhf
  +
|-
  +
| 6.x - squeeze
  +
| amd64, i386, armel
  +
|-
  +
| 5.x - lenny
  +
| amd64, i386 (up to 3.5.12 only)
  +
|}
   
='''Configure the package manager'''=
+
=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.
   
  +
{{WarningBox
'''NOTE 1''': make sure to replace <span style="color:#ff0000">'''<your-distribution-release-name>'''</span> with your actual distribution release name (for example 'bullseye' or 'buster')
 
  +
|text=Make sure to replace <span style="color:#ff0000">'''<your-distribution-release-name>'''</span> with your actual distribution release name (for example 'bullseye' or 'buster')
  +
}}
  +
{{TipBox
  +
|caption=Note
  +
|text=<tt>deb-src</tt> lines following are optional.
  +
}}
   
  +
===TDE R14.0.x series===
'''NOTE 2''': deb-src lines following are optional.
 
  +
<syntaxhighlight lang="sourceslist">
  +
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x <your-distribution-release-name> main
  +
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x <your-distribution-release-name> main
  +
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x <your-distribution-release-name> main
  +
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x <your-distribution-release-name> main
  +
</syntaxhighlight>
   
  +
===TDE v3.5.13.x===
  +
<syntaxhighlight lang="sourceslist">
  +
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-v3.5.13 <your-distribution-release-name> main
  +
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-v3.5.13 <your-distribution-release-name> main
  +
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-v3.5.13 <your-distribution-release-name> main
  +
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-v3.5.13 <your-distribution-release-name> main
  +
</syntaxhighlight>
   
  +
=Import GPG signing key=
'''TDE R14.0.x series'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x <span style="color:#ff0000">'''<your-distribution-release-name>'''</span> main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x <span style="color:#ff0000">'''<your-distribution-release-name>'''</span> main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x <span style="color:#ff0000">'''<your-distribution-release-name>'''</span> main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x <span style="color:#ff0000">'''<your-distribution-release-name>'''</span> main
 
 
 
'''TDE v3.5.13.x'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-v3.5.13 <span style="color:#ff0000">'''<your-distribution-release-name>'''</span> main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-v3.5.13 <span style="color:#ff0000">'''<your-distribution-release-name>'''</span> main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-v3.5.13 <span style="color:#ff0000">'''<your-distribution-release-name>'''</span> main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-v3.5.13 <span style="color:#ff0000">'''<your-distribution-release-name>'''</span> main
 
 
='''Import GPG signing key'''=
 
   
 
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:
 
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">
wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb
 
sudo dpkg -i trinity-keyring.deb
+
$ wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb
  +
$ sudo dpkg -i trinity-keyring.deb
  +
</syntaxhighlight>
   
='''Install Trinity'''=
+
=Install Trinity=
If you are doing a fresh TDE installation, please follow the steps listed below.<br>
+
* 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 or 3.5.13.x version, please follow the instruction under the [[#TDEUpgrade|upgrading]] section.<br>
+
* If you are '''upgrading''' from an existing R14.0.x or 3.5.13.x version, please follow the instruction under the [[#TDEUpgrade|upgrading]] section.<br>
   
  +
==Fresh R14.0.x installation==
 
=='''Fresh R14.0.x installation'''==
 
   
 
The following steps are suggested for installing the latest R14.0.x version.
 
The following steps are suggested for installing the latest R14.0.x version.
Line 74: Line 113:
 
'''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.
 
'''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.
   
  +
===TDE R14.0.x series===
  +
<syntaxhighlight lang="shell-session">
  +
$ sudo apt-get update
  +
$ sudo aptitude install tde-trinity
  +
</syntaxhighlight>
   
'''TDE R14.0.x series'''
+
===TDE v3.5.13.2===
  +
<syntaxhighlight lang="shell-session">
sudo apt-get update
 
  +
$ sudo apt-get update
sudo aptitude install tde-trinity
 
  +
$ sudo aptitude install kde-trinity
  +
</syntaxhighlight>
   
  +
{{TipBox
  +
|text=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: <syntaxhighlight lang="shell-session">$ sudo aptitude install tde-i18n-cs-trinity</syntaxhighlight>
  +
}}
   
'''TDE v3.5.13.2'''
 
sudo apt-get update
 
sudo aptitude install kde-trinity
 
   
  +
==<span id="TDEUpgrade"></span>Upgrading from an existing R14.0.x or v3.5.13.x installation==
 
'''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
 
 
<br/>
 
 
=='''<span id="TDEUpgrade"></span>Upgrading from an existing R14.0.x or v3.5.13.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.
   
  +
{{TipBox
'''NOTE''': Before upgrading from v3.5.13.x (or even KDE3), please make sure to go through this [[Tips_And_Tricks|page]] for useful tips suggested by other TDE users.
 
  +
|text=Before upgrading from v3.5.13.x (or even KDE3), please make sure to go through this [[Tips_And_Tricks|page]] for useful tips suggested by other TDE users.
  +
}}
   
  +
<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.
Line 107: Line 150:
   
   
*'''A.''' If you had previously installed <span style="color:#0000ff">''kde-trinity''</span>, install the all TDE packages except the development ones as follow.
+
'''A.''' If you had previously installed <span style="color:#0000ff">''kde-trinity''</span>, install the all TDE packages except the development ones as follow.
 
sudo aptitude install <span style="color:#0000ff">''tde-trinity''</span>
 
 
   
  +
<syntaxhighlight lang="shell-session">
*'''B.''' If you had previously installed some <span style="color:#0000ff">''kde meta packages''</span>, (such as kde-core-trinity, kdeadmin-trinity, ...) use the command below, where <span style="color:#0000ff">''<tde-equivalent-metapackage>''</span> is the equivalent package in R14.0.x (tde-core-trinity, tdeadmin-trinity, ...). Repeat for all meta packages there had been installed.
 
  +
$ sudo aptitude install tde-trinity
  +
</syntaxhighlight>
   
  +
'''B.''' If you had previously installed some <span style="color:#0000ff">''kde meta packages''</span>, (such as kde-core-trinity, kdeadmin-trinity, ...) use the command below, where <span style="color:#0000ff">''<tde-equivalent-metapackage>''</span> is the equivalent package in R14.0.x (tde-core-trinity, tdeadmin-trinity, ...). Repeat for all meta packages there had been installed.
sudo aptitude install <span style="color:#0000ff">''<tde-equivalent-metapackage>''</span>
 
   
  +
<syntaxhighlight lang="shell-session">
  +
$ sudo aptitude install <tde-equivalent-metapackage>
  +
</syntaxhighlight>
   
*'''C.''' Run aptitude in interactive mode, limit the display to '~i-trinity~ddummy" and manually check/delete/upgrade unneeded packages from the ones displayed.
+
'''C.''' Run aptitude in interactive mode, limit the display to <code>~i-trinity~ddummy</code> and manually check/delete/upgrade unneeded packages from the ones displayed.

Revision as of 16:27, 1 May 2022


On this page you can read the instructions to install or upgrade Trinity Desktop Environment on your Debian system.


Available versions and architectures

R14.0.x series

Official TDE packages are available for the following versions of Debian:

Version Architectures Notes
11.x - bullseye amd64, i386, ppc64el, arm64, armhf
10.x - buster amd64, i386, ppc64el, arm64, armhf, armel
9.x - stretch amd64, i386, ppc64el, arm64, armhf, armel
8.x - jessie amd64, i386, ppc64el, arm64, armhf, armel up to R14.0.11 only
7.x - wheezy amd64, i386, armhf, armel up to R14.0.10 only
6.x - squeeze amd64, i386, armel up to R14.0.6 only

Additionally, unofficial but well-trusted rolling builds are available for a broader set of versions, including 12.x bookworm and sid.

These are built and maintained by Slávek Banko.

v3.5.13.x

Official TDE packages are available for the following versions of Debian:

Version Architectures
7.x - wheezy amd64, i386, armel, armhf
6.x - squeeze amd64, i386, armel
5.x - lenny amd64, i386 (up to 3.5.12 only)

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')
Messagebox info.png
Note
deb-src lines following are optional.

TDE R14.0.x series

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

TDE v3.5.13.x

deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-v3.5.13               <your-distribution-release-name> main
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-v3.5.13     <your-distribution-release-name> main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-v3.5.13           <your-distribution-release-name> main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-v3.5.13 <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 or 3.5.13.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.

TDE R14.0.x series

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

TDE v3.5.13.2

$ sudo apt-get update
$ sudo aptitude install kde-trinity
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 R14.0.x or v3.5.13.x installation

The following steps are suggested for upgrading to the latest R14.0.x 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. To perform such operation, choose one of the following optional steps.


A. If you had previously installed kde-trinity, install the all TDE packages except the development ones as follow.

$ sudo aptitude install tde-trinity

B. If you had previously installed some kde meta packages, (such as kde-core-trinity, kdeadmin-trinity, ...) use the command below, where <tde-equivalent-metapackage> is the equivalent package in R14.0.x (tde-core-trinity, tdeadmin-trinity, ...). Repeat for all meta packages there had been installed.

$ sudo aptitude install <tde-equivalent-metapackage>

C. Run aptitude in interactive mode, limit the display to ~i-trinity~ddummy and manually check/delete/upgrade unneeded packages from the ones displayed.