Difference between revisions of "Ubuntu Trinity Repository Installation Instructions"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>SlavekB
(Add section for Bionic, update section for Artful)
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Installation]]
 
[[Category:Installation]]
  +
   
 
On this page you can read the instructions to '''install''' or '''upgrade''' the Trinity Desktop Environment on your Ubuntu system.<br>
 
On this page you can read the instructions to '''install''' or '''upgrade''' the Trinity Desktop Environment on your Ubuntu system.<br>
Live CD Images for Ubuntu with Trinity preinstalled are also available [http://mirror.ppa.trinitydesktop.org/trinity/cdimages/ubuntu here].
+
Live CD images for Ubuntu with Trinity preinstalled are also available [http://mirror.ppa.trinitydesktop.org/trinity/cdimages/ubuntu here].
   
   
  +
='''Available versions and architectures'''=
='''Ensure the Ubuntu Universe and Multiverse repositories are available for use'''=
 
   
As root (e.g. using sudo), uncomment (remove the # marks from) the lines of your /etc/apt/sources.list file that include Universe and Multiverse<br>
 
If your system does not contain entries for Universe and Multiverse, append " universe multiverse" to your main Ubuntu repository line<br>
 
Alternatively, you may use graphical tools or other tutorials to enable the Universe and Multiverse repositories--the exact method of enabling is not important to the TDE installation process
 
   
  +
=='''R14.0.x series'''==
   
  +
Official TDE packages are available for the following versions of Ubuntu.
='''Ensure the Ubuntu Recommended Updates repository is available for use'''=
 
   
  +
* 20.04 - Focal : amd64, ppc64el, armhf
As root (e.g. using sudo), uncomment (remove the # marks from) the lines of your /etc/apt/sources.list file that include -updates<br>
 
  +
* 19.10 - Eoan : amd64, i386, ppc64el
If your system does not contain entries for -updates, copy your main Ubuntu repository line to the end of the /etc/apt/sources.list file and append -updates to the distribution name<br>
 
  +
* 19.04 - Disco : amd64, i386, ppc64el
Alternatively, you may use graphical tools or other tutorials to enable the Recommended Updates repository--the exact method of enabling is not important to the TDE installation process
 
  +
* 18.10 - Cosmic : amd64, i386, ppc64el (up to R14.0.8 only)
  +
* 18.04 - Bionic : amd64, i386, ppc64el, armhf
  +
* 17.10 - Artful : amd64, i386, ppc64el (up to R14.0.6 only)
  +
* 17.04 - Zesty : amd64, i386, ppc64el (up to R14.0.5 only)
  +
* 16.10 - Yakkety : amd64, i386 (up to R14.0.4 only)
  +
* 16.04 - Xenial : amd64, i386, ppc64el, armhf
  +
* 15.10 - Wily : amd64, i386 (up to R14.0.3 only)
  +
* 15.04 - Vivid : amd64, i386 (up to R14.0.3 only)
  +
* 14.10 - Utopic : amd64, i386 (up to R14.0.3 only)
  +
* 14.04 - Trusty : amd64, i386, armhf
  +
* 13.10 - Saucy : amd64, i386 (up to R14.0.3 only)
  +
* 13.04 - Raring : amd64, i386 (up to R14.0.3 only)
  +
* 12.10 - Quantal : amd64, i386 (up to R14.0.3 only)
  +
* 12.04 - Precise : amd64, i386 (up to R14.0.8 only)
  +
* 11.10 - Oneiric : amd64, i386 (up to R14.0.3 only)
  +
* 11.04 - Natty : amd64, i386 (up to R14.0.3 only)
  +
* 10.10 - Maverick : amd64, i386 (up to R14.0.3 only)
  +
* 10.04 - Lucid : amd64, i386 (up to R14.0.6 only)
   
   
  +
Additionally, unofficial but well-trusted rolling builds are available for a broader set of versions, including <span style="color:#0000ff">20.10 Groovy</span>.
='''Add these lines to your /etc/apt/sources.list file'''=
 
   
  +
These are built and maintained by Slávek Banko.
<!--
 
  +
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling version of current stable branch (maintenance releases)
==For Cosmic (Ubuntu 18.10)==
 
  +
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling version of main development branch (major/minor releases)
'''TDE R14.0.4'''
 
  +
<br/>
   
  +
=='''v3.5.13.x'''==
Cosmic Cuttlefish 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 Cosmic. If you are interested in installing TDE in a Cosmic environment, you can use the preliminary packages for the next R14.0.5 release.<br>
 
Please refer to the [[Preliminary_Stable_Builds|Preliminary Stable Builds]] page for further instructions.
 
-->
 
   
  +
Official TDE packages are available for the following versions of Debian.
   
  +
* 13.04 - Raring : amd64, i386
==For Bionic (Ubuntu 18.04)==
 
  +
* 12.10 - Quantal : amd64, i386
'''TDE R14.0.4'''
 
  +
* 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
   
  +
='''Setup Ubuntu Universe and Multiverse repositories'''=
For Bionic Beaver (Ubuntu 18.04) although it is already released, currently there is no official version of TDE available, although TDE runs smoothly in Bionic. If you are interested in installing TDE in a Bionic environment, you can use the preliminary packages for the next R14.0.5 release.<br>
 
Please refer to the [[Preliminary_Stable_Builds|Preliminary Stable Builds]] page for further instructions.
 
   
  +
As root (e.g. using sudo), uncomment (remove the # marks from) the lines of your /etc/apt/sources.list file that include Universe and Multiverse<br>
  +
If your system does not contain entries for Universe and Multiverse, append "universe multiverse" to your main Ubuntu repository line<br>
  +
Alternatively, you may use graphical tools or other tutorials to enable the Universe and Multiverse repositories.
   
==For Artful (Ubuntu 17.10)==
 
'''TDE R14.0.4'''
 
   
  +
='''Setup Ubuntu Recommended Updates repository'''=
For Artful Aardvark (Ubuntu 17.10) although it is already released, currently there is no official version of TDE available, although TDE runs smoothly in Artful. If you are interested in installing TDE in a Artful environment, you can use the preliminary packages for the next R14.0.5 release.<br>
 
Please refer to the [[Preliminary_Stable_Builds|Preliminary Stable Builds]] page for further instructions.
 
   
  +
As root (e.g. using sudo), uncomment (remove the # marks from) the lines of your /etc/apt/sources.list file that include -updates<br>
  +
If your system does not contain entries for -updates, copy your main Ubuntu repository line to the end of the /etc/apt/sources.list file and append -updates to the distribution name<br>
  +
Alternatively, you may use graphical tools or other tutorials to enable the Recommended Updates repository.
   
==For Zesty (Ubuntu 17.04)==
 
'''TDE R14.0.4'''
 
   
  +
='''Configure the package manager'''=
For Zesty Zapus (Ubuntu 17.04), although it is already released, currently there is no official version of TDE available, although TDE runs smoothly in Zesty. If you are interested in installing TDE in a Zesty environment, you can use the preliminary packages for the next R14.0.5 release.<br>
 
Please refer to the [[Preliminary_Stable_Builds|Preliminary Stable Builds]] page for further instructions.
 
   
  +
Add the following lines to your /etc/apt/sources.list file.
   
  +
'''NOTE 1''': make sure to replace <span style="color:#ff0000">'''<your-distribution>'''</span> with your actual distribution name.
==For Yakkety (Ubuntu 16.10)==
 
'''TDE R14.0.4'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu yakkety main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu yakkety main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu yakkety main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu yakkety main
 
   
  +
'''NOTE 2''': deb-src lines following are optional.
   
==For Xenial (Ubuntu 16.04 LTS)==
 
'''TDE R14.0.4'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu xenial main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu xenial main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu xenial main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu xenial main
 
   
  +
'''TDE R14.0.x'''
  +
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x <span style="color:#ff0000">'''<your-distribution>'''</span> main
  +
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x <span style="color:#ff0000">'''<your-distribution>'''</span> main
  +
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x <span style="color:#ff0000">'''<your-distribution>'''</span> main
  +
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x <span style="color:#ff0000">'''<your-distribution>'''</span> main
   
==For Wily (Ubuntu 15.10)==
 
'''TDE R14.0.3'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu wily main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu wily main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu wily main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu wily main
 
   
  +
'''TDE v3.5.13.x'''
  +
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-v3.5.13 <span style="color:#ff0000">'''<your-distribution>'''</span> main
  +
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-v3.5.13 <span style="color:#ff0000">'''<your-distribution>'''</span> main
  +
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-v3.5.13 <span style="color:#ff0000">'''<your-distribution>'''</span> main
  +
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-v3.5.13 <span style="color:#ff0000">'''<your-distribution>'''</span> main
   
  +
='''Import GPG signing key'''=
==For Vivid (Ubuntu 15.04)==
 
'''TDE R14.0.3'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu vivid main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu vivid main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu vivid main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu vivid main
 
   
  +
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:
   
  +
wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb
==For Utopic (Ubuntu 14.10)==
 
  +
sudo dpkg -i trinity-keyring.deb
'''TDE R14.0.3'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu utopic main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu utopic main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu utopic main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu utopic main
 
   
  +
='''Install Trinity'''=
  +
If you are doing a fresh TDE installation, please follow the steps listed below.<br>
  +
If you are upgrading from an existing R14.0.x or 3.5.13.x version, please follow the instruction under the [[#TDEUpgrade|upgrading]] section.<br>
   
==For Trusty (Ubuntu 14.04 LTS)==
 
'''TDE R14.0.4'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu trusty main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu trusty main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu trusty main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu trusty main
 
   
  +
=='''Fresh R14.0.x installation'''==
   
  +
The following steps are suggested for installing the latest R14.0.x version.
==For Saucy (Ubuntu 13.10)==
 
'''TDE R14.0.3'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu saucy main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu saucy main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu saucy main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu saucy main
 
   
  +
'''NOTE''': <span style="color:#0000ff">''tde-trinity''</span> package is a comprehensive meta-package. To install a minimalist environment, replace <span style="color:#0000ff">''kubuntu-default-settings-trinity kubuntu-desktop-trinity''</span> with <span style="color:#0000ff">''tdebase-trinity''</span> in the instructions below.
   
  +
sudo apt-get update
==For Raring (Ubuntu 13.04)==
 
  +
sudo aptitude install kubuntu-default-settings-trinity kubuntu-desktop-trinity
'''TDE R14.0.3'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu raring main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu raring main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu raring main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu raring main
 
   
  +
=='''<span id="TDEUpgrade"></span>Upgrading from an existing R14.0.x or v3.5.13.x installation'''==
'''TDE v3.5.13.2'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu raring main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu raring main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu raring main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu raring main
 
   
  +
The following steps are suggested for upgrading to the latest R14.0.x version.
   
  +
'''NOTE''': Before upgrading from v3.5.13.x (or even KDE3), please make sure to go through this [[Tips_And_Tricks|page]] for useful tips suggested by other TDE users.
==For Quantal (Ubuntu 12.10)==
 
'''TDE R14.0.3'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu quantal main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu quantal main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu quantal main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu quantal main
 
   
  +
sudo apt-get update
'''TDE v3.5.13.2'''
 
  +
sudo aptitude full-upgrade
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu quantal main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu quantal main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu quantal main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu quantal main
 
   
  +
This will upgrade TDE to the newer version and should complete smoothly.
   
  +
If you are upgrading from an existing R14.0.x installation, you are done.
==For Precise (Ubuntu 12.04 LTS)==
 
'''TDE R14.0.4'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu precise main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu precise main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu precise main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu precise main
 
   
  +
If you are upgrading from v3.5.13.x, 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>
'''TDE v3.5.13.2'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu precise main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu precise main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu precise main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu precise main
 
   
   
  +
*'''A.''' If you had previously installed some <span style="color:#0000ff">''kde meta packages''</span>, (such as kde-core-trinity, kdeadmin-trinity, ...) use the command below, where <span style="color:#0000ff">''<tde-equivalent-metapackage>''</span> is the equivalent package in R14.0.x (tde-core-trinity, tdeadmin-trinity, ...). Repeat for all meta packages there had been installed.
==For Oneiric (Ubuntu 11.10)==
 
'''TDE R14.0.3'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu oneiric main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu oneiric main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu oneiric main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu oneiric main
 
 
'''TDE v3.5.13.2'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu oneiric main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu oneiric main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu oneiric main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu oneiric main
 
 
 
==For Natty (Ubuntu 11.04)==
 
'''TDE R14.0.3'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu natty main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu natty main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu natty main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu natty main
 
 
'''TDE v3.5.13.2'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu natty main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu natty main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu natty main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu natty main
 
 
 
==For Maverick (Ubuntu 10.10)==
 
'''TDE R14.0.3'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu maverick main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu maverick main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu maverick main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu maverick main
 
 
'''TDE v3.5.13.2'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu maverick main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu maverick main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu maverick main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu maverick main
 
 
 
==For Lucid (Ubuntu 10.04 LTS)==
 
'''TDE R14.0.4'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu lucid main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/ubuntu lucid main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu lucid main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/ubuntu lucid main
 
 
'''TDE v3.5.13.2'''
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu lucid main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-v3.5.13/ubuntu lucid main
 
deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu lucid main
 
deb-src http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-v3.5.13/ubuntu lucid main
 
 
 
='''Add the GPG signing key'''=
 
 
sudo apt-key adv --keyserver keyserver.quickbuild.io --recv-keys F5CFC95C
 
 
='''Install Trinity'''=
 
If you are doing a fresh TDE installation, please follow the steps listed below.<br>
 
If you are upgrading from version 3.5.13.x, please follow the instruction under the [[#TDEUpgrade|upgrade]] section.<br>
 
 
sudo aptitude update
 
sudo aptitude install kubuntu-default-settings-trinity kubuntu-desktop-trinity
 
 
 
='''<span id="TDEUpgrade"></span>Upgrade from v3.5.13.x'''=
 
'''NOTE''' Before upgrading from v3.5.13.x (or even KDE3), please make sure to go through this [[Tips_And_Tricks|page]] for useful tips suggested by other TDE users.<br>
 
We suggest the following steps for upgrading to the R14.0.4 version.
 
 
sudo apt-get update
 
sudo aptitude full-upgrade
 
   
  +
sudo aptitude install <span style="color:#0000ff">''<tde-equivalent-metapackage>''</span>
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 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, ...).<br>
 
This should be repeated for all installed meta packages.
 
   
  +
*'''B.''' Run aptitude in interactive mode, limit the display to '~i-trinity~ddummy" and manually check/delete/upgrade unneeded packages from the ones displayed.
   
*B. Run aptitude in interactive mode, limit the display to '~i-trinity~ddummy" and manually check/delete/upgrade unneeded packages from the ones displayed.
 
   
='''Upgrading Ubuntu and TDE from a previous version'''=
+
='''Upgrading both Ubuntu and TDE from a previous version'''=
   
'''WARNING: Using a live Ubuntu CD to upgrade your Trinity system may break your installation'''.<br>
+
'''NOTE:''' Using a live CD to upgrade both Ubuntu and your Trinity installation may break your installation.<br>
 
Instead, please follow these instructions.
 
Instead, please follow these instructions.
   
1) Make sure you have ''update manager'' installed. Use the Adept Manager to install the update-manager package, or run
+
1) Make sure you have ''update manager'' installed.
   
 
sudo apt-get install update-manager
 
sudo apt-get install update-manager

Revision as of 12:55, 28 April 2020


On this page you can read the instructions to install or upgrade the Trinity Desktop Environment on your Ubuntu system.
Live CD images for Ubuntu with Trinity preinstalled are also available here.


Available versions and architectures

R14.0.x series

Official TDE packages are available for the following versions of Ubuntu.

  • 20.04 - Focal : amd64, ppc64el, armhf
  • 19.10 - Eoan : amd64, i386, ppc64el
  • 19.04 - Disco : amd64, i386, ppc64el
  • 18.10 - Cosmic : amd64, i386, ppc64el (up to R14.0.8 only)
  • 18.04 - Bionic : amd64, i386, ppc64el, armhf
  • 17.10 - Artful : amd64, i386, ppc64el (up to R14.0.6 only)
  • 17.04 - Zesty : amd64, i386, ppc64el (up to R14.0.5 only)
  • 16.10 - Yakkety : amd64, i386 (up to R14.0.4 only)
  • 16.04 - Xenial : amd64, i386, ppc64el, armhf
  • 15.10 - Wily : amd64, i386 (up to R14.0.3 only)
  • 15.04 - Vivid : amd64, i386 (up to R14.0.3 only)
  • 14.10 - Utopic : amd64, i386 (up to R14.0.3 only)
  • 14.04 - Trusty : amd64, i386, armhf
  • 13.10 - Saucy : amd64, i386 (up to R14.0.3 only)
  • 13.04 - Raring : amd64, i386 (up to R14.0.3 only)
  • 12.10 - Quantal : amd64, i386 (up to R14.0.3 only)
  • 12.04 - Precise : amd64, i386 (up to R14.0.8 only)
  • 11.10 - Oneiric : amd64, i386 (up to R14.0.3 only)
  • 11.04 - Natty : amd64, i386 (up to R14.0.3 only)
  • 10.10 - Maverick : amd64, i386 (up to R14.0.3 only)
  • 10.04 - Lucid : amd64, i386 (up to R14.0.6 only)


Additionally, unofficial but well-trusted rolling builds are available for a broader set of versions, including 20.10 Groovy.

These are built and maintained by Slávek Banko.


v3.5.13.x

Official TDE packages are available for the following versions of Debian.

  • 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

Setup Ubuntu Universe and Multiverse repositories

As root (e.g. using sudo), uncomment (remove the # marks from) the lines of your /etc/apt/sources.list file that include Universe and Multiverse
If your system does not contain entries for Universe and Multiverse, append "universe multiverse" to your main Ubuntu repository line
Alternatively, you may use graphical tools or other tutorials to enable the Universe and Multiverse repositories.


Setup Ubuntu Recommended Updates repository

As root (e.g. using sudo), uncomment (remove the # marks from) the lines of your /etc/apt/sources.list file that include -updates
If your system does not contain entries for -updates, copy your main Ubuntu repository line to the end of the /etc/apt/sources.list file and append -updates to the distribution name
Alternatively, you may use graphical tools or other tutorials to enable the Recommended Updates repository.


Configure the package manager

Add the following lines to your /etc/apt/sources.list file.

NOTE 1: make sure to replace <your-distribution> with your actual distribution name.

NOTE 2: deb-src lines following are optional.


TDE R14.0.x

deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               <your-distribution>  main
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x    <your-distribution>  main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           <your-distribution>  main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x <your-distribution>  main


TDE v3.5.13.x

deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-v3.5.13               <your-distribution>  main
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-v3.5.13     <your-distribution>  main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-v3.5.13           <your-distribution>  main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-v3.5.13 <your-distribution>  main

Import GPG signing key

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

Install Trinity

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


Fresh R14.0.x installation

The following steps are suggested for installing the latest R14.0.x version.

NOTE: tde-trinity package is a comprehensive meta-package. To install a minimalist environment, replace kubuntu-default-settings-trinity kubuntu-desktop-trinity with tdebase-trinity in the instructions below.

sudo apt-get update
sudo aptitude install kubuntu-default-settings-trinity kubuntu-desktop-trinity

Upgrading from an existing R14.0.x or v3.5.13.x installation

The following steps are suggested for upgrading to the latest R14.0.x version.

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.

sudo apt-get update
sudo aptitude full-upgrade

This will upgrade TDE to the newer version and should complete smoothly.

If you are upgrading from an existing R14.0.x installation, you are done.

If you are upgrading from v3.5.13.x, 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 had previously installed some kde meta packages, (such as kde-core-trinity, kdeadmin-trinity, ...) use the command below, where <tde-equivalent-metapackage> is the equivalent package in R14.0.x (tde-core-trinity, tdeadmin-trinity, ...). Repeat for all meta packages there had been installed.
sudo aptitude install <tde-equivalent-metapackage>


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


Upgrading both Ubuntu and TDE from a previous version

NOTE: Using a live CD to upgrade both Ubuntu and your Trinity installation may break your installation.
Instead, please follow these instructions.

1) Make sure you have update manager installed.

sudo apt-get install update-manager

2) Run the update-manager through console. Open a terminal and run:

update-manager

3) Check for updates and install all updates before proceeding. You need to have the latest packages to proceed.

4) Run the distribution upgrade tool. Click the upgrade button. Read the release notes, then let it download the upgrade tool. Authenticate with your password and let the upgrade run.

5) If you are upgrading from KDE 3 or TDE 3.5.x series, on the verification screens make sure there are no kde* packages anymore (for example, kdebase-kde3, kdelibs-kde3, kdebase-trinity, kdelibs-trinity).

6) You can allow the upgrade tool to check for obsolete packages. It should not remove TDE related ones.