You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The STACKIT CLI is available as [RPM Package](https://github.com/stackitcloud/stackit-cli/releases) and can be installed via dnf, yum and zypper package manager.
135
+
The STACKIT CLI can be installed through the [`DNF/YUM`](https://docs.fedoraproject.org/en-US/fedora/f40/system-administrators-guide/package-management/DNF/) / [`Zypper`](https://de.opensuse.org/Zypper)package managers.
136
136
137
-
Just download the rpm package from the [release page](https://github.com/stackitcloud/stackit-cli/releases) and run the install command like the following:
137
+
Note: Requires rpm version 4.15 or newer to support Ed25519 signatures.
138
+
139
+
##### Installing DNF/YUM
140
+
141
+
1. Add the repository:
142
+
143
+
```shell
144
+
sudo tee /etc/yum.repos.d/stackit.repo > /dev/null << 'EOF'
0 commit comments