Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:services:storage_services:backup:tsm:repo [2017/11/08 16:36] – [Repositories for TSM 7 clients] bnachtwen:services:storage_services:backup:tsm:repo [2024/04/22 09:28] – [APT] jbruene
Line 1: Line 1:
 +
 +
 +
 +
 +
 +=== RPM ===
 +
 +The RPM repository for Redhat/Fedora can be installed with the following steps:
 +
 +<code>
 +yum-config-manager --add-repo http://packages.gwdg.de/gwdg-tsm-client/rpm/
 +wget -q -O /tmp/gwdg-tsm.key "http://packages.gwdg.de/gwdg-tsm-client/rpm/repodata/repomd.xml.key"
 +rpmkeys --import /tmp/gwdg-tsm.key && rm -v /tmp/gwdg-tsm.key
 +</code>
 +
 +After refreshing the package repository cache the TSm clients can be installed directly:
 +<code>
 +yum update
 +yum install tivsm-ba
 +</code>