Difference between revisions of "Debian Trinity Repository Installation Instructions"
imported>SlavekB (Update for R14.0.3) |
imported>Mrmazda (offer minimalist alternative to the entirety of TDE) |
||
Line 82: | Line 82: | ||
sudo aptitude install kde-trinity |
sudo aptitude install kde-trinity |
||
+ | The kde-trinity package is a comprehensive meta-package. To install minimalist, substitute tdebase-trinity for kde-trinity, and append tdm-trinity if you wish to use TDE as your display manager. |
||
='''<span id="TDEUpgrade"></span>Upgrade from v3.5.13.x'''= |
='''<span id="TDEUpgrade"></span>Upgrade from v3.5.13.x'''= |
Revision as of 17:05, 17 July 2016
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
NOTE: deb-src lines following are optional.
For Stretch (Debian 9.x)
TDE R14.0.3
Stretch (Debian 9.x) is not yet a stable release and it is subjected to continuous changes. Therefore there is no official TDE support for it, although TDE runs smoothly in Stretch. If you are interested in installing TDE in a Stretch environment, you can use the preliminary packages for the next R14.0.4 release.
Please refer to the Preliminary Stable Builds page for further instructions.
For Jessie (Debian 8.x)
TDE R14.0.3
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian jessie main deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian jessie main deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian jessie main deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian jessie main
For Wheezy (Debian 7.x)
TDE R14.0.3
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian wheezy main deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian wheezy main deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian wheezy main deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian wheezy main
TDE v3.5.13.2
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/debian wheezy main deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/debian wheezy main deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/debian wheezy main deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/debian wheezy main
For Squeeze (Debian 6.x)
TDE R14.0.3
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian squeeze main deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian squeeze main deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian squeeze main deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debian squeeze main
TDE v3.5.13.2
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/debian squeeze main deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/debian squeeze main deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/debian squeeze main deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/debian squeeze main
For Lenny (Debian 5.0)
TDE v3.5.12
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity/debian lenny main deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity/debian lenny main deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps/debian lenny main deb-src http://mirror.ppa.trinitydesktop.org/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.3
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
The kde-trinity package is a comprehensive meta-package. To install minimalist, substitute tdebase-trinity for kde-trinity, and append tdm-trinity if you wish to use TDE as your display manager.
Upgrade from v3.5.13.x
NOTE Before upgrading from v3.5.13.x (or even KDE3), please make sure to go through this page for useful tips suggested by other TDE users.
We suggest the following steps for upgrading to the R14.0.3 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.