From 8d853405e05536d9cf8302b8a1def2df28331401 Mon Sep 17 00:00:00 2001 From: William Brown Date: Wed, 14 Oct 2020 13:05:45 +1000 Subject: [PATCH] Update tumbleweed docs --- kanidm_book/src/client_tools.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/kanidm_book/src/client_tools.md b/kanidm_book/src/client_tools.md index aec7134fb..2e3a7627a 100644 --- a/kanidm_book/src/client_tools.md +++ b/kanidm_book/src/client_tools.md @@ -9,9 +9,18 @@ Kanidm currently supports: * OpenSUSE leap 15.1 * Tumbleweed -### SUSE +### OpenSUSE Tumbleweed -Using zypper you can add the repository with: +Kanidm is part of OpenSUSE Tumbleweed since October 2020. This means you can install +the clients with: + + zypper ref + zypper in kanidm-clients + +### OpenSUSE Leap 15.2 + +Leap 15.2 is still not fully supported with Kanidm. For an experimental client, you can +try the development repository. Using zypper you can add the repository with: zypper ar obs://home:firstyear:kanidm home_firstyear_kanidm zypper mr -f home_firstyear_kanidm @@ -21,13 +30,18 @@ Then you need to referesh your metadata and install the clients. zypper ref zypper in kanidm-clients + ### Fedora -On fedora you need to add the repos into the correct directory. +Fedora is still experimentally supported through the development repository. You need to add the repository metadata into the correct directory. cd /etc/yum.repos.d wget https://download.opensuse.org/repositories/home:/firstyear:/kanidm/Fedora_Rawhide/home:firstyear:kanidm.repo +You can then install with: + + dnf install kanidm-clients + > **NOTICE:** > While this is a rawhide repository, as kanidm is staticly linked, it works correctly on fedora > 31 and above.