Difference between revisions of "OpenSUSE Trinity Repository Installation Instructions"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
(removed outdated version of openSUSE)
m (Improve formatting using syntaxhighlight)
 
(7 intermediate revisions by 2 users not shown)
Line 11: Line 11:
 
To uninstall KDE3, type the following command:
 
To uninstall KDE3, type the following command:
   
  +
<syntaxhighlight lang="shell-session">
zypper remove arts hal kdeaccessibility3 kdeartwork3 kdebase3 kdebindings3 kdeedu3 kdegames3
+
# zypper remove arts hal kdeaccessibility3 kdeartwork3 kdebase3 kdebindings3 kdeedu3 kdegames3 kdegraphics3 \
kdegraphics3 kdelibs3 kdemultimedia3 kdenetwork3 kdepim3 kdesdk3 kdetoys3 kdeutils3 kdewebdev3
+
kdelibs3 kdemultimedia3 kdenetwork3 kdepim3 kdesdk3 kdetoys3 kdeutils3 kdewebdev3
  +
</syntaxhighlight>
   
 
===2. Configure the supplementary PACKMAN repository===
 
===2. Configure the supplementary PACKMAN repository===
Line 22: Line 24:
 
===3. Configure the ZYPPER repository (as root user)===
 
===3. Configure the ZYPPER repository (as root user)===
   
====For openSUSE Leap 15.1 ====
+
====For openSUSE Tumbleweed ====
(Currently supported by openSUSE)
 
   
  +
<syntaxhighlight lang="shell-session">
<nowiki>rpm --import http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/opensuse15.1/RPM-GPG-KEY-trinity</nowiki>
 
<nowiki>zypper ar http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/opensuse15.1/trinity-r14/RPMS/x86_64 trinity</nowiki>
+
# rpm --import http://mirror.ppa.trinitydesktop.org/trinity/rpm/osstw/RPM-GPG-KEY-trinity
<nowiki>zypper ar http://mirror.ppa.trinitydesktop.org/trinity/trinity/rpm/opensuse15.1/trinity-r14/RPMS/noarch trinity-noarch</nowiki>
+
# zypper ar http://mirror.ppa.trinitydesktop.org/trinity/rpm/osstw/trinity-r14/RPMS/x86_64 trinity
  +
# zypper ar http://mirror.ppa.trinitydesktop.org/trinity/rpm/osstw/trinity-r14/RPMS/noarch trinity-noarch
  +
</syntaxhighlight>
  +
  +
Note the last parameter of ar lines are any names of a user's choosing.
  +
  +
====For openSUSE Leap 15.5 ====
  +
  +
<syntaxhighlight lang="shell-session">
 
# rpm --import http://mirror.ppa.trinitydesktop.org/trinity/rpm/opensuse15.5/RPM-GPG-KEY-trinity
  +
# zypper ar http://mirror.ppa.trinitydesktop.org/trinity/rpm/opensuse15.5/trinity-r14/RPMS/x86_64 trinity
  +
# zypper ar http://mirror.ppa.trinitydesktop.org/trinity/rpm/opensuse15.5/trinity-r14/RPMS/noarch trinity-noarch
  +
</syntaxhighlight>
  +
  +
Note the last parameter of ar lines are any names of a user's choosing.
  +
  +
====For openSUSE Leap 15.4 ====
  +
  +
<syntaxhighlight lang="shell-session">
  +
# rpm --import http://mirror.ppa.trinitydesktop.org/trinity/rpm/opensuse15.4/RPM-GPG-KEY-trinity
  +
# zypper ar http://mirror.ppa.trinitydesktop.org/trinity/rpm/opensuse15.4/trinity-r14/RPMS/x86_64 trinity
  +
# zypper ar http://mirror.ppa.trinitydesktop.org/trinity/rpm/opensuse15.4/trinity-r14/RPMS/noarch trinity-noarch
  +
</syntaxhighlight>
   
 
Note the last parameter of ar lines are any names of a user's choosing.
 
Note the last parameter of ar lines are any names of a user's choosing.
Line 33: Line 56:
 
===4. Install the Trinity desktop environment===
 
===4. Install the Trinity desktop environment===
   
  +
<syntaxhighlight lang="shell-session">
zypper refresh
+
# zypper refresh
zypper install trinity-desktop
+
# zypper install trinity-desktop
  +
</syntaxhighlight>
   
The trinity-desktop package is a comprehensive meta-package. To install minimalist, substitute trinity-tdebase for trinity-desktop, and append trinity-tdm if you wish to use TDM as your display manager.
+
The <tt>trinity-desktop</tt> package is a comprehensive meta-package. To install minimalist, substitute <tt>trinity-tdebase</tt> for <tt>trinity-desktop</tt>, and append <tt>trinity-tdm</tt> if you wish to use TDM as your display manager.
   
===5. (Optional) Install your locale translation package, e.g for French translation===
+
===5. (Optional) Install your locale translation package ===
   
  +
