Difference between revisions of "Debian Trinity Repository Installation Instructions"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>Michele Calgaro
(Updated Upgrade section)
imported>Michele Calgaro
m (Minor format edit)
Line 71: Line 71:
 
='''<span id="TDEUpgrade"></span>Upgrade from v3.5.13.x'''=
 
='''<span id="TDEUpgrade"></span>Upgrade from v3.5.13.x'''=
 
We suggest the following steps for upgrading to the R14.0.0 version.
 
We suggest the following steps for upgrading to the R14.0.0 version.
  +
 
sudo apt-get update
 
sudo apt-get update
 
sudo aptitude full-upgrade
 
sudo aptitude full-upgrade
  +
 
This will upgrade TDE to the new version and should complete smoothly. After these two steps, some dummy packages may still be installed on your system and could be safely removed. To perform such operation, choose one of the following optional steps.<br>
 
This will upgrade TDE to the new version and should complete smoothly. After these two steps, some dummy packages may still be installed on your system and could be safely removed. To perform such operation, choose one of the following optional steps.<br>
  +
 
*A. If you have previously installed kde-trinity, use:
 
*A. If you have previously installed kde-trinity, use:
 
sudo aptitude install tde-trinity
 
sudo aptitude install tde-trinity

Revision as of 02:53, 29 December 2014


On this page you can read the instructions to install or upgrade Trinity Desktop Environment on your Debian system.


Add these lines to your /etc/apt/sources.list file

For Jessie (Debian 8.0)

TDE R14.0.0

deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-r14.0.0/debian jessie main
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-r14.0.0/debian jessie main
deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps-r14.0.0/debian jessie main
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps-r14.0.0/debian jessie main


For Wheezy (Debian 7.0)

TDE R14.0.0

deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-r14.0.0/debian wheezy main
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-r14.0.0/debian wheezy main
deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps-r14.0.0/debian wheezy main
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps-r14.0.0/debian wheezy main

TDE v3.5.13.2

deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-v3.5.13/debian wheezy main
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-v3.5.13/debian wheezy main
deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps-v3.5.13/debian wheezy main
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps-v3.5.13/debian wheezy main


For Squeeze (Debian 6.0)

TDE R14.0.0

deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-r14.0.0/debian squeeze main
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-r14.0.0/debian squeeze main
deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps-r14.0.0/debian squeeze main
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps-r14.0.0/debian squeeze main

TDE v3.5.13.2

deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-v3.5.13/debian squeeze main
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-v3.5.13/debian squeeze main
deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps-v3.5.13/debian squeeze main
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps-v3.5.13/debian squeeze main


For Lenny (Debian 5.0)

TDE v3.5.12

deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity/debian lenny main
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity/debian lenny main
deb http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps/debian lenny main
deb-src http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity-builddeps/debian lenny main


Add the GPG signing key

sudo apt-key adv --keyserver keyserver.quickbuild.pearsoncomputing.net --recv-keys F5CFC95C


Install Trinity

If you are doing a fresh TDE installation, please follow the steps listed below.
If you are upgrading from version 3.5.13.x, please follow the instruction under the upgrade section.

TDE R14.0.0

sudo apt-get update
sudo aptitude install tde-trinity

TDE v3.5.13.2 / TDE v3.5.12 (Lenny only)

sudo apt-get update
sudo aptitude install kde-trinity


Upgrade from v3.5.13.x

We suggest the following steps for upgrading to the R14.0.0 version.

sudo apt-get update
sudo aptitude full-upgrade

This will upgrade TDE to the new version and should complete smoothly. After these two steps, some dummy packages may still be installed on your system and could be safely removed. To perform such operation, choose one of the following optional steps.

  • A. If you have previously installed kde-trinity, use:
sudo aptitude install tde-trinity

This will install all Trinity packages except the development ones.


  • B. If you have previously installed some Trinity meta packages (such as kde-core-trinity, kdeadmin-trinity, ...) use:
sudo aptitude install <tde-equivalent-metapackage>

where <tde-equivalent-metapackage> is the equivalent package in R14 (tde-core-trinity, tdeadmin-trinity, ...).
This should be repeated for all installed meta packages.


  • C. Run aptitude in interactive mode, limit the display to '~i-trinity~ddummy" and manually check/delete/upgrade unneeded packages from the ones displayed.