Difference between revisions of "Fedora Trinity Repository Installation Instructions"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>PunisherHD
(Add Fedora 26)
imported>Mrmazda
m (DNF replaced Yum several releases ago.)
Line 7: Line 7:
 
Install RPMFUSION repository: [http://rpmfusion.org/Configuration http://rpmfusion.org/Configuration]
 
Install RPMFUSION repository: [http://rpmfusion.org/Configuration http://rpmfusion.org/Configuration]
   
===2. Download the YUM configuration file corresponding to your distribution (as root user)===
+
===2. Download the repo configuration file corresponding to your distribution (as root user)===
   
 
====For Fedora 24 (R14.0.4)====
 
====For Fedora 24 (R14.0.4)====
Line 27: Line 27:
 
Install the minimalistic Trinity Desktop Environment:
 
Install the minimalistic Trinity Desktop Environment:
   
yum install trinity-tdebase
+
dnf install trinity-tdebase
   
 
Install the entire Trinity Desktop Environment, without applications:
 
Install the entire Trinity Desktop Environment, without applications:
   
yum install trinity-desktop
+
dnf install trinity-desktop
   
 
Install the entire Trinity Desktop Environment, with all applications:
 
Install the entire Trinity Desktop Environment, with all applications:
   
yum install trinity-desktop-all
+
dnf install trinity-desktop-all
   
 
===4. (Optional) Install your locale translation package, e.g for French translation===
 
===4. (Optional) Install your locale translation package, e.g for French translation===
   
yum install trinity-tde-i18n-French
+
dnf install trinity-tde-i18n-French
   
 
Koffice translations:
 
Koffice translations:
   
yum install trinity-koffice-i18n-French
+
dnf install trinity-koffice-i18n-French
   
 
K3B translations:
 
K3B translations:
   
yum install trinity-k3b-i18n-French
+
dnf install trinity-k3b-i18n-French
   
 
Gwenview translations (all languages):
 
Gwenview translations (all languages):
   
yum install trinity-gwenview-i18n
+
dnf install trinity-gwenview-i18n
   
 
Note: you can obtain a list of available TDE packages with the following command:
 
Note: you can obtain a list of available TDE packages with the following command:
   
yum search trinity-
+
dnf search trinity-
   
 
===5. (Optional) Sets TDM as the default display manager===
 
===5. (Optional) Sets TDM as the default display manager===

Revision as of 20:17, 13 August 2017

Fedora Trinity Repository Installation Instructions

1. Configure the supplementary 3rdparty repositories

Install RPMFUSION repository: http://rpmfusion.org/Configuration

2. Download the repo configuration file corresponding to your distribution (as root user)

For Fedora 24 (R14.0.4)

rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/f24/trinity-r14/RPMS/noarch/trinity-repo-14.0.4-1.fc24.noarch.rpm

For Fedora 25 (R14.0.4)

rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/f25/trinity-r14/RPMS/noarch/trinity-repo-14.0.4-1.fc25.noarch.rpm

For Fedora 26 (R14.0.4)

rpm -Uvh http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/f26/trinity-r14/RPMS/noarch/trinity-repo-14.0.4-1.fc26.noarch.rpm

3. Install the Trinity desktop environment

Choose one of the following scenarios.

Install the minimalistic Trinity Desktop Environment:

dnf install trinity-tdebase

Install the entire Trinity Desktop Environment, without applications:

dnf install trinity-desktop

Install the entire Trinity Desktop Environment, with all applications:

dnf install trinity-desktop-all

4. (Optional) Install your locale translation package, e.g for French translation

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-

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.