From 120ced9c6c5c91626f068937c5ad62981c999c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= Date: Sat, 28 Mar 2026 15:35:37 -0300 Subject: [PATCH] cabelo@opensuse.org: Available in all openSUSE distributions --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b0635f2..1b0c21a 100644 --- a/README.md +++ b/README.md @@ -40,25 +40,21 @@ sudo make install ## 🟢 openSUSE Packages -Zupt is available as an openSUSE package. You can install it directly using **zypper** from the following repositories: +The [openSUSE for Innovators](https://en.opensuse.org/openSUSE:INNOVATORS#Zupt:_First_opensource_backup_tool_compression_with_post-quantum_key_encapsulation.) initiative now natively offers the Zupt tool within the Diraq solution, expanding its reach to all openSUSE flavors, as well as to SUSE Linux Enterprise. -- **home:cabelo:multicortex** – [Zupt package](https://build.opensuse.org/package/show/home:cabelo:multicortex/zupt) - -- **home:cabelo:diraq** – [Zupt package](https://build.opensuse.org/package/show/home:cabelo:diraq/zupt) - -To install manually, follow the instructions below. +The tool is already available as a package in the openSUSE ecosystem and can be installed directly via zypper from the repository: For 16.0, run the following as root: ```bash -zypper addrepo https://download.opensuse.org/repositories/home:cabelo:multicortex/16.0/home:cabelo:multicortex.repo +zypper addrepo https://download.opensuse.org/repositories/home:cabelo:innovators/16.0/home:cabelo:innovators.repo zypper refresh zypper install zupt ``` For 15.6, run the following as root: ```bash -zypper addrepo https://download.opensuse.org/repositories/home:cabelo:multicortex/15.6/home:cabelo:multicortex.repo +zypper addrepo https://download.opensuse.org/repositories/home:cabelo:innovators/15.6/home:cabelo:innovators.repo zypper refresh zypper install zupt ```