217 - Wie lässt sich der LRZ Sync+Share-Client mit ZYPPER installieren (openSUSE)?

Tested with:

  • openSUSE Leap 15.5 / Tumbleweed


RPM-Repository

We recommend installing the packages from our S+S Linux repository. This way the LRZ Sync+Share desktop client software (*.rpm) can be installed with the package manager zypper and kept up to date.


Setup via the command line

Administrator (root) privileges are required to run the sudo command.


Create the package source configuration file 'lrz-syncandshare.repo' under '/etc/zypp/repos.d', e.g. as follows:

curl -fsSL https://sasrepo.nas.lrz.de/zypper/lrz-syncandshare.repo | sudo tee /etc/zypp/repos.d/lrz-syncandshare.repo


Reload the package sources:

sudo zypper ref


To install the LRZ Sync+Share client (package name: LRZ_Sync_Share):

sudo zypper in LRZ_Sync_Share


Optional: Activation of test versions

The package source configuration file provides the following package branches:

  • stable : contains the recommended, current version of the LRZ Sync+Share client (default)
  • testing : contains the latest available (beta) version of the LRZ Sync+Share client (for enthusiasts)


To access the client packages under testing, modification of '/etc/zypp/repos.d/lrz-syncandshare.repo' is required as follows (L3: enabled=0; L14: enabled=1):

/etc/zypp/repos.d/lrz-syncandshare.repo
[lrz-syncandshare-stable]
name=LRZ Sync+Share (stable)
enabled=0
autorefresh=1
gpgcheck=1
gpgkey=https://sasrepo.nas.lrz.de/lrz-sasrepo-signing-gpg-key-g1.asc
baseurl=https://rpm.sasrepo.nas.lrz.de/stable
path=/
type=rpm-md
keeppackages=0

[lrz-syncandshare-testing]
name=LRZ Sync+Share (testing)
enabled=1
autorefresh=1
gpgcheck=1
gpgkey=https://sasrepo.nas.lrz.de/lrz-sasrepo-signing-gpg-key-g1.asc
baseurl=https://rpm.sasrepo.nas.lrz.de/testing
path=/
type=rpm-md
keeppackages=0


Related contents