Example for French translation:
zypper install trinity-tde-i18n-French
 
  +
  +
<syntaxhighlight lang="shell-session">
 
# zypper install trinity-tde-i18n-French
  +
</syntaxhighlight>
   
 
Koffice translations:
 
Koffice translations:
   
  +
<syntaxhighlight lang="shell-session">
zypper install trinity-koffice-i18n-French
+
# zypper install trinity-koffice-i18n-French
  +
</syntaxhighlight>
   
 
K3B translations:
 
K3B translations:
   
  +
<syntaxhighlight lang="shell-session">
zypper install trinity-k3b-i18n-French
+
# zypper install trinity-k3b-i18n-French
  +
</syntaxhighlight>
   
 
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:
   
  +
<syntaxhighlight lang="shell-session">
zypper search trinity-
+
# zypper search trinity-
  +
</syntaxhighlight>
   
 
===6. (Optional) Sets TDM as the default display manager===
 
===6. (Optional) Sets TDM as the default display manager===
   
In expired support releases, edit file "/etc/sysconfig/displaymanager" and set DISPLAYMANAGER="tdm"
+
In expired support releases, edit file <tt>/etc/sysconfig/displaymanager</tt> and set <code>DISPLAYMANAGER="tdm"</code>
  +
In currently supported releases, use "update-alternatives --config default-displaymanager" to select TDM.
+
In currently supported releases, use <code>update-alternatives --config default-displaymanager</code> to select TDM.
   
 
Then reboot your computer.
 
Then reboot your computer.

Latest revision as of 15:45, 25 May 2023

openSUSE Trinity Repository Installation Instructions

1. Remove KDE3 related packages first

In case you already have openSUSE's KDE3 installed on your computer, you must uninstall it prior to installing Trinity. But even if you have not installed KDE3, you may have some KDE3 packages installed on your system. At this time, you cannot have both working KDE3 and working Trinity on the same computer.

To uninstall KDE3, type the following command:

# zypper remove arts hal kdeaccessibility3 kdeartwork3 kdebase3 kdebindings3 kdeedu3 kdegames3 kdegraphics3 \
  kdelibs3 kdemultimedia3 kdenetwork3 kdepim3 kdesdk3 kdetoys3 kdeutils3 kdewebdev3

2. Configure the supplementary PACKMAN repository

Packman home page: http://packman.links2linux.org/

Instructions for configuring: https://en.opensuse.org/Additional_package_repositories#Packman

3. Configure the ZYPPER repository (as root user)

For openSUSE Tumbleweed

# rpm --import http://mirror.ppa.trinitydesktop.org/trinity/rpm/osstw/RPM-GPG-KEY-trinity
# zypper ar http://mirror.ppa.trinitydesktop.org/trinity/rpm/osstw/trinity-r14/RPMS/x86_64 trinity
# zypper ar http://mirror.ppa.trinitydesktop.org/trinity/rpm/osstw/trinity-r14/RPMS/noarch trinity-noarch

Note the last parameter of ar lines are any names of a user's choosing.

For openSUSE Leap 15.5

# rpm --import http://mirror.ppa.trinitydesktop.org/trinity/rpm/opensuse15.5/RPM-GPG-KEY-trinity
# zypper ar http://mirror.ppa.trinitydesktop.org/trinity/rpm/opensuse15.5/trinity-r14/RPMS/x86_64 trinity
# zypper ar http://mirror.ppa.trinitydesktop.org/trinity/rpm/opensuse15.5/trinity-r14/RPMS/noarch trinity-noarch

Note the last parameter of ar lines are any names of a user's choosing.

For openSUSE Leap 15.4

# rpm --import http://mirror.ppa.trinitydesktop.org/trinity/rpm/opensuse15.4/RPM-GPG-KEY-trinity
# zypper ar http://mirror.ppa.trinitydesktop.org/trinity/rpm/opensuse15.4/trinity-r14/RPMS/x86_64 trinity
# zypper ar http://mirror.ppa.trinitydesktop.org/trinity/rpm/opensuse15.4/trinity-r14/RPMS/noarch trinity-noarch

Note the last parameter of ar lines are any names of a user's choosing.

4. Install the Trinity desktop environment

# zypper refresh
# zypper install trinity-desktop

The trinity-desktop package is a comprehensive meta-package. To install minimalist, substitute trinity-tdebase for trinity-desktop, and append trinity-tdm if you wish to use TDM as your display manager.

5. (Optional) Install your locale translation package

Example for French translation:

# zypper install trinity-tde-i18n-French

Koffice translations:

# zypper install trinity-koffice-i18n-French

K3B translations:

# zypper install trinity-k3b-i18n-French

Note: you can obtain a list of available TDE packages with the following command:

# zypper search trinity-

6. (Optional) Sets TDM as the default display manager

In expired support releases, edit file /etc/sysconfig/displaymanager and set DISPLAYMANAGER="tdm"

In currently supported releases, use update-alternatives --config default-displaymanager to select TDM.

Then reboot your computer.