Difference between revisions of "Preliminary Stable Builds"
imported>SlavekB (→Installing Preliminary Stable Builds: Since 2019-06 a new key is being used - updated key installation information.) |
(Update Ubuntu supported versions) |
||
(28 intermediate revisions by 4 users not shown) | |||
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 lowercase appropriate version: e.g " |
+ | Please replace all references to '''<your-distribution-release-name>''' with your lowercase appropriate version: e.g "buster" or "focal". |
# Trinity preliminary stable builds |
# Trinity preliminary stable builds |
||
− | deb http://mirror.ppa.trinitydesktop.org/trinity-sb '''<your-distribution>''' deps-r14 main-r14 |
+ | 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-sb '''<your-distribution>''' 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, |
+ | Example for Ubuntu, 20.04 - Focal: |
# Trinity preliminary stable builds |
# Trinity preliminary stable builds |
||
− | deb http://mirror.ppa.trinitydesktop.org/trinity-sb |
+ | deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb focal deps-r14 main-r14 |
− | deb-src http://mirror.ppa.trinitydesktop.org/trinity-sb |
+ | 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 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: |
||
Line 31: | Line 31: | ||
====Debian==== |
====Debian==== |
||
− | * unstable - Sid : amd64, i386, armhf |
+ | * 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==== |
====Devuan==== |
||
− | * unstable - Ceres : |
+ | * 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 |
⚫ | |||
====Raspbian==== |
====Raspbian==== |
||
− | * |
+ | * 12.x - Raspbian-Bookworm : armhf |
− | * |
+ | * 11.x - Raspbian-Bullseye : armhf |
− | * |
+ | * 10.x - Raspbian-Buster : armhf |
====Ubuntu==== |
====Ubuntu==== |
||
− | * |
+ | * 24.10 - Oracular : amd64, ppc64el |
− | * |
+ | * 24.04 - Noble : amd64, ppc64el, arm64, armhf |
− | * |
+ | * 23.10 - Mantic : amd64, ppc64el |
− | * |
+ | * 23.04 - Lunar : amd64, ppc64el |
− | * |
+ | * 22.04 - Jammy : amd64, ppc64el, arm64, armhf |
− | * |
+ | * 20.04 - Focal : amd64, ppc64el, arm64, armhf |
− | * |
+ | * 18.04 - Bionic : amd64, i386, ppc64el, armhf |
− | * 10.04 - Lucid : amd64, i386 |
||
===Release Dates=== |
===Release Dates=== |
||
Line 63: | Line 62: | ||
The Release date for each distribution can be found in each distribution’s Release file. This is found by the pattern: |
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-sb/dists/'''<your-distribution>'''/Release |
+ | http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb/dists/'''<your-distribution-release-name>'''/Release |
Note: '''<your-distribution>''' is all lowercase. |
Note: '''<your-distribution>''' is all lowercase. |
||
− | Example for Ubuntu, |
+ | Example for Ubuntu, 20.04 - Focal: |
− | http://mirror.ppa.trinitydesktop.org/trinity-sb/dists/ |
+ | http://mirror.ppa.trinitydesktop.org/trinity-sb/dists/focal/Release |
==Feedback== |
==Feedback== |
||
− | For any further question or problem, please refer to the TDE [https://www.trinitydesktop.org/mailinglist.php mailing lists] or [https:// |
+ | 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]. |
Latest revision as of 11:57, 27 October 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.10 - Oracular : amd64, ppc64el
- 24.04 - Noble : amd64, ppc64el, arm64, armhf
- 23.10 - Mantic : amd64, ppc64el
- 23.04 - Lunar : 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.