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.
96
+
97
+
Just download the rpm package from the [release page](https://github.com/stackitcloud/stackit-cli/releases) and run the install command like the following:
98
+
99
+
```shell
100
+
dnf install stackitcli.rpm
101
+
yum install stackitcli.rpm
102
+
zypper install stackitcli.rpm
103
+
```
104
+
93
105
#### Any distribution
94
106
95
107
Alternatively, you can install via [Homebrew](https://brew.sh/) or refer to one of the installation methods below.
0 commit comments