Difference between revisions of "Fedora Trinity Repository Installation Instructions"
Jump to navigation
Jump to search
PunisherHD (talk | contribs) |
PunisherHD (talk | contribs) m (Update for Triniyy 14.1.4) |
||
(One intermediate revision by one other user not shown) | |||
Line 10: | Line 10: | ||
= Download the repo configuration file corresponding to your distribution (as root user) = |
= Download the repo configuration file corresponding to your distribution (as root user) = |
||
== For Fedora |
== For Fedora 41 (R14.1.4) == |
||
<syntaxhighlight lang="shell-session"> |
<syntaxhighlight lang="shell-session"> |
||
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/ |
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f41/trinity-r14/RPMS/noarch/trinity-repo-14.1.4-1.fc41.noarch.rpm |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
== For Fedora |
== For Fedora 42 (R14.1.4) == |
||
<syntaxhighlight lang="shell-session"> |
<syntaxhighlight lang="shell-session"> |
||
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/ |
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f42/trinity-r14/RPMS/noarch/trinity-repo-14.1.4-1.fc42.noarch.rpm |
||
</syntaxhighlight> |
|||
== For Fedora 43 (R14.1.4) == |
|||
<syntaxhighlight lang="shell-session"> |
|||
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f43/trinity-r14/RPMS/noarch/trinity-repo-14.1.4-1.fc43.noarch.rpm |
|||
</syntaxhighlight> |
</syntaxhighlight> |
||
Latest revision as of 10:30, 2 May 2025
This page provides instructions on how to install Trinity Desktop Environment on Fedora systems.
Configure the supplementary 3rdparty repositories
Install RPMFUSION repository: http://rpmfusion.org/Configuration
Download the repo configuration file corresponding to your distribution (as root user)
For Fedora 41 (R14.1.4)
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f41/trinity-r14/RPMS/noarch/trinity-repo-14.1.4-1.fc41.noarch.rpm
For Fedora 42 (R14.1.4)
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f42/trinity-r14/RPMS/noarch/trinity-repo-14.1.4-1.fc42.noarch.rpm
For Fedora 43 (R14.1.4)
# rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/rpm/f43/trinity-r14/RPMS/noarch/trinity-repo-14.1.4-1.fc43.noarch.rpm
Install the Trinity desktop environment
Choose one of the following scenarios.
Minimalistic TDE
# dnf install trinity-tdebase
Entire TDE
# dnf install trinity-desktop
Entire TDE + all applications
# dnf install trinity-desktop-all
(Optional) Install your locale translation package
e.g, for French translation:
TDE translations
# dnf install trinity-tde-i18n-French
Koffice translations
# dnf install trinity-koffice-i18n-French
K3B translations
# dnf install trinity-k3b-i18n-French
Gwenview translations (all languages)
# dnf install trinity-gwenview-i18n
Note: you can obtain a list of available TDE packages with the following command:
# dnf search trinity-
(Optional) Set TDM as the default display manager
You must disable your current DM (e.g. KDM, GDM, XDM ...) service and then enable the TDM service.
# systemctl disable gdm.service
# systemctl disable kdm.service
# systemctl disable xdm.service
# systemctl disable lightdm.service
# systemctl disable lxdm.service
# systemctl enable tdm.service
Then reboot your computer.