Fedora Trinity Repository Installation Instructions
Revision as of 12:51, 11 November 2016 by imported>PunisherHD (Update instructions to for TDE 14.0.4, add Fedora 24)
Fedora Trinity Repository Installation Instructions
1. Configure the supplementary 3rdparty repositories
Install RPMFUSION repository: http://rpmfusion.org/Configuration
2. Download the YUM configuration file corresponding to your distribution (as root user)
For Fedora 21 (R14.0.3)
rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/f21/trinity-r14/RPMS/noarch/trinity-repo-14.0.3-1.fc21.noarch.rpm
For Fedora 22 (R14.0.3)
rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/f22/trinity-r14/RPMS/noarch/trinity-repo-14.0.3-1.fc22.noarch.rpm
For Fedora 23 (R14.0.4)
rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/f23/trinity-r14/RPMS/noarch/trinity-repo-14.0.4-1.fc23.noarch.rpm
For Fedora 24 (R14.0.4)
rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/f23/trinity-r14/RPMS/noarch/trinity-repo-14.0.4-1.fc24.noarch.rpm
3. Install the Trinity desktop environment
Choose one of the following scenarios.
Install the minimalistic Trinity Desktop Environment:
yum install trinity-tdebase
Install the entire Trinity Desktop Environment, without applications:
yum install trinity-desktop
Install the entire Trinity Desktop Environment, with all applications:
yum install trinity-desktop-all
4. (Optional) Install your locale translation package, e.g for French translation
yum install trinity-tde-i18n-French
Koffice translations:
yum install trinity-koffice-i18n-French
K3B translations:
yum install trinity-k3b-i18n-French
Gwenview translations (all languages):
yum install trinity-gwenview-i18n
Note: you can obtain a list of available TDE packages with the following command:
yum search trinity-
5. (Optional) Sets 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 enable tdm.service
Then reboot your computer.