From ebb1c040cb2fdc3051a829ea072204fefd5088ea Mon Sep 17 00:00:00 2001 From: Nicolas stig124 FORMICHELLA Date: Wed, 23 Mar 2022 09:49:32 +0100 Subject: [PATCH] [Docs] Add openSUSE install instructions openSUSE has accepted `yadm` as an official package, add the respective install instructions --- _docs/020_install.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/_docs/020_install.md b/_docs/020_install.md index 2c29d05..0e8be42 100644 --- a/_docs/020_install.md +++ b/_docs/020_install.md @@ -15,11 +15,31 @@ brew install yadm ## RPM Based Installations -For RPM based systems like Fedora, Red Hat, CentOS, openSUSE, etc, there are -repositories hosted by openSUSE Build Service. +For RPM based systems like Fedora, Red Hat, CentOS, etc, there are repositories hosted by openSUSE Build Service. Follow this link for [repositories and installation instructions][OBS]. +## openSUSE + +### Tumbleweed + +`yadm` is available in the official repository. +Use `zypper` or `dnf` to install. + +### Leap/SLE 15 + +`yadm` is available to install manually via the `utilities` repository + +Instructions are to be found in [OBS](https://software.opensuse.org//download.html?project=utilities&package=yadm) + +*Note : 15.3 and further are located under SLE and not openSUSE* + +It is recommended to modify the priority of the repository to limit breakage : + +``` +zypper modifyrepo -p 100 utilities +``` + ## Ubuntu/Debian A version of yadm is available via standard package repositories. Use `apt-get` to install.