Difference between revisions of "Preliminary Testing Builds"
imported>SlavekB m (Add Ubuntu 19.04 (Disco), drop Ubuntu 17.04 (Zesty)) |
imported>SlavekB (→Installing Preliminary Testing Builds: Since 2019-06 a new key is being used - updated key installation information.) |
||
Line 26: | Line 26: | ||
deb-src http://mirror.ppa.trinitydesktop.org/trinity-testing buster deps main |
deb-src http://mirror.ppa.trinitydesktop.org/trinity-testing buster deps main |
||
⚫ | 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 A04BE668. To install the GPG key you |
||
− | can use any public GPG keyserver, for example: |
||
− | |||
− | sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-key A04BE668 |
||
− | |||
− | Note: In new Debian Stretch installations the dirmngr package, which is |
||
− | necessary for gnupg, may be missing. To make the apt-key work properly, |
||
− | install the dirmngr package first. |
||
− | |||
⚫ | |||
− | |||
⚫ | |||
− | dpkg -i axis-archive-keyring_2014.06.21.a_all.deb |
||
⚫ | |||
+ | sudo dpkg -i trinity-keyring.deb |
||
==Available distributions and architectures== |
==Available distributions and architectures== |
Revision as of 00:24, 3 June 2019
Would you like to always use the latest development version of TDE on a Debian-based distributions (Debian, Ubuntu, Devuan)? Preliminary packages of the next major or minor release - called "preliminary testing builds" (PTB) - are available for testing for selected versions of those distributions.
PTB packages are hosted in a regular apt repository (alternative apt source), so you'll be able to get regular updates.
Installing Preliminary Testing Builds
To use the preliminary testing 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 "buster" or "bionic".
# Trinity preliminary testing builds deb http://mirror.ppa.trinitydesktop.org/trinity-testing <your-distribution> deps main deb-src http://mirror.ppa.trinitydesktop.org/trinity-testing <your-distribution> deps main
Example for Debian 10 - Buster:
# Trinity preliminary testing builds deb http://mirror.ppa.trinitydesktop.org/trinity-testing buster deps main deb-src http://mirror.ppa.trinitydesktop.org/trinity-testing buster deps main
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 PTB apt repository includes packages for various distributions and hardware architectures. The current list of supported distributions and architectures is as follows:
Distributions
Debian
- unstable - Sid : amd64, i386, armhf
- 10.x - Buster : amd64, i386, armhf
- 9.x - Stretch : amd64, i386, armhf
Devuan
- unstable - Ceres : Use Debian Sid.
- 3.x - Beowulf : Use Debian Buster.
- 2.x - Ascii : Use Debian Stretch.
Ubuntu
- 19.04 - Disco: amd64, i386
- 18.10 - Cosmic: amd64, i386
- 18.04 - Bionic: amd64, i386
- 17.10 - Artful: amd64, i386
- 16.04 - Xenial: amd64, i386
Feedback
For any further question or problem, please refer to the TDE mailing lists or bug tracker.