<?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=Adepto</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=Adepto"/>
	<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/Special:Contributions/Adepto"/>
	<updated>2026-04-28T23:41:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Fedora_Trinity_Repository_Installation_Instructions&amp;diff=4470</id>
		<title>Fedora Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Fedora_Trinity_Repository_Installation_Instructions&amp;diff=4470"/>
		<updated>2025-12-12T17:03:02Z</updated>

		<summary type="html">&lt;p&gt;Adepto: /* Download the repo configuration file corresponding to your distribution (as root user) */&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 &amp;#039;&amp;#039;&amp;#039;install&amp;#039;&amp;#039;&amp;#039; Trinity Desktop Environment on Fedora systems.&lt;br /&gt;
&lt;br /&gt;
= Configure the supplementary 3rdparty repositories=&lt;br /&gt;
&lt;br /&gt;
Install RPMFUSION repository: [http://rpmfusion.org/Configuration http://rpmfusion.org/Configuration]&lt;br /&gt;
&lt;br /&gt;
= Download the repo configuration file corresponding to your distribution (as root user) =&lt;br /&gt;
&lt;br /&gt;
== For Fedora 42 (R14.1.5) ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f42/trinity-r14/RPMS/noarch/trinity-repo-14.1.5-1.fc42.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== For Fedora 43 (R14.1.5) ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f43/trinity-r14/RPMS/noarch/trinity-repo-14.1.5-1.fc43.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Install the Trinity desktop environment =&lt;br /&gt;
&lt;br /&gt;
Choose one of the following scenarios.&lt;br /&gt;
&lt;br /&gt;
== Minimalistic TDE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-tdebase&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entire TDE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-desktop&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entire TDE + all applications ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-desktop-all&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= (Optional) Install your locale translation package =&lt;br /&gt;
&lt;br /&gt;
e.g, for French translation:&lt;br /&gt;
&lt;br /&gt;
== TDE translations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-tde-i18n-French&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Koffice translations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-koffice-i18n-French&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== K3B translations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-k3b-i18n-French&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gwenview translations (all languages) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-gwenview-i18n&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: you can obtain a list of available TDE packages with the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf search trinity-&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= (Optional) Set TDM as the default display manager =&lt;br /&gt;
&lt;br /&gt;
You must disable your current DM (e.g. KDM, GDM, XDM ...) service and then enable the TDM service.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# systemctl disable gdm.service&lt;br /&gt;
# systemctl disable kdm.service&lt;br /&gt;
# systemctl disable xdm.service&lt;br /&gt;
# systemctl disable lightdm.service&lt;br /&gt;
# systemctl disable lxdm.service&lt;br /&gt;
# systemctl enable tdm.service&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then reboot your computer.&lt;/div&gt;</summary>
		<author><name>Adepto</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Fedora_Trinity_Repository_Installation_Instructions&amp;diff=4469</id>
		<title>Fedora Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Fedora_Trinity_Repository_Installation_Instructions&amp;diff=4469"/>
		<updated>2025-12-12T17:01:59Z</updated>

		<summary type="html">&lt;p&gt;Adepto: /* For Fedora 42 (R14.1.5) */&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 &amp;#039;&amp;#039;&amp;#039;install&amp;#039;&amp;#039;&amp;#039; Trinity Desktop Environment on Fedora systems.&lt;br /&gt;
&lt;br /&gt;
= Configure the supplementary 3rdparty repositories=&lt;br /&gt;
&lt;br /&gt;
Install RPMFUSION repository: [http://rpmfusion.org/Configuration http://rpmfusion.org/Configuration]&lt;br /&gt;
&lt;br /&gt;
= Download the repo configuration file corresponding to your distribution (as root user) =&lt;br /&gt;
&lt;br /&gt;
== For Fedora 41 (R14.1.4) ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f41/trinity-r14/RPMS/noarch/trinity-repo-14.1.4-1.fc41.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== For Fedora 42 (R14.1.5) ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f42/trinity-r14/RPMS/noarch/trinity-repo-14.1.5-1.fc42.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== For Fedora 43 (R14.1.5) ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f43/trinity-r14/RPMS/noarch/trinity-repo-14.1.5-1.fc43.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Install the Trinity desktop environment =&lt;br /&gt;
&lt;br /&gt;
Choose one of the following scenarios.&lt;br /&gt;
&lt;br /&gt;
== Minimalistic TDE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-tdebase&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entire TDE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-desktop&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entire TDE + all applications ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-desktop-all&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= (Optional) Install your locale translation package =&lt;br /&gt;
&lt;br /&gt;
e.g, for French translation:&lt;br /&gt;
&lt;br /&gt;
== TDE translations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-tde-i18n-French&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Koffice translations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-koffice-i18n-French&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== K3B translations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-k3b-i18n-French&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gwenview translations (all languages) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-gwenview-i18n&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: you can obtain a list of available TDE packages with the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf search trinity-&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= (Optional) Set TDM as the default display manager =&lt;br /&gt;
&lt;br /&gt;
You must disable your current DM (e.g. KDM, GDM, XDM ...) service and then enable the TDM service.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# systemctl disable gdm.service&lt;br /&gt;
# systemctl disable kdm.service&lt;br /&gt;
# systemctl disable xdm.service&lt;br /&gt;
# systemctl disable lightdm.service&lt;br /&gt;
# systemctl disable lxdm.service&lt;br /&gt;
# systemctl enable tdm.service&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then reboot your computer.&lt;/div&gt;</summary>
		<author><name>Adepto</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Fedora_Trinity_Repository_Installation_Instructions&amp;diff=4468</id>
		<title>Fedora Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Fedora_Trinity_Repository_Installation_Instructions&amp;diff=4468"/>
		<updated>2025-12-12T17:00:22Z</updated>

		<summary type="html">&lt;p&gt;Adepto: /* For Fedora 43 (R14.1.5) */&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 &amp;#039;&amp;#039;&amp;#039;install&amp;#039;&amp;#039;&amp;#039; Trinity Desktop Environment on Fedora systems.&lt;br /&gt;
&lt;br /&gt;
= Configure the supplementary 3rdparty repositories=&lt;br /&gt;
&lt;br /&gt;
Install RPMFUSION repository: [http://rpmfusion.org/Configuration http://rpmfusion.org/Configuration]&lt;br /&gt;
&lt;br /&gt;
= Download the repo configuration file corresponding to your distribution (as root user) =&lt;br /&gt;
&lt;br /&gt;
== For Fedora 41 (R14.1.4) ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f41/trinity-r14/RPMS/noarch/trinity-repo-14.1.4-1.fc41.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== For Fedora 42 (R14.1.4) ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f42/trinity-r14/RPMS/noarch/trinity-repo-14.1.4-1.fc42.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== For Fedora 43 (R14.1.5) ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f43/trinity-r14/RPMS/noarch/trinity-repo-14.1.5-1.fc43.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Install the Trinity desktop environment =&lt;br /&gt;
&lt;br /&gt;
Choose one of the following scenarios.&lt;br /&gt;
&lt;br /&gt;
== Minimalistic TDE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-tdebase&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entire TDE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-desktop&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entire TDE + all applications ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-desktop-all&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= (Optional) Install your locale translation package =&lt;br /&gt;
&lt;br /&gt;
e.g, for French translation:&lt;br /&gt;
&lt;br /&gt;
== TDE translations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-tde-i18n-French&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Koffice translations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-koffice-i18n-French&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== K3B translations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-k3b-i18n-French&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gwenview translations (all languages) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-gwenview-i18n&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: you can obtain a list of available TDE packages with the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf search trinity-&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= (Optional) Set TDM as the default display manager =&lt;br /&gt;
&lt;br /&gt;
You must disable your current DM (e.g. KDM, GDM, XDM ...) service and then enable the TDM service.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# systemctl disable gdm.service&lt;br /&gt;
# systemctl disable kdm.service&lt;br /&gt;
# systemctl disable xdm.service&lt;br /&gt;
# systemctl disable lightdm.service&lt;br /&gt;
# systemctl disable lxdm.service&lt;br /&gt;
# systemctl enable tdm.service&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then reboot your computer.&lt;/div&gt;</summary>
		<author><name>Adepto</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Fedora_Trinity_Repository_Installation_Instructions&amp;diff=3520</id>
		<title>Fedora Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Fedora_Trinity_Repository_Installation_Instructions&amp;diff=3520"/>
		<updated>2024-11-30T09:42:13Z</updated>

		<summary type="html">&lt;p&gt;Adepto: Update links for R14.1.3 version and add Fedora 41 repo.&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 &amp;#039;&amp;#039;&amp;#039;install&amp;#039;&amp;#039;&amp;#039; Trinity Desktop Environment on Fedora systems.&lt;br /&gt;
&lt;br /&gt;
= Configure the supplementary 3rdparty repositories=&lt;br /&gt;
&lt;br /&gt;
Install RPMFUSION repository: [http://rpmfusion.org/Configuration http://rpmfusion.org/Configuration]&lt;br /&gt;
&lt;br /&gt;
= Download the repo configuration file corresponding to your distribution (as root user) =&lt;br /&gt;
&lt;br /&gt;
== For Fedora 39 (R14.1.3) ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f39/trinity-r14/RPMS/noarch/trinity-repo-14.1.3-1.fc39.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== For Fedora 40 (R14.1.3) ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f40/trinity-r14/RPMS/noarch/trinity-repo-14.1.3-1.fc40.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== For Fedora 41 (R14.1.3) ==&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f41/trinity-r14/RPMS/noarch/trinity-repo-14.1.3-1.fc41.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Install the Trinity desktop environment =&lt;br /&gt;
&lt;br /&gt;
Choose one of the following scenarios.&lt;br /&gt;
&lt;br /&gt;
== Minimalistic TDE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-tdebase&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entire TDE ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-desktop&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Entire TDE + all applications ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-desktop-all&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= (Optional) Install your locale translation package =&lt;br /&gt;
&lt;br /&gt;
e.g, for French translation:&lt;br /&gt;
&lt;br /&gt;
== TDE translations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-tde-i18n-French&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Koffice translations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-koffice-i18n-French&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== K3B translations ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-k3b-i18n-French&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gwenview translations (all languages) ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf install trinity-gwenview-i18n&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: you can obtain a list of available TDE packages with the following command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf search trinity-&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= (Optional) Set TDM as the default display manager =&lt;br /&gt;
&lt;br /&gt;
You must disable your current DM (e.g. KDM, GDM, XDM ...) service and then enable the TDM service.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# systemctl disable gdm.service&lt;br /&gt;
# systemctl disable kdm.service&lt;br /&gt;
# systemctl disable xdm.service&lt;br /&gt;
# systemctl disable lightdm.service&lt;br /&gt;
# systemctl disable lxdm.service&lt;br /&gt;
# systemctl enable tdm.service&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then reboot your computer.&lt;/div&gt;</summary>
		<author><name>Adepto</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=RedHat_Trinity_Repository_Installation_Instructions&amp;diff=3519</id>
		<title>RedHat Trinity Repository Installation Instructions</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=RedHat_Trinity_Repository_Installation_Instructions&amp;diff=3519"/>
		<updated>2024-11-30T09:37:10Z</updated>

		<summary type="html">&lt;p&gt;Adepto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==RedHat Trinity Repository Installation Instructions==&lt;br /&gt;
[[Category:Documentation]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
&lt;br /&gt;
===1. Configure the supplementary 3rdparty repositories===&lt;br /&gt;
&lt;br /&gt;
Install EPEL repository: http://fedoraproject.org/wiki/EPEL&lt;br /&gt;
&lt;br /&gt;
Install RPMFUSION repository: http://rpmfusion.org/Configuration&lt;br /&gt;
&lt;br /&gt;
===2. Download and install the configuration package for your distribution:===&lt;br /&gt;
&lt;br /&gt;
====For RHEL/CentOS 9 (R14.1.3)====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/el9/trinity-r14/RPMS/noarch/trinity-repo-14.1.3-1.el9.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Depending on your exact distribution, you may need to enable the &amp;#039;devel&amp;#039; repository prior to installing Trinity.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# dnf config-manager --enable devel&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====For RHEL/CentOS 8 (R14.1.3)====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/el8/trinity-r14/RPMS/noarch/trinity-repo-14.1.3-1.el8.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====For RHEL/CentOS 7 (R14.1.3)====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/el7/trinity-r14/RPMS/noarch/trinity-repo-14.1.3-1.el7.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====For RHEL/CentOS 6 (R14.0.13)====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;shell-session&amp;quot;&amp;gt;&lt;br /&gt;
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/el6/trinity-r14/RPMS/noarch/trinity-repo-14.0.13-1.el6.noarch.rpm&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===3. Install the Trinity desktop environment===&lt;br /&gt;
&lt;br /&gt;
Installing the minimum, basic desktop (about 200 MB disk space required):&lt;br /&gt;
&lt;br /&gt;
 yum install trinity-tdebase&lt;br /&gt;
&lt;br /&gt;
Installing the entire Trinity desktop (about 600 MB disk space required):&lt;br /&gt;
&lt;br /&gt;
 yum install trinity-desktop&lt;br /&gt;
&lt;br /&gt;
Installing the entire Trinity desktop + all Trinity supported applications (about 1200 MB disk space required):&lt;br /&gt;
&lt;br /&gt;
 yum install trinity-desktop-all&lt;br /&gt;
&lt;br /&gt;
===4. (Optional) Install your locale translation package, e.g for French translation===&lt;br /&gt;
&lt;br /&gt;
 yum install trinity-tde-i18n-French&lt;br /&gt;
&lt;br /&gt;
Koffice translations:&lt;br /&gt;
&lt;br /&gt;
 yum install trinity-koffice-i18n-French&lt;br /&gt;
&lt;br /&gt;
K3B translations:&lt;br /&gt;
&lt;br /&gt;
 yum install trinity-k3b-i18n-French&lt;br /&gt;
&lt;br /&gt;
Note: you can obtain a list of available TDE packages with the following command:&lt;br /&gt;
&lt;br /&gt;
 yum search trinity-&lt;br /&gt;
&lt;br /&gt;
===5. (Optional) Sets TDM as the default display manager===&lt;br /&gt;
&lt;br /&gt;
====For RHEL / CentOS 6====&lt;br /&gt;
&lt;br /&gt;
Edit or create file: /etc/sysconfig/desktop&lt;br /&gt;
Add/modify the line:&lt;br /&gt;
&lt;br /&gt;
 DISPLAYMANAGER=/opt/trinity/bin/tdm&lt;br /&gt;
&lt;br /&gt;
Save the file then reboot your computer.&lt;br /&gt;
&lt;br /&gt;
====For RHEL / CentOS 7, 8, 9====&lt;br /&gt;
&lt;br /&gt;
You must disable your current Display Manager in systemd.&lt;br /&gt;
E.g:&lt;br /&gt;
 systemctl disable gdm.service&lt;br /&gt;
 systemctl disable kdm.service&lt;br /&gt;
 systemctl disable xdm.service&lt;br /&gt;
&lt;br /&gt;
Then enable TDM service:&lt;br /&gt;
 systemctl enable tdm.service&lt;br /&gt;
&lt;br /&gt;
Then reboot your computer.&lt;br /&gt;
&lt;br /&gt;
===7. (Optional) Install missing XINE codecs===&lt;br /&gt;
&lt;br /&gt;
By default, the Xine libraries provided with RHEL/CentOS cannot play some formats like MPEG1/MPEG2.&lt;br /&gt;
As a result, Kaffeine cannot playback video DVD (among other problems).&lt;br /&gt;
In order to add the missing codecs, you must install the &amp;quot;xine-lib-extra-freeworld&amp;quot; package, by typing the following command.&lt;br /&gt;
&lt;br /&gt;
====For CentOS 6 (i686):====&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum install http://li.nux.ro/download/nux/dextop/el6/i386/xine-lib-extras-freeworld-1.1.18.1-1.el6.nux.i686.rpm&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====For CentOS 6 (x86_64):====&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;yum install http://li.nux.ro/download/nux/dextop/el6/x86_64/xine-lib-extras-freeworld-1.1.18.1-1.el6.nux.x86_64.rpm&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adepto</name></author>
	</entry>
</feed>