<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.trinitydesktop.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Msi</id>
	<title>Trinity Desktop Project Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.trinitydesktop.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Msi"/>
	<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/Special:Contributions/Msi"/>
	<updated>2026-04-13T09:41:18Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2912</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2912"/>
		<updated>2023-03-12T22:33:18Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Adding the TDE repository */ Use Devuan release names in examples&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to &amp;#039;&amp;#039;&amp;#039;install&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;upgrade&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;remove&amp;#039;&amp;#039;&amp;#039; Trinity Desktop Environment on Devuan systems.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
=Available versions and architectures=&lt;br /&gt;
&lt;br /&gt;
==R14.0.x series==&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible&amp;quot;&lt;br /&gt;
 ! Version&lt;br /&gt;
 ! Architectures&lt;br /&gt;
 ! Notes&lt;br /&gt;
 |-&lt;br /&gt;
 | 4.x - chimaera&lt;br /&gt;
 | amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 3.x - beowulf&lt;br /&gt;
 | amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 2.x - ascii&lt;br /&gt;
 | amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
 |&lt;br /&gt;
 |-&lt;br /&gt;
 | 1.x - jessie&lt;br /&gt;
 | amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
 | up to R14.0.11 only&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
==v3.5.13.2==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
=Configuring the package manager=&lt;br /&gt;
&lt;br /&gt;
==Importing the package signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to import TDE&amp;#039;s package signing key is to manually download and install the package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. The advantage is that this method of installation is not dependent on the availability of a key server. Another advantage is that the key is not integrated into the global apt keyring, but is installed as a separate file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ wget https://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
$ sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Adding the TDE repository==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your &amp;lt;tt&amp;gt;/etc/apt/sources.list&amp;lt;/tt&amp;gt; file. &lt;br /&gt;
&lt;br /&gt;
{{WarningBox&lt;br /&gt;
 |text=Make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution release name (for example &amp;#039;beowulf&amp;#039; or &amp;#039;chimaera&amp;#039;)&lt;br /&gt;
}}&lt;br /&gt;
{{TipBox&lt;br /&gt;
 |caption=Note&lt;br /&gt;
 |text=&amp;lt;tt&amp;gt;deb-src&amp;lt;/tt&amp;gt; lines following are optional.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===TDE R14.0.x series===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;sourceslist&amp;quot;&amp;gt;&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;your-distribution-release-name&amp;gt; main&lt;br /&gt;
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;your-distribution-release-name&amp;gt; main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;your-distribution-release-name&amp;gt; main&lt;br /&gt;
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;your-distribution-release-name&amp;gt; main&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Installing Trinity=&lt;br /&gt;
&lt;br /&gt;
==Fresh R14.0.x installation==&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#TDEUpgrade|next section]].&lt;br /&gt;
&lt;br /&gt;
{{WarningBox&lt;br /&gt;
 |text=&amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install tde-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{TipBox&lt;br /&gt;
 |text=After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example, for Czech you would run: &amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;$ sudo apt-get install tde-i18n-cs-trinity&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=&amp;lt;span id=&amp;quot;TDEUpgrade&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Upgrading from an existing R14.0.x installation=&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo aptitude full-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
=Removing Trinity=&lt;br /&gt;
&lt;br /&gt;
{{TipBox | caption = Note | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
==Uninstalling packages==&lt;br /&gt;
&lt;br /&gt;
===Using aptitude===&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Using apt-get===&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ mktemp /tmp/tde.XXXX&lt;br /&gt;
/tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for uninstallation. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to uninstall them. We will take care of that in the next step. So, for now, just confirm the uninstallation of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to uninstall all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoremove&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply uninstalls all packages that were installed as dependencies of packages that are no longer installed, which might lead to the uninstallation of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to uninstall, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
==Removing the Trinity repository from package sources==&lt;br /&gt;
&lt;br /&gt;
Open &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; and either remove the Trinity repository lines or comment them by adding a hash symbol (&amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;) at the beginning of each line. Then save the file and run &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Cleaning up the package cache==&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoclean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get clean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Removing left-over files from your home directory==&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;tt&amp;gt;$HOME&amp;lt;/tt&amp;gt;. Usually these are the &amp;lt;tt&amp;gt;.tderc&amp;lt;/tt&amp;gt; file and the &amp;lt;tt&amp;gt;.trinity&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;.qt&amp;lt;/tt&amp;gt; directories. (The latter is still mistakenly used by some applications.)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Talk:TDE_Wiki_Style_Guideline&amp;diff=2140</id>
		<title>Talk:TDE Wiki Style Guideline</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Talk:TDE_Wiki_Style_Guideline&amp;diff=2140"/>
		<updated>2022-02-27T20:51:01Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* On being “semantic” */ Add reply&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== On being “semantic” ==&lt;br /&gt;
&lt;br /&gt;
It sure is nice to format text in such a way that the reader can tell code snippets etc. from regular text reliably. That said, “being semantic” is not the same as “[using] visual styles to make it easier to tell apart different kinds of information.” Quite a bit on the contrary, “semantic” markup wouldn&amp;#039;t really be concerned with visual presentation at all, but simply denote what things are. This is a good thing, generally speaking, because not all readers access text visually, and among those who do, some might need things to be styled in a particular way because they&amp;#039;re visually impaired.&lt;br /&gt;
&lt;br /&gt;
Sadly, the whole approach has been overdone to an extent ridiculously beyond useful in HTML 5. So, the most prominent example out there is also the worst one imaginable, which has me think that any talk about “being semantic” should probably be left out of a reasonable style guideline.&lt;br /&gt;
&lt;br /&gt;
Apropos “semantic” markup: Putting text inbetween &amp;lt;code&amp;gt;&amp;amp;lt;tt&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;/tt&amp;amp;gt;&amp;lt;/code&amp;gt; doesn&amp;#039;t really denote any useful meaning. The HTML 4.01 specification says that pretty clearly in the [https://www.w3.org/TR/html401/present/graphics.html#edef-TT definition of the &amp;lt;code&amp;gt;TT&amp;lt;/code&amp;gt; element]: “Renders as teletype or monospaced text.” In other words, it&amp;#039;s purely for visual styling. As far as I can see, the HTML 5 specification doesn&amp;#039;t even include that element anymore, probably because it&amp;#039;s not “semantic.”&lt;br /&gt;
&lt;br /&gt;
Given all that, I think it&amp;#039;s probably a good idea not to use &amp;lt;code&amp;gt;&amp;amp;lt;tt&amp;amp;gt;…&amp;amp;lt;/tt&amp;amp;gt;&amp;lt;/code&amp;gt; at all.&lt;br /&gt;
&lt;br /&gt;
File and directory names could simply be formatted as code because, at least in a command-line environment, they are either command input (first) or command output (later). I&amp;#039;d even go one step further and say that, for text on the Web, using &amp;lt;code&amp;gt;&amp;amp;lt;code&amp;amp;gt;…&amp;amp;lt;/code&amp;amp;gt;&amp;lt;/code&amp;gt; for actual code and everything that is either (&amp;quot;literal&amp;quot;) input or output in text mode is as “semantic” as it gets. That&amp;#039;s what I do on my website and, as far as I can see, it works pretty well.&lt;br /&gt;
&lt;br /&gt;
--[[User:Msi|Msi]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Hello [[User:Msi]] and thank you for your input.&lt;br /&gt;
&lt;br /&gt;
Firstly I don&amp;#039;t like the word &amp;quot;semantic&amp;quot; there either as it&amp;#039;s not the correct term, as seen from the rest of the sentence. I have been thinking on replacing it with &amp;quot;visually distinctive&amp;quot; maybe?&lt;br /&gt;
&lt;br /&gt;
Having said that, there is nothing wrong with using &amp;amp;lt;tt&amp;amp;gt; IMO as it has its own style set by the Wiki engine. If it becomes deprecated by MediaWiki too we can look for an alternative.&lt;br /&gt;
&lt;br /&gt;
Mavridis Philippe (blu.256) 21:50, 24 February 2022 (UTC)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
One way of solving the problem with the term “semantic” would be rewording the Generic Guidelines section. For all three points that section contains, the actual information is in the second sentence. So, IMO, the &amp;quot;Be…&amp;quot; sentences could simply be omitted without losing anything.&lt;br /&gt;
&lt;br /&gt;
If you really feel the need to use &amp;lt;code&amp;gt;&amp;amp;lt;tt&amp;amp;gt;…&amp;amp;lt;/tt&amp;amp;gt;&amp;lt;/code&amp;gt; for certain things, okay, let&amp;#039;s keep it.&lt;br /&gt;
&lt;br /&gt;
--[[User:Msi|Msi]] ([[User talk:Msi|talk]]) 20:50, 27 February 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Talk:TDE_Wiki_Style_Guideline&amp;diff=2139</id>
		<title>Talk:TDE Wiki Style Guideline</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Talk:TDE_Wiki_Style_Guideline&amp;diff=2139"/>
		<updated>2022-02-27T20:37:42Z</updated>

		<summary type="html">&lt;p&gt;Msi: Edit signature link text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== On being “semantic” ==&lt;br /&gt;
&lt;br /&gt;
It sure is nice to format text in such a way that the reader can tell code snippets etc. from regular text reliably. That said, “being semantic” is not the same as “[using] visual styles to make it easier to tell apart different kinds of information.” Quite a bit on the contrary, “semantic” markup wouldn&amp;#039;t really be concerned with visual presentation at all, but simply denote what things are. This is a good thing, generally speaking, because not all readers access text visually, and among those who do, some might need things to be styled in a particular way because they&amp;#039;re visually impaired.&lt;br /&gt;
&lt;br /&gt;
Sadly, the whole approach has been overdone to an extent ridiculously beyond useful in HTML 5. So, the most prominent example out there is also the worst one imaginable, which has me think that any talk about “being semantic” should probably be left out of a reasonable style guideline.&lt;br /&gt;
&lt;br /&gt;
Apropos “semantic” markup: Putting text inbetween &amp;lt;code&amp;gt;&amp;amp;lt;tt&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;/tt&amp;amp;gt;&amp;lt;/code&amp;gt; doesn&amp;#039;t really denote any useful meaning. The HTML 4.01 specification says that pretty clearly in the [https://www.w3.org/TR/html401/present/graphics.html#edef-TT definition of the &amp;lt;code&amp;gt;TT&amp;lt;/code&amp;gt; element]: “Renders as teletype or monospaced text.” In other words, it&amp;#039;s purely for visual styling. As far as I can see, the HTML 5 specification doesn&amp;#039;t even include that element anymore, probably because it&amp;#039;s not “semantic.”&lt;br /&gt;
&lt;br /&gt;
Given all that, I think it&amp;#039;s probably a good idea not to use &amp;lt;code&amp;gt;&amp;amp;lt;tt&amp;amp;gt;…&amp;amp;lt;/tt&amp;amp;gt;&amp;lt;/code&amp;gt; at all.&lt;br /&gt;
&lt;br /&gt;
File and directory names could simply be formatted as code because, at least in a command-line environment, they are either command input (first) or command output (later). I&amp;#039;d even go one step further and say that, for text on the Web, using &amp;lt;code&amp;gt;&amp;amp;lt;code&amp;amp;gt;…&amp;amp;lt;/code&amp;amp;gt;&amp;lt;/code&amp;gt; for actual code and everything that is either (&amp;quot;literal&amp;quot;) input or output in text mode is as “semantic” as it gets. That&amp;#039;s what I do on my website and, as far as I can see, it works pretty well.&lt;br /&gt;
&lt;br /&gt;
--[[User:Msi|Msi]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Hello [[User:Msi]] and thank you for your input.&lt;br /&gt;
&lt;br /&gt;
Firstly I don&amp;#039;t like the word &amp;quot;semantic&amp;quot; there either as it&amp;#039;s not the correct term, as seen from the rest of the sentence. I have been thinking on replacing it with &amp;quot;visually distinctive&amp;quot; maybe?&lt;br /&gt;
&lt;br /&gt;
Having said that, there is nothing wrong with using &amp;amp;lt;tt&amp;amp;gt; IMO as it has its own style set by the Wiki engine. If it becomes deprecated by MediaWiki too we can look for an alternative.&lt;br /&gt;
&lt;br /&gt;
Mavridis Philippe (blu.256) 21:50, 24 February 2022 (UTC)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Talk:TDE_Wiki_Style_Guideline&amp;diff=2136</id>
		<title>Talk:TDE Wiki Style Guideline</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Talk:TDE_Wiki_Style_Guideline&amp;diff=2136"/>
		<updated>2022-02-24T18:02:45Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* On being “semantic” */ Add missing word&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== On being “semantic” ==&lt;br /&gt;
&lt;br /&gt;
It sure is nice to format text in such a way that the reader can tell code snippets etc. from regular text reliably. That said, “being semantic” is not the same as “[using] visual styles to make it easier to tell apart different kinds of information.” Quite a bit on the contrary, “semantic” markup wouldn&amp;#039;t really be concerned with visual presentation at all, but simply denote what things are. This is a good thing, generally speaking, because not all readers access text visually, and among those who do, some might need things to be styled in a particular way because they&amp;#039;re visually impaired.&lt;br /&gt;
&lt;br /&gt;
Sadly, the whole approach has been overdone to an extent ridiculously beyond useful in HTML 5. So, the most prominent example out there is also the worst one imaginable, which has me think that any talk about “being semantic” should probably be left out of a reasonable style guideline.&lt;br /&gt;
&lt;br /&gt;
Apropos “semantic” markup: Putting text inbetween &amp;lt;code&amp;gt;&amp;amp;lt;tt&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;/tt&amp;amp;gt;&amp;lt;/code&amp;gt; doesn&amp;#039;t really denote any useful meaning. The HTML 4.01 specification says that pretty clearly in the [https://www.w3.org/TR/html401/present/graphics.html#edef-TT definition of the &amp;lt;code&amp;gt;TT&amp;lt;/code&amp;gt; element]: “Renders as teletype or monospaced text.” In other words, it&amp;#039;s purely for visual styling. As far as I can see, the HTML 5 specification doesn&amp;#039;t even include that element anymore, probably because it&amp;#039;s not “semantic.”&lt;br /&gt;
&lt;br /&gt;
Given all that, I think it&amp;#039;s probably a good idea not to use &amp;lt;code&amp;gt;&amp;amp;lt;tt&amp;amp;gt;…&amp;amp;lt;/tt&amp;amp;gt;&amp;lt;/code&amp;gt; at all.&lt;br /&gt;
&lt;br /&gt;
File and directory names could simply be formatted as code because, at least in a command-line environment, they are either command input (first) or command output (later). I&amp;#039;d even go one step further and say that, for text on the Web, using &amp;lt;code&amp;gt;&amp;amp;lt;code&amp;amp;gt;…&amp;amp;lt;/code&amp;amp;gt;&amp;lt;/code&amp;gt; for actual code and everything that is either (&amp;quot;literal&amp;quot;) input or output in text mode is as “semantic” as it gets. That&amp;#039;s what I do on my website and, as far as I can see, it works pretty well.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Talk:TDE_Wiki_Style_Guideline&amp;diff=2135</id>
		<title>Talk:TDE Wiki Style Guideline</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Talk:TDE_Wiki_Style_Guideline&amp;diff=2135"/>
		<updated>2022-02-24T18:01:21Z</updated>

		<summary type="html">&lt;p&gt;Msi: Add notes on being “semantic”&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== On being “semantic” ==&lt;br /&gt;
&lt;br /&gt;
It sure is nice to format text in such a way that the reader can tell code snippets etc. from regular text reliably. That said, “being semantic” is not the same as “[using] visual styles to make it easier to tell apart different kinds of information.” Quite a bit on the contrary, “semantic” markup wouldn&amp;#039;t really be concerned with visual presentation at all, but simply denote what things are. This is a good thing, generally speaking, because not all readers access text visually, and among those who do, some might need things to be styled in a particular way because they&amp;#039;re visually impaired.&lt;br /&gt;
&lt;br /&gt;
Sadly, the whole approach has been overdone to an extent ridiculously beyond useful in HTML 5. So, the most prominent example out there is also the worst one imaginable, which has me think that any talk about “being semantic” should probably be left out of a reasonable style guideline.&lt;br /&gt;
&lt;br /&gt;
Apropos “semantic” markup: Putting text inbetween &amp;lt;code&amp;gt;&amp;amp;lt;tt&amp;amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;lt;/tt&amp;amp;gt;&amp;lt;/code&amp;gt; doesn&amp;#039;t really denote any useful meaning. The HTML 4.01 specification says that pretty clearly in the [https://www.w3.org/TR/html401/present/graphics.html#edef-TT definition of the &amp;lt;code&amp;gt;TT&amp;lt;/code&amp;gt; element]: “Renders as teletype or monospaced text.” In other words, it&amp;#039;s purely for visual styling. As far I can see, the HTML 5 specification doesn&amp;#039;t even include that element anymore, probably because it&amp;#039;s not “semantic.”&lt;br /&gt;
&lt;br /&gt;
Given all that, I think it&amp;#039;s probably a good idea not to use &amp;lt;code&amp;gt;&amp;amp;lt;tt&amp;amp;gt;…&amp;amp;lt;/tt&amp;amp;gt;&amp;lt;/code&amp;gt; at all.&lt;br /&gt;
&lt;br /&gt;
File and directory names could simply be formatted as code because, at least in a command-line environment, they are either command input (first) or command output (later). I&amp;#039;d even go one step further and say that, for text on the Web, using &amp;lt;code&amp;gt;&amp;amp;lt;code&amp;amp;gt;…&amp;amp;lt;/code&amp;amp;gt;&amp;lt;/code&amp;gt; for actual code and everything that is either (&amp;quot;literal&amp;quot;) input or output in text mode is as “semantic” as it gets. That&amp;#039;s what I do on my website and, as far as I can see, it works pretty well.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2116</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2116"/>
		<updated>2022-02-14T18:37:54Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Configuring the package manager */ Swap order of subsections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install, upgrade, or remove Trinity Desktop Environment on Devuan systems.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configuring the package manager==&lt;br /&gt;
&lt;br /&gt;
===Importing the package signing key===&lt;br /&gt;
&lt;br /&gt;
The best way to import TDE&amp;#039;s package signing key is to manually download and install the package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. The advantage is that this method of installation is not dependent on the availability of a key server. Another advantage is that the key is not integrated into the global apt keyring, but is installed as a separate file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ wget https://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
$ sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Adding the TDE repository===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Installing Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install tde-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo aptitude full-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{TipBox | caption = Note | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ mktemp /tmp/tde.XXXX&lt;br /&gt;
/tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for uninstallation. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to uninstall them. We will take care of that in the next step. So, for now, just confirm the uninstallation of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to uninstall all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoremove&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply uninstalls all packages that were installed as dependencies of packages that are no longer installed, which might lead to the uninstallation of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to uninstall, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Open &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; and either remove the Trinity repository lines or comment them by adding a hash symbol (&amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;) at the beginning of each line. Then save the file and run &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoclean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get clean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;. Usually these are the &amp;lt;tt&amp;gt;.tderc&amp;lt;/tt&amp;gt; file and the &amp;lt;tt&amp;gt;.trinity&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;.qt&amp;lt;/tt&amp;gt; directories. (The latter is still mistakenly used by some applications.)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2115</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2115"/>
		<updated>2022-02-14T18:36:38Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Configuring the package manager */ Improve section on importing the package signing key&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install, upgrade, or remove Trinity Desktop Environment on Devuan systems.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configuring the package manager==&lt;br /&gt;
&lt;br /&gt;
===Adding the TDE repository===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
===Importing the package signing key===&lt;br /&gt;
&lt;br /&gt;
The best way to import TDE&amp;#039;s package signing key is to manually download and install the package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. The advantage is that this method of installation is not dependent on the availability of a key server. Another advantage is that the key is not integrated into the global apt keyring, but is installed as a separate file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ wget https://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
$ sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install tde-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo aptitude full-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{TipBox | caption = Note | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ mktemp /tmp/tde.XXXX&lt;br /&gt;
/tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for uninstallation. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to uninstall them. We will take care of that in the next step. So, for now, just confirm the uninstallation of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to uninstall all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoremove&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply uninstalls all packages that were installed as dependencies of packages that are no longer installed, which might lead to the uninstallation of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to uninstall, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Open &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; and either remove the Trinity repository lines or comment them by adding a hash symbol (&amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;) at the beginning of each line. Then save the file and run &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoclean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get clean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;. Usually these are the &amp;lt;tt&amp;gt;.tderc&amp;lt;/tt&amp;gt; file and the &amp;lt;tt&amp;gt;.trinity&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;.qt&amp;lt;/tt&amp;gt; directories. (The latter is still mistakenly used by some applications.)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2107</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2107"/>
		<updated>2022-02-06T12:35:09Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Importing the GPG signing key */ http → https&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install, upgrade, or remove Trinity Desktop Environment on Devuan systems.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configuring the package manager==&lt;br /&gt;
&lt;br /&gt;
===Adding the TDE repository===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
===Importing the GPG signing key===&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ wget https://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
$ sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install tde-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo aptitude full-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{TipBox | caption = Note | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ mktemp /tmp/tde.XXXX&lt;br /&gt;
/tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for uninstallation. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to uninstall them. We will take care of that in the next step. So, for now, just confirm the uninstallation of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to uninstall all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoremove&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply uninstalls all packages that were installed as dependencies of packages that are no longer installed, which might lead to the uninstallation of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to uninstall, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Open &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; and either remove the Trinity repository lines or comment them by adding a hash symbol (&amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;) at the beginning of each line. Then save the file and run &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoclean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get clean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;. Usually these are the &amp;lt;tt&amp;gt;.tderc&amp;lt;/tt&amp;gt; file and the &amp;lt;tt&amp;gt;.trinity&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;.qt&amp;lt;/tt&amp;gt; directories. (The latter is still mistakenly used by some applications.)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2106</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2106"/>
		<updated>2022-02-06T00:18:12Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Installing Trinity */ Fix formatting &amp;amp; structure&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install, upgrade, or remove Trinity Desktop Environment on Devuan systems.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configuring the package manager==&lt;br /&gt;
&lt;br /&gt;
===Adding the TDE repository===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
===Importing the GPG signing key===&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
$ sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install tde-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo aptitude full-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{TipBox | caption = Note | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ mktemp /tmp/tde.XXXX&lt;br /&gt;
/tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for uninstallation. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to uninstall them. We will take care of that in the next step. So, for now, just confirm the uninstallation of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to uninstall all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoremove&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply uninstalls all packages that were installed as dependencies of packages that are no longer installed, which might lead to the uninstallation of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to uninstall, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Open &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; and either remove the Trinity repository lines or comment them by adding a hash symbol (&amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;) at the beginning of each line. Then save the file and run &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoclean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get clean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;. Usually these are the &amp;lt;tt&amp;gt;.tderc&amp;lt;/tt&amp;gt; file and the &amp;lt;tt&amp;gt;.trinity&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;.qt&amp;lt;/tt&amp;gt; directories. (The latter is still mistakenly used by some applications.)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2105</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2105"/>
		<updated>2022-02-05T23:25:11Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Using apt-get */ Revise terminology (“remov*” → “uninstall*” where appropriate)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install, upgrade, or remove Trinity Desktop Environment on Devuan systems.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configuring the package manager==&lt;br /&gt;
&lt;br /&gt;
===Adding the TDE repository===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
===Importing the GPG signing key===&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
$ sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo aptitude full-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{TipBox | caption = Note | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ mktemp /tmp/tde.XXXX&lt;br /&gt;
/tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for uninstallation. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to uninstall them. We will take care of that in the next step. So, for now, just confirm the uninstallation of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to uninstall all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoremove&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply uninstalls all packages that were installed as dependencies of packages that are no longer installed, which might lead to the uninstallation of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to uninstall, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Open &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; and either remove the Trinity repository lines or comment them by adding a hash symbol (&amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;) at the beginning of each line. Then save the file and run &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoclean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get clean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;. Usually these are the &amp;lt;tt&amp;gt;.tderc&amp;lt;/tt&amp;gt; file and the &amp;lt;tt&amp;gt;.trinity&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;.qt&amp;lt;/tt&amp;gt; directories. (The latter is still mistakenly used by some applications.)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2095</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2095"/>
		<updated>2022-01-29T15:06:54Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Removing the Trinity repository from package sources */ Reword and extend&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install, upgrade, or remove Trinity Desktop Environment on Devuan systems.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configuring the package manager==&lt;br /&gt;
&lt;br /&gt;
===Adding the TDE repository===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
===Importing the GPG signing key===&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
$ sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo aptitude full-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{TipBox | caption = Note | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ mktemp /tmp/tde.XXXX&lt;br /&gt;
/tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoremove&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Open &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; and either remove the Trinity repository lines or comment them by adding a hash symbol (&amp;lt;code&amp;gt;#&amp;lt;/code&amp;gt;) at the beginning of each line. Then save the file and run &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoclean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get clean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;. Usually these are the &amp;lt;tt&amp;gt;.tderc&amp;lt;/tt&amp;gt; file and the &amp;lt;tt&amp;gt;.trinity&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;.qt&amp;lt;/tt&amp;gt; directories. (The latter is still mistakenly used by some applications.)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2094</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2094"/>
		<updated>2022-01-29T12:21:24Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Removing Trinity */ Add `sudo` for commands that need it&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install, upgrade, or remove Trinity Desktop Environment on Devuan systems.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configuring the package manager==&lt;br /&gt;
&lt;br /&gt;
===Adding the TDE repository===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
===Importing the GPG signing key===&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
$ sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo aptitude full-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{TipBox | caption = Note | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ mktemp /tmp/tde.XXXX&lt;br /&gt;
/tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoremove&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;sudo apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoclean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get clean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;. Usually these are the &amp;lt;tt&amp;gt;.tderc&amp;lt;/tt&amp;gt; file and the &amp;lt;tt&amp;gt;.trinity&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;.qt&amp;lt;/tt&amp;gt; directories. (The latter is still mistakenly used by some applications.)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2091</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2091"/>
		<updated>2022-01-25T08:39:59Z</updated>

		<summary type="html">&lt;p&gt;Msi: Update intro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install, upgrade, or remove Trinity Desktop Environment on Devuan systems.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configuring the package manager==&lt;br /&gt;
&lt;br /&gt;
===Adding the TDE repository===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
===Importing the GPG signing key===&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
$ sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo aptitude full-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{TipBox | caption = Note | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ mktemp /tmp/tde.XXXX&lt;br /&gt;
/tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoremove&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ apt-get autoclean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ apt-get clean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;. Usually these are the &amp;lt;tt&amp;gt;.tderc&amp;lt;/tt&amp;gt; file and the &amp;lt;tt&amp;gt;.trinity&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;.qt&amp;lt;/tt&amp;gt; directories. (The latter is still mistakenly used by some applications.)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2081</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2081"/>
		<updated>2022-01-20T22:06:12Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Install Trinity */ Adjust heading for consistency&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configuring the package manager==&lt;br /&gt;
&lt;br /&gt;
===Adding the TDE repository===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
===Importing the GPG signing key===&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
$ sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installing Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo aptitude full-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{TipBox | caption = Note | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ mktemp /tmp/tde.XXXX&lt;br /&gt;
/tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoremove&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ apt-get autoclean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ apt-get clean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;. Usually these are the &amp;lt;tt&amp;gt;.tderc&amp;lt;/tt&amp;gt; file and the &amp;lt;tt&amp;gt;.trinity&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;.qt&amp;lt;/tt&amp;gt; directories. (The latter is still mistakenly used by some applications.)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2080</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2080"/>
		<updated>2022-01-20T22:03:54Z</updated>

		<summary type="html">&lt;p&gt;Msi: Put package manager configuration steps into one major section with two sub-sections&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configuring the package manager==&lt;br /&gt;
&lt;br /&gt;
===Adding the TDE repository===&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
===Importing the GPG signing key===&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
$ sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo aptitude full-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{TipBox | caption = Note | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ mktemp /tmp/tde.XXXX&lt;br /&gt;
/tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoremove&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ apt-get autoclean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ apt-get clean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;. Usually these are the &amp;lt;tt&amp;gt;.tderc&amp;lt;/tt&amp;gt; file and the &amp;lt;tt&amp;gt;.trinity&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;.qt&amp;lt;/tt&amp;gt; directories. (The latter is still mistakenly used by some applications.)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2079</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2079"/>
		<updated>2022-01-20T21:55:09Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Removing left-over files from your home directory */ Brush up language&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
$ sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo aptitude full-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{TipBox | caption = Note | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ mktemp /tmp/tde.XXXX&lt;br /&gt;
/tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoremove&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ apt-get autoclean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ apt-get clean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;. Usually these are the &amp;lt;tt&amp;gt;.tderc&amp;lt;/tt&amp;gt; file and the &amp;lt;tt&amp;gt;.trinity&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;.qt&amp;lt;/tt&amp;gt; directories. (The latter is still mistakenly used by some applications.)&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2078</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2078"/>
		<updated>2022-01-20T21:50:49Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Using apt-get */ Fix formatting of 3rd code block&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
$ sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo aptitude full-upgrade&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{TipBox | caption = Note | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ mktemp /tmp/tde.XXXX&lt;br /&gt;
/tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ sudo apt-get autoremove&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ apt-get autoclean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
$ apt-get clean&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;. Usually these are the &amp;lt;tt&amp;gt;.tderc&amp;lt;/tt&amp;gt; file and the &amp;lt;tt&amp;gt;.trinity&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;.qt&amp;lt;/tt&amp;gt; directories (the latter still mistakenly used by some applications).&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2070</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2070"/>
		<updated>2022-01-19T16:19:50Z</updated>

		<summary type="html">&lt;p&gt;Msi: Fix layout&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{Box | caption = Note | background = #ffffcc | highlight = #ffcc66 | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
  aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  $ mktemp /tmp/tde.XXXX&lt;br /&gt;
  /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
  $ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
 &lt;br /&gt;
  $ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get autoremove&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
  apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
  apt-get clean&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2069</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2069"/>
		<updated>2022-01-19T16:17:00Z</updated>

		<summary type="html">&lt;p&gt;Msi: Force display of TOC&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{Box | caption = Note | background = #ffffcc | highlight = #ffcc66 | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
  aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  $ mktemp /tmp/tde.XXXX&lt;br /&gt;
  /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
  $ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
 &lt;br /&gt;
  $ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get autoremove&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
  apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
  apt-get clean&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2068</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2068"/>
		<updated>2022-01-19T16:08:16Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Removing Trinity */ Use Box template for initial note&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
{{Box | caption = Note | background = #ffffcc | highlight = #ffcc66 | text = Please read the following instructions completely before starting the removal process.}}&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
  aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  $ mktemp /tmp/tde.XXXX&lt;br /&gt;
  /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
  $ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
 &lt;br /&gt;
  $ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get autoremove&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
  apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
  apt-get clean&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2067</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2067"/>
		<updated>2022-01-19T15:50:32Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Using apt-get */ Use WarningBox template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
Note: Please read the following instructions completely before starting the removal process.&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
  aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  $ mktemp /tmp/tde.XXXX&lt;br /&gt;
  /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
  $ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
 &lt;br /&gt;
  $ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get autoremove&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
{{WarningBox | caption = CAUTION | text = Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.}}&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
  apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
  apt-get clean&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2048</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2048"/>
		<updated>2022-01-17T13:32:41Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Removing Trinity */ Remove &amp;quot;Overview&amp;quot; heading&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
Note: Please read the following instructions completely before starting the removal process.&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
  aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  $ mktemp /tmp/tde.XXXX&lt;br /&gt;
  /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
  $ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
 &lt;br /&gt;
  $ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get autoremove&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
CAUTION: Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
  apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
  apt-get clean&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2047</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2047"/>
		<updated>2022-01-17T13:31:01Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Using apt-get */ Revise structure and content&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
Note: Please read the following instructions completely before starting the removal process.&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
  aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
Using the standard &amp;#039;&amp;#039;apt-get&amp;#039;&amp;#039; utility to uninstall TDE and its dependencies involves the following three steps:&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to uninstall all installed packages originating from that repository&lt;br /&gt;
# Uninstalling all packages that were installed as dependencies of Trinity&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  $ mktemp /tmp/tde.XXXX&lt;br /&gt;
  /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
  $ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for uninstallation:&lt;br /&gt;
 &lt;br /&gt;
  $ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
Finally, to remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get autoremove&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
CAUTION: Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
  apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
  apt-get clean&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2045</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2045"/>
		<updated>2022-01-16T21:00:37Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Removing Trinity */ Restructure&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
Note: Please read the following instructions completely before starting the removal process.&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Uninstalling packages===&lt;br /&gt;
&lt;br /&gt;
====Using aptitude====&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, you can simply run&lt;br /&gt;
&lt;br /&gt;
  aptitude purge &amp;#039;~i~Otrinitydesktop&amp;#039;&lt;br /&gt;
&lt;br /&gt;
====Using apt-get====&lt;br /&gt;
&lt;br /&gt;
=====Generating a list of all Trinity packages=====&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  $ mktemp /tmp/tde.XXXX&lt;br /&gt;
  /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
  $ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
=====Removing all installed Trinity packages=====&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for removal:&lt;br /&gt;
 &lt;br /&gt;
  $ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
=====Removing Trinity dependencies=====&lt;br /&gt;
&lt;br /&gt;
This step requires special attention because it can have unwanted side-effects.&lt;br /&gt;
&lt;br /&gt;
To remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get autoremove&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
CAUTION: Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
  apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
  apt-get clean&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2044</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2044"/>
		<updated>2022-01-16T20:48:57Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Overview */ Revise structure&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
Note: Please read the following instructions completely before starting the removal process.&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following four steps:&lt;br /&gt;
&lt;br /&gt;
# Uninstalling packages&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Generating a list of all Trinity packages===&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, skip this step.&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  $ mktemp /tmp/tde.XXXX&lt;br /&gt;
  /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
  $ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
===Removing all installed Trinity packages===&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, simply run&lt;br /&gt;
&lt;br /&gt;
  aptitude purge &amp;quot;~i~Otrinitydesktop&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Otherwise, hand the previously generated list of all TDE packages to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for removal:&lt;br /&gt;
 &lt;br /&gt;
  $ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
===Removing Trinity dependencies===&lt;br /&gt;
&lt;br /&gt;
This step requires special attention because it can have unwanted side-effects.&lt;br /&gt;
&lt;br /&gt;
To remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get autoremove&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
CAUTION: Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
  apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
  apt-get clean&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2043</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2043"/>
		<updated>2022-01-16T20:29:53Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Generating a list of all Trinity packages */ Revise paragraphs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
Note: Please read the following instructions completely before starting the removal process.&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following six steps:&lt;br /&gt;
&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to remove all installed packages originating from that repository&lt;br /&gt;
# Removing all packages that were installed as dependencies of Trinity&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Generating a list of all Trinity packages===&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, skip this step.&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file. The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  $ mktemp /tmp/tde.XXXX&lt;br /&gt;
  /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
  $ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
===Removing all installed Trinity packages===&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, simply run&lt;br /&gt;
&lt;br /&gt;
  aptitude purge &amp;quot;~i~Otrinitydesktop&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Otherwise, hand the previously generated list of all TDE packages to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for removal:&lt;br /&gt;
 &lt;br /&gt;
  $ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
===Removing Trinity dependencies===&lt;br /&gt;
&lt;br /&gt;
This step requires special attention because it can have unwanted side-effects.&lt;br /&gt;
&lt;br /&gt;
To remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get autoremove&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
CAUTION: Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
  apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
  apt-get clean&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2042</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2042"/>
		<updated>2022-01-16T20:27:49Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Removing Trinity */ Add info on using aptitude&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
Note: Please read the following instructions completely before starting the removal process.&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following six steps:&lt;br /&gt;
&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to remove all installed packages originating from that repository&lt;br /&gt;
# Removing all packages that were installed as dependencies of Trinity&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Generating a list of all Trinity packages===&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, skip this step.&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file.&lt;br /&gt;
&lt;br /&gt;
The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  $ mktemp /tmp/tde.XXXX&lt;br /&gt;
  /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
  $ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
===Removing all installed Trinity packages===&lt;br /&gt;
&lt;br /&gt;
If you have &amp;#039;&amp;#039;aptitude&amp;#039;&amp;#039; installed, simply run&lt;br /&gt;
&lt;br /&gt;
  aptitude purge &amp;quot;~i~Otrinitydesktop&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Otherwise, hand the previously generated list of all TDE packages to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for removal:&lt;br /&gt;
 &lt;br /&gt;
  $ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
===Removing Trinity dependencies===&lt;br /&gt;
&lt;br /&gt;
This step requires special attention because it can have unwanted side-effects.&lt;br /&gt;
&lt;br /&gt;
To remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get autoremove&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
CAUTION: Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
  apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
  apt-get clean&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2041</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2041"/>
		<updated>2022-01-16T11:44:38Z</updated>

		<summary type="html">&lt;p&gt;Msi: Add instructions on how to remove TDE&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;br /&gt;
&lt;br /&gt;
==Removing Trinity==&lt;br /&gt;
&lt;br /&gt;
Note: Please read the following instructions completely before starting the removal process.&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
Removing the Trinity Desktop Environment involves the following six steps:&lt;br /&gt;
&lt;br /&gt;
# Generating a list of all packages available from the Trinity repository&lt;br /&gt;
# Using that list to remove all installed packages originating from that repository&lt;br /&gt;
# Removing all packages that were installed as dependencies of Trinity&lt;br /&gt;
# Removing the Trinity repository from the list of available package sources&lt;br /&gt;
# Cleaning up the package cache&lt;br /&gt;
# Removing left-over files from your home directory&lt;br /&gt;
&lt;br /&gt;
===Generating a list of all Trinity packages===&lt;br /&gt;
&lt;br /&gt;
To generate a list of all packages available from the Trinity repository, you will need to filter out just the package names from two files in &amp;lt;code&amp;gt;/var/lib/apt/lists&amp;lt;/code&amp;gt; and write the result to a new file.&lt;br /&gt;
&lt;br /&gt;
The names of these files depend on three factors: The Devuan release in use, the processor type the system is running on, and whether you&amp;#039;re using the R14.0.x series of TDE or the unofficial rolling-release packages. So, for example, when running the R14.0.x series on the i386 variant of Devuan 4.x/chimaera, the names are as follows:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;mirror.ppa.trinitydesktop.org_trinity_deb_trinity-builddeps-r14.0.x_dists_chimaera_main_binary-i386_Packages&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s create a new empty file in &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt;, using &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
  $ mktemp /tmp/tde.XXXX&lt;br /&gt;
  /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Generating a list of all Trinity packages and writing it to that file now works as follows:&lt;br /&gt;
&lt;br /&gt;
  $ sed -n &amp;#039;/^Package: / s/^Package: //p&amp;#039; /var/lib/apt/lists/mirror.ppa.trinitydesktop.org_trinity_deb_trinity-*Packages &amp;gt; /tmp/tde.fB6B&lt;br /&gt;
&lt;br /&gt;
Be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
===Removing all installed Trinity packages===&lt;br /&gt;
&lt;br /&gt;
Now that we have a list of all TDE packages, we can hand that to &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; for removal:&lt;br /&gt;
 &lt;br /&gt;
  $ sudo apt-get remove $(cat /tmp/tde.fB6B)&lt;br /&gt;
&lt;br /&gt;
Replace &amp;lt;code&amp;gt;apt-get remove&amp;lt;/code&amp;gt; with &amp;lt;code&amp;gt;apt-get purge&amp;lt;/code&amp;gt; to also remove the configuration files that came with those packages. And, as above, be sure to replace the output file&amp;#039;s name with the actual name of the file &amp;lt;code&amp;gt;mktemp&amp;lt;/code&amp;gt; created on your system.&lt;br /&gt;
&lt;br /&gt;
Apt will figure out which of the packages in the list are actually installed and present them for removal. It will also already notify the user of a bunch of packages that &amp;quot;were automatically installed and are not longer required&amp;quot; and suggest using &amp;lt;code&amp;gt;apt autoremove&amp;lt;/code&amp;gt; to remove them. We will take care of that in the next step. So, for now, just confirm the removal of the TDE packages.&lt;br /&gt;
&lt;br /&gt;
If Apt asks whether to stop the tdm deamon, say yes. We&amp;#039;re removing TDE, after all. This will land you on the TTY that TDM was running on before. Need to switch back to the one you ran &amp;lt;code&amp;gt;apt-get&amp;lt;/code&amp;gt; from using Ctrl + F1..7.&lt;br /&gt;
&lt;br /&gt;
===Removing Trinity dependencies===&lt;br /&gt;
&lt;br /&gt;
This step requires special attention because it can have unwanted side-effects.&lt;br /&gt;
&lt;br /&gt;
To remove all remaining Trinity dependencies, you will need to run&lt;br /&gt;
&lt;br /&gt;
  $ sudo apt-get autoremove&lt;br /&gt;
&lt;br /&gt;
In case you also want to remove the configuration files that came with these packages, append &amp;lt;code&amp;gt;--purge&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;autoremove&amp;lt;/code&amp;gt; command.&lt;br /&gt;
&lt;br /&gt;
CAUTION: Beware that running &amp;lt;code&amp;gt;apt-get autoremove&amp;lt;/code&amp;gt; without care can leave certain software on your system or the system as a whole in an unusable state. The command simply removes all packages installed as dependencies of packages that are no longer installed, which might lead to the removal of packages that you wanted to keep.&lt;br /&gt;
&lt;br /&gt;
Be sure to read the list of packages that Apt will want to remove, carefully. If you want to continue to use any of the packages in that list, abort the operation, mark that package as manually installed, and then run the command again.&lt;br /&gt;
&lt;br /&gt;
If you&amp;#039;re not sure how to handle the situation, ask in the Trinity IRC channel or on the mailing list.&lt;br /&gt;
&lt;br /&gt;
===Removing the Trinity repository from package sources===&lt;br /&gt;
&lt;br /&gt;
Either comment the Trinity repo lines in &amp;lt;code&amp;gt;/etc/apt/sources.list&amp;lt;/code&amp;gt; or simply remove them and run &amp;lt;code&amp;gt;apt-get update&amp;lt;/code&amp;gt; after saving the file.&lt;br /&gt;
&lt;br /&gt;
===Cleaning up the package cache===&lt;br /&gt;
&lt;br /&gt;
If you deactivated/removed the repo from source.list, at least run&lt;br /&gt;
&lt;br /&gt;
  apt-get autoclean&lt;br /&gt;
&lt;br /&gt;
This will remove all Trinity packages from the local cache.&lt;br /&gt;
&lt;br /&gt;
To get rid of other packages as well, you&amp;#039;ll have to clean out the whole package cache using&lt;br /&gt;
&lt;br /&gt;
  apt-get clean&lt;br /&gt;
&lt;br /&gt;
===Removing left-over files from your home directory===&lt;br /&gt;
&lt;br /&gt;
Remove TDE files in &amp;lt;code&amp;gt;$HOME&amp;lt;/code&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2035</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2035"/>
		<updated>2022-01-09T20:13:51Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Fresh R14.0.x installation */ Use more adequate wording to describe tdebase-trinity&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install only a basic environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2034</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2034"/>
		<updated>2022-01-09T18:46:21Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Install Trinity */ Condense and clarify&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version. If you want to upgrade from an older R14.0.x version, please follow the instructions in the [[#Upgrading from an existing R14.0.x installation|next section]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install a minimalist environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2032</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2032"/>
		<updated>2022-01-09T15:48:52Z</updated>

		<summary type="html">&lt;p&gt;Msi: Omit another superfluous newline in intro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
If you are doing a fresh TDE installation, please follow the steps listed below.&amp;lt;br&amp;gt;&lt;br /&gt;
If you are upgrading from an existing R14.0.x version, please follow the instruction under the [[#TDEUpgrade|upgrading]] section.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install a minimalist environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2031</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2031"/>
		<updated>2022-01-09T15:47:02Z</updated>

		<summary type="html">&lt;p&gt;Msi: Omit superfluous newline in intro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
If you are doing a fresh TDE installation, please follow the steps listed below.&amp;lt;br&amp;gt;&lt;br /&gt;
If you are upgrading from an existing R14.0.x version, please follow the instruction under the [[#TDEUpgrade|upgrading]] section.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install a minimalist environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2030</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2030"/>
		<updated>2022-01-09T15:38:12Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Upgrading from an existing R14.0.x installation */ Clean up heading&amp;#039;s markup&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
If you are doing a fresh TDE installation, please follow the steps listed below.&amp;lt;br&amp;gt;&lt;br /&gt;
If you are upgrading from an existing R14.0.x version, please follow the instruction under the [[#TDEUpgrade|upgrading]] section.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install a minimalist environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2029</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2029"/>
		<updated>2022-01-09T15:35:34Z</updated>

		<summary type="html">&lt;p&gt;Msi: Fix formatting of headings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Available versions and architectures==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===R14.0.x series===&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
===v3.5.13.2===&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
==Configure the package manager==&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
==Import GPG signing key==&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Install Trinity==&lt;br /&gt;
If you are doing a fresh TDE installation, please follow the steps listed below.&amp;lt;br&amp;gt;&lt;br /&gt;
If you are upgrading from an existing R14.0.x version, please follow the instruction under the [[#TDEUpgrade|upgrading]] section.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fresh R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install a minimalist environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span id=&amp;quot;TDEUpgrade&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Upgrading from an existing R14.0.x installation===&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2028</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2028"/>
		<updated>2022-01-09T15:25:21Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* R14.0.x series */ Brush up language and content&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan:&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additionally, unofficial but well-trusted rolling-release packages are available for Devuan &amp;#039;&amp;#039;ascii&amp;#039;&amp;#039; and all later versions, i.e., including 5.x (&amp;#039;&amp;#039;daedalus&amp;#039;&amp;#039;) and &amp;#039;&amp;#039;ceres&amp;#039;&amp;#039;:&lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling-release version of the current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling-release version of the main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
These packages are built and maintained by Slávek Banko.&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Configure the package manager&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Import GPG signing key&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Install Trinity&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
If you are doing a fresh TDE installation, please follow the steps listed below.&amp;lt;br&amp;gt;&lt;br /&gt;
If you are upgrading from an existing R14.0.x version, please follow the instruction under the [[#TDEUpgrade|upgrading]] section.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Fresh R14.0.x installation&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install a minimalist environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;&amp;lt;span id=&amp;quot;TDEUpgrade&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Upgrading from an existing R14.0.x installation&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2027</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2027"/>
		<updated>2022-01-09T15:04:04Z</updated>

		<summary type="html">&lt;p&gt;Msi: Brush up intro&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
This page provides instructions on how to install or upgrade Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan.&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Use unofficial but well-trusted rolling packages built and maintained by Slávek Banko, including &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;5.x daedalus&amp;lt;/span&amp;gt; and &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;ceres&amp;lt;/span&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling version of current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling version of main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Configure the package manager&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Import GPG signing key&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Install Trinity&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
If you are doing a fresh TDE installation, please follow the steps listed below.&amp;lt;br&amp;gt;&lt;br /&gt;
If you are upgrading from an existing R14.0.x version, please follow the instruction under the [[#TDEUpgrade|upgrading]] section.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Fresh R14.0.x installation&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install a minimalist environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;&amp;lt;span id=&amp;quot;TDEUpgrade&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Upgrading from an existing R14.0.x installation&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=User:Msi&amp;diff=2025</id>
		<title>User:Msi</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=User:Msi&amp;diff=2025"/>
		<updated>2022-01-09T00:28:54Z</updated>

		<summary type="html">&lt;p&gt;Msi: Add some content&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Fixing things in baby steps.&lt;br /&gt;
&lt;br /&gt;
https://www.msiism.org&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2024</id>
		<title>Devuan Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Devuan_Trinity_Repository_Installation_Instructions&amp;diff=2024"/>
		<updated>2022-01-09T00:06:48Z</updated>

		<summary type="html">&lt;p&gt;Msi: /* Fresh R14.0.x installation */ aptitude -&amp;gt; apt-get&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
On this page you can read the instructions to install Trinity Desktop Environment on your Devuan system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Available versions and architectures&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;R14.0.x series&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
Official TDE packages are available for the following versions of Devuan.&lt;br /&gt;
&lt;br /&gt;
* 4.x - chimaera : amd64, i386, ppc64el, arm64, armhf &lt;br /&gt;
* 3.x - beowulf : amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 2.x - ascii: amd64, i386, ppc64el, arm64, armhf, armel&lt;br /&gt;
* 1.x - jessie: amd64, i386, ppc64el, arm64, armhf, armel (up to R14.0.11 only)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Use unofficial but well-trusted rolling packages built and maintained by Slávek Banko, including &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;5.x daedalus&amp;lt;/span&amp;gt; and &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;ceres&amp;lt;/span&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
* [[Preliminary_Stable_Builds|Preliminary Stable Builds]] - rolling version of current stable branch (maintenance releases)&lt;br /&gt;
* [[Preliminary_Testing_Builds|Preliminary Testing Builds]] - rolling version of main development branch (major/minor releases)&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;v3.5.13.2&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
There is no support for this TDE version in Devuan.&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Configure the package manager&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
Add the following lines to your /etc/apt/sources.list file. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 1&amp;#039;&amp;#039;&amp;#039;: make sure to replace &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with your actual distribution name (for example &amp;#039;beowulf&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE 2&amp;#039;&amp;#039;&amp;#039;: deb-src lines following are optional.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x               &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x     &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x           &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;&amp;lt;/span&amp;gt;  main&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Import GPG signing key&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
&lt;br /&gt;
The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. 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:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
=&amp;#039;&amp;#039;&amp;#039;Install Trinity&amp;#039;&amp;#039;&amp;#039;=&lt;br /&gt;
If you are doing a fresh TDE installation, please follow the steps listed below.&amp;lt;br&amp;gt;&lt;br /&gt;
If you are upgrading from an existing R14.0.x version, please follow the instruction under the [[#TDEUpgrade|upgrading]] section.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Fresh R14.0.x installation&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for installing the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; package is a comprehensive meta-package. To install a minimalist environment, replace &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tde-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; with &amp;lt;span style=&amp;quot;color:#0000ff&amp;quot;&amp;gt;&amp;#039;&amp;#039;tdebase-trinity&amp;#039;&amp;#039;&amp;lt;/span&amp;gt; in the instructions below.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;TDE R14.0.x series&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get install tde-trinity&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE&amp;#039;&amp;#039;&amp;#039;: After installing the environment, it is also a good idea to install the localization packages so that you can switch the environment to your native language. For example for Czech:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tde-i18n-cs-trinity&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;&amp;lt;span id=&amp;quot;TDEUpgrade&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;Upgrading from an existing R14.0.x installation&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
The following steps are suggested for upgrading to the latest R14.0.x version.&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo aptitude full-upgrade&lt;br /&gt;
&lt;br /&gt;
This will upgrade TDE to the newer version and should complete smoothly.&lt;/div&gt;</summary>
		<author><name>Msi</name></author>
	</entry>
</feed>