Difference between revisions of "Devuan Trinity Repository Installation Instructions"
(→R14.0.x series: Brush up language and content) |
(Fix formatting of headings) |
||
Line 5: | Line 5: | ||
− | = |
+ | ==Available versions and architectures== |
− | == |
+ | ===R14.0.x series=== |
Official TDE packages are available for the following versions of Devuan: |
Official TDE packages are available for the following versions of Devuan: |
||
Line 25: | Line 25: | ||
These packages are built and maintained by Slávek Banko. |
These packages are built and maintained by Slávek Banko. |
||
− | == |
+ | ===v3.5.13.2=== |
There is no support for this TDE version in Devuan. |
There is no support for this TDE version in Devuan. |
||
− | = |
+ | ==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. |
||
Line 43: | Line 43: | ||
deb-src 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-builddeps-r14.0.x <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: |
||
Line 50: | Line 50: | ||
sudo dpkg -i 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.<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 version, please follow the instruction under the [[#TDEUpgrade|upgrading]] section.<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. |
The following steps are suggested for installing the latest R14.0.x version. |
||
Line 68: | Line 68: | ||
sudo apt-get install tde-i18n-cs-trinity |
sudo apt-get install tde-i18n-cs-trinity |
||
− | == |
+ | ===<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. |
Revision as of 15:35, 9 January 2022
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.
Available versions and architectures
R14.0.x series
Official TDE packages are available for the following versions of Devuan:
- 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf
- 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel
- 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel
- 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan ascii and all later versions, i.e., including 5.x (daedalus) and ceres:
- Preliminary Stable Builds - rolling-release version of the current stable branch (maintenance releases)
- Preliminary Testing Builds - rolling-release version of the main development branch (major/minor releases)
These packages are built and maintained by Slávek Banko.
v3.5.13.2
There is no support for this TDE version in Devuan.
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 'beowulf')
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 <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
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.
TDE R14.0.x series
sudo apt-get update sudo apt-get 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 apt-get 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.