Difference between revisions of "Preliminary Stable Builds"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>SlavekB
(Reducing the number of supported distributions)
m (→‎Debian: Added RISC-V 64bit architecture for SID)
(30 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
[[Category:Documentation]][[Category:Developers]]
 
[[Category:Documentation]][[Category:Developers]]
A preliminary version of the next maintenance release - known as "preliminary stable builds" - is available for testing or routine use. Packages are only available for Debian, Ubuntu and Raspbian.
+
A preliminary version of the next maintenance release - known as "preliminary stable builds" - is available for testing or routine use. Packages are only available for Debian / Devuan, Ubuntu and Raspbian.
   
 
The preliminary stable builds packages are hosted in a regular apt repository (alternative apt source), so you'll be able to get updates regularly
 
The preliminary stable builds packages are hosted in a regular apt repository (alternative apt source), so you'll be able to get updates regularly
Line 7: Line 7:
   
 
To use the preliminary stable builds you need to add the following lines to your /etc/apt/sources.list.<br>
 
To use the preliminary stable builds you need to add the following lines to your /etc/apt/sources.list.<br>
Please replace all references to '''<your-distribution>''' with your appropriate version: e.g "wheezy" or "vivid".
+
Please replace all references to '''<your-distribution>''' with your lowercase appropriate version: e.g "wheezy" or "vivid".
   
 
# Trinity preliminary stable builds
 
# Trinity preliminary stable builds
deb http://mirror.xcer.cz/trinity-sb '''<your-distribution>''' deps-r14 main-r14
+
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb '''<your-distribution>''' deps-r14 main-r14
deb-src http://mirror.xcer.cz/trinity-sb '''<your-distribution>''' deps-r14 main-r14
+
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb '''<your-distribution>''' deps-r14 main-r14
   
  +
Example for Ubuntu, 20.04 - Focal:
Packages are signed using GPG key ID A04BE668. To install the GPG key you can use any public GPG keyserver, for example:
 
   
  +
# Trinity preliminary stable builds
sudo apt-key adv --keyserver keys.gnupg.net --recv-key A04BE668
 
  +
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb focal deps-r14 main-r14
  +
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb focal deps-r14 main-r14
  +
  +
Packages are signed using GPG key ID c93af1698685ad8b. 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:
  +
  +
wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb
  +
sudo dpkg -i trinity-keyring.deb
   
 
==Available distributions and architectures==
 
==Available distributions and architectures==
Line 21: Line 28:
 
The preliminary stable builds apt repository includes packages for various distributions and hardware architectures. The current list of distributions and architectures are as follows:
 
The preliminary stable builds apt repository includes packages for various distributions and hardware architectures. The current list of distributions and architectures are as follows:
   
===Debian===
+
===Distributions===
  +
* 9.x - Stretch : amd64, i386
 
  +
====Debian====
  +
* unstable - Sid : amd64, i386, armhf, arm64, ppc64el, riscv64
 
* 11.x - Bullseye : amd64, i386, armhf, arm64, ppc64el
  +
* 10.x - Buster : amd64, i386, armhf, armel, arm64, mips, ppc64el
  +
* 9.x - Stretch : amd64, i386,armhf, armel, arm64, mips, ppc64el
 
* 8.x - Jessie : amd64, i386, armhf, armel, arm64, mips, powerpc, ppc64el
 
* 8.x - Jessie : amd64, i386, armhf, armel, arm64, mips, powerpc, ppc64el
 
* 7.x - Wheezy : amd64, i386, armhf, armel, mips, powerpc
 
* 7.x - Wheezy : amd64, i386, armhf, armel, mips, powerpc
* 6.x - Squeeze : amd64, i386, armel
 
   
===Raspbian===
+
====Devuan====
  +
* unstable - Ceres : amd64, i386, armhf, arm64, ppc64el
* 7.x - Raspbian-Wheezy : armhf
 
  +
* 4.0 - Chimaera : amd64, i386, armhf, arm64, ppc64el
  +
* 3.x - Beowulf : amd64, i386, armhf, armel, arm64, mips, ppc64el
  +
* 2.x - Ascii : amd64, i386,armhf, armel, arm64, mips, ppc64el
  +
* 1.x - Jessie : amd64, i386, armhf, armel, arm64, mips, powerpc, ppc64el
   
===Ubuntu===
+
====Raspbian====
  +
* 11.x - Raspbian-Bullseye : armhf
* 16.10 - Yakkety: amd64, i386
 
  +
* 10.x - Raspbian-Buster : armhf
  +
* 9.x - Raspbian-Stretch : armhf
 
* 8.x - Raspbian-Jessie : armhf
  +
  +
====Ubuntu====
 
* 20.10 - Groovy: amd64, ppc64el
  +
* 20.04 - Focal: amd64, ppc64el, arm64, armhf
 
* 19.10 - Eoan: amd64, i386, ppc64el
 
* 19.04 - Disco: amd64, i386, ppc64el
 
* 18.04 - Bionic: amd64, i386, armhf, ppc64el
 
* 16.04 - Xenial: amd64, i386, armhf, powerpc, ppc64el
 
* 16.04 - Xenial: amd64, i386, armhf, powerpc, ppc64el
 
* 14.04 - Trusty : amd64, i386, armhf, powerpc, ppc64el
 
* 14.04 - Trusty : amd64, i386, armhf, powerpc, ppc64el
* 12.04 - Precise : amd64, i386
 
* 10.04 - Lucid : amd64, i386
 
   
  +
===Release Dates===
  +
  +
The Release date for each distribution can be found in each distribution’s Release file. This is found by the pattern:
  +
  +
http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb/dists/'''<your-distribution>'''/Release
  +
  +
Note: '''<your-distribution>''' is all lowercase.
  +
  +
Example for Ubuntu, 20.04 - Focal:
  +
  +
http://mirror.ppa.trinitydesktop.org/trinity-sb/dists/focal/Release
   
 
==Feedback==
 
==Feedback==

Revision as of 15:27, 3 March 2021

A preliminary version of the next maintenance release - known as "preliminary stable builds" - is available for testing or routine use. Packages are only available for Debian / Devuan, Ubuntu and Raspbian.

The preliminary stable builds packages are hosted in a regular apt repository (alternative apt source), so you'll be able to get updates regularly

Installing Preliminary Stable Builds

To use the preliminary stable builds you need to add the following lines to your /etc/apt/sources.list.
Please replace all references to <your-distribution> with your lowercase appropriate version: e.g "wheezy" or "vivid".

# Trinity preliminary stable builds
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb <your-distribution> deps-r14 main-r14
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb <your-distribution> deps-r14 main-r14

Example for Ubuntu, 20.04 - Focal:

# Trinity preliminary stable builds
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb focal deps-r14 main-r14
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb focal deps-r14 main-r14

Packages are signed using GPG key ID c93af1698685ad8b. 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

Available distributions and architectures

The preliminary stable builds apt repository includes packages for various distributions and hardware architectures. The current list of distributions and architectures are as follows:

Distributions

Debian

  • unstable - Sid : amd64, i386, armhf, arm64, ppc64el, riscv64
  • 11.x - Bullseye : amd64, i386, armhf, arm64, ppc64el
  • 10.x - Buster : amd64, i386, armhf, armel, arm64, mips, ppc64el
  • 9.x - Stretch : amd64, i386,armhf, armel, arm64, mips, ppc64el
  • 8.x - Jessie : amd64, i386, armhf, armel, arm64, mips, powerpc, ppc64el
  • 7.x - Wheezy : amd64, i386, armhf, armel, mips, powerpc

Devuan

  • unstable - Ceres : amd64, i386, armhf, arm64, ppc64el
  • 4.0 - Chimaera : amd64, i386, armhf, arm64, ppc64el
  • 3.x - Beowulf : amd64, i386, armhf, armel, arm64, mips, ppc64el
  • 2.x - Ascii : amd64, i386,armhf, armel, arm64, mips, ppc64el
  • 1.x - Jessie : amd64, i386, armhf, armel, arm64, mips, powerpc, ppc64el

Raspbian

  • 11.x - Raspbian-Bullseye : armhf
  • 10.x - Raspbian-Buster : armhf
  • 9.x - Raspbian-Stretch : armhf
  • 8.x - Raspbian-Jessie : armhf

Ubuntu

  • 20.10 - Groovy: amd64, ppc64el
  • 20.04 - Focal: amd64, ppc64el, arm64, armhf
  • 19.10 - Eoan: amd64, i386, ppc64el
  • 19.04 - Disco: amd64, i386, ppc64el
  • 18.04 - Bionic: amd64, i386, armhf, ppc64el
  • 16.04 - Xenial: amd64, i386, armhf, powerpc, ppc64el
  • 14.04 - Trusty : amd64, i386, armhf, powerpc, ppc64el

Release Dates

The Release date for each distribution can be found in each distribution’s Release file. This is found by the pattern:

http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb/dists/<your-distribution>/Release

Note: <your-distribution> is all lowercase.

Example for Ubuntu, 20.04 - Focal:

http://mirror.ppa.trinitydesktop.org/trinity-sb/dists/focal/Release

Feedback

For any further question or problem, please refer to the TDE mailing lists or bug tracker.