We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72078d0 commit 9294b03Copy full SHA for 9294b03
cpt-quickstart.rst
@@ -54,6 +54,14 @@ To add the CVMFS repository (available for Debian and RHEL flavors) and install
54
sudo dnf install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm
55
sudo dnf install -y cvmfs
56
57
+ .. tab-item:: SUSE
58
+
59
+ .. code-block:: console
60
61
+ sudo rpm --import https://cvmrepo.web.cern.ch/cvmrepo/yum/RPM-GPG-KEY-CernVM-2048
62
+ sudo zypper install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm
63
+ sudo zypper install -y cvmfs
64
65
66
Other Platforms
67
~~~~~~~~~~~~~~~~
0 commit comments