Difference between revisions of "Preliminary Stable Builds"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>SlavekB
(Added Debian 9.x (Stretch) and Ubuntu 15.10 (Wily))
imported>Michele Calgaro
m (Minor text corrections)
Line 1: Line 1:
 
[[Category:Documentation]][[Category:Developers]]
 
[[Category:Documentation]][[Category:Developers]]
We have a preliminary packages of maintenance release - preliminary stable builds - 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, Ubuntu and Raspbian.
   
Our preliminary stable builds 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
   
 
==Installing Preliminary Stable Builds==
 
==Installing Preliminary Stable Builds==
   
To install preliminary stable builds you need to add one or two lines to your /etc/apt/sources.list.
+
To use the preliminary stable builds you need to add the following lines to your /etc/apt/sources.list.
   
  +
'''Important'''
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")
+
This is an example showing how to use the repository for Debian Jessie. If you are running another version of Debian or Ubuntu, please replace all references to "jessie" with your appropriate version: e.g "wheezy" or "vivid".
   
 
# Trinity preliminary stable builds
 
# Trinity preliminary stable builds
Line 14: Line 15:
 
deb-src http://mirror.xcer.cz/trinity-sb jessie deps-r14 main-r14
 
deb-src http://mirror.xcer.cz/trinity-sb jessie deps-r14 main-r14
   
Packages are signed by GPG key ID A04BE668. To install GPG key you can use any public GPG keyserver, for example:
+
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 keys.gnupg.net --recv-key A04BE668
 
sudo apt-key adv --keyserver keys.gnupg.net --recv-key A04BE668
Line 20: Line 21:
 
==Available distributions and architectures==
 
==Available distributions and architectures==
   
Apt repository preliminary stable builds 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===
 
===Debian===
Line 46: Line 47:
   
   
  +
For any further question or problem, please refer to the TDE [https://www.trinitydesktop.org/mailinglist.php mailing lists] or [https://bugs.trinitydesktop.org bug tracker].
Any further questions/problems should be reported to the mailing lists.
 

Revision as of 09:49, 7 July 2015

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.

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.

Important This is an example showing how to use the repository for Debian Jessie. If you are running another version of Debian or Ubuntu, please replace all references to "jessie" with your appropriate version: e.g "wheezy" or "vivid".

# Trinity preliminary stable builds
deb http://mirror.xcer.cz/trinity-sb jessie deps-r14 main-r14
deb-src http://mirror.xcer.cz/trinity-sb jessie deps-r14 main-r14

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 keys.gnupg.net --recv-key A04BE668

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:

Debian

  • 9.x - Stretch : amd64, i386
  • 8.x - Jessie : amd64, i386, armhf, armel, arm64, mips, ppc64el
  • 7.x - Wheezy : amd64, i386, armhf, armel, mips, powerpc
  • 6.x - Squeeze : amd64, i386, armel

Raspbian

  • 7.x - Raspbian-Wheezy : armhf

Ubuntu

  • 15.10 - Wily: amd64, i386
  • 15.04 - Vivid : amd64, i386
  • 14.10 - Utopic : amd64, i386
  • 14.04 - Trusty : amd64, i386, armhf, powerpc, ppc64el
  • 13.10 - Saucy : amd64, i386
  • 13.04 - Raring : amd64, i386
  • 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
  • 10.04 - Lucid : amd64, i386


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