Difference between revisions of "Preliminary Stable Builds"
imported>SlavekB m |
(→Distributions: Add Excalibur, Raspbian-Bookworm, remove Stretch, Ascii, Impish, Hirsute, Xenial) |
||
(54 intermediate revisions by 8 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 / 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== |
==Installing Preliminary Stable Builds== |
||
− | To |
+ | 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-release-name>''' with your lowercase appropriate version: e.g "buster" or "focal". |
||
+ | # Trinity preliminary stable builds |
||
− | important: This is an example showing how to use the Debian Jessie repositories. If you are running another version of Debian or Ubuntu, please modify the appropriate spots (replace all references to "jessie" with your appropriate version: e.g "wheezy" or "vivid") |
||
+ | deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb '''<your-distribution-release-name>''' deps-r14 main-r14 |
||
+ | deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb '''<your-distribution-release-name>''' deps-r14 main-r14 |
||
+ | |||
+ | Example for Ubuntu, 20.04 - Focal: |
||
# Trinity preliminary stable builds |
# Trinity preliminary stable builds |
||
− | deb http://mirror. |
+ | deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb focal deps-r14 main-r14 |
− | deb-src http://mirror. |
+ | 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: |
||
− | Packages are signed by GPG key ID A04BE668. To install GPG key you can use any public GPG keyserver, for example: |
||
+ | wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb |
||
− | sudo apt-key adv --keyserver pks.gpg.cz --recv-key A04BE668 |
||
+ | sudo dpkg -i trinity-keyring.deb |
||
==Available distributions and architectures== |
==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=== |
||
+ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
+ | |||
⚫ | |||
+ | * unstable - Ceres : amd64, i386, ppc64el, arm64, armhf |
||
+ | * 6.x - Excalibur : amd64, i386, ppc64el, arm64, armhf |
||
+ | * 5.x - Daedalus : amd64, i386, ppc64el, arm64, armhf |
||
+ | * 4.x - Chimaera : amd64, i386, ppc64el, arm64, armhf |
||
+ | * 3.x - Beowulf : amd64, i386, ppc64el, arm64, armhf |
||
+ | |||
+ | ====Raspbian==== |
||
⚫ | |||
+ | * 11.x - Raspbian-Bullseye : armhf |
||
+ | * 10.x - Raspbian-Buster : armhf |
||
+ | |||
⚫ | |||
+ | * 24.04 - Noble : amd64, ppc64el, arm64, armhf |
||
⚫ | |||
⚫ | |||
⚫ | |||
+ | * 22.04 - Jammy : amd64, ppc64el, arm64, armhf |
||
+ | * 20.04 - Focal : amd64, ppc64el, arm64, armhf |
||
⚫ | |||
+ | |||
+ | ===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-name>'''/Release |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
+ | Note: '''<your-distribution>''' is all lowercase. |
||
⚫ | |||
⚫ | |||
+ | Example for Ubuntu, 20.04 - Focal: |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
− | * 12.10 - Quantal : amd64, i386 |
||
− | * 12.04 - Precise : amd64, i386 |
||
− | * 11.10 - Oneiric : amd64, i386 |
||
− | * 11.04 - Natty : amd64, i386 |
||
− | * 10.10 - Maverick : amd64, i386 |
||
⚫ | |||
+ | http://mirror.ppa.trinitydesktop.org/trinity-sb/dists/focal/Release |
||
+ | ==Feedback== |
||
− | Any further questions/problems should be reported to the mailing lists. |
||
+ | For any further question or problem, please refer to the TDE [https://www.trinitydesktop.org/mailinglist.php mailing lists] or [https://mirror.git.trinitydesktop.org/gitea/issues bug tracker]. |
Revision as of 01:16, 2 January 2024
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-release-name> with your lowercase appropriate version: e.g "buster" or "focal".
# Trinity preliminary stable builds deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb <your-distribution-release-name> deps-r14 main-r14 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb <your-distribution-release-name> 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, ppc64el, arm64, armhf, riscv64
- 13.x - Trixie : amd64, i386, ppc64el, arm64, armhf
- 12.x - Bookworm : amd64, i386, ppc64el, arm64, armhf
- 11.x - Bullseye : amd64, i386, ppc64el, arm64, armhf
- 10.x - Buster : amd64, i386, ppc64el, arm64, armhf
Devuan
- unstable - Ceres : amd64, i386, ppc64el, arm64, armhf
- 6.x - Excalibur : amd64, i386, ppc64el, arm64, armhf
- 5.x - Daedalus : amd64, i386, ppc64el, arm64, armhf
- 4.x - Chimaera : amd64, i386, ppc64el, arm64, armhf
- 3.x - Beowulf : amd64, i386, ppc64el, arm64, armhf
Raspbian
- 12.x - Raspbian-Bookworm : armhf
- 11.x - Raspbian-Bullseye : armhf
- 10.x - Raspbian-Buster : armhf
Ubuntu
- 24.04 - Noble : amd64, ppc64el, arm64, armhf
- 23.10 - Mantic : amd64, ppc64el
- 23.04 - Lunar : amd64, ppc64el
- 22.10 - Kinetic : amd64, ppc64el
- 22.04 - Jammy : amd64, ppc64el, arm64, armhf
- 20.04 - Focal : amd64, ppc64el, arm64, armhf
- 18.04 - Bionic : amd64, i386, ppc64el, armhf
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-name>/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.