215 - Wie lässt sich der LRZ Sync+Share-Client mit DNF installieren (Fedora)?

Tested with:

  • Fedora 39
  • Fedora 40


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 dnf 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/yum.repos.d', e.g. as follows:

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


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

sudo dnf install 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/yum.repos.d/lrz-syncandshare.repo' is required as follows (L4: enabled=0; L14: enabled=1):

/etc/yum.repos.d/lrz-syncandshare.repo
[lrz-syncandshare-stable]
name=LRZ Sync+Share - x86_64 - stable
baseurl=https://rpm.sasrepo.nas.lrz.de/stable
enabled=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=https://sasrepo.nas.lrz.de/lrz-sasrepo-signing-gpg-key-g1.asc
skip_if_unavailable=True

[lrz-syncandshare-testing]
name=LRZ Sync+Share - x86_64 - testing
baseurl=https://rpm.sasrepo.nas.lrz.de/testing
enabled=1
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=https://sasrepo.nas.lrz.de/lrz-sasrepo-signing-gpg-key-g1.asc
skip_if_unavailable=True


Related contents