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
Alternatively, to manually install a `.deb` for `step-cli`, find the package you need for your platform on our GitHub release pages for [`smallstep/cli`](https://github.com/smallstep/cli/releases/latest) (`step-cli`).
55
61
56
62
To uninstall, run `sudo dpkg -r step-cli` and remove the `$HOME/.step` configuration directory.
57
63
64
+
#### RHEL/Fedora
65
+
66
+
To add Smallstep as a source and install the `step-cli` packages on RHEL or Fedora distributions, run the following as `root`:
Alternatively, to manually install an `.rpm` for `step-cli`, find the packages you need for your platform on our GitHub release pages for [`smallstep/cli`](https://github.com/smallstep/cli/releases/latest) (`step-cli`).
82
+
83
+
To uninstall, run `sudo dnf remove step-cli` and remove the `$HOME/.step` configuration directory.
84
+
58
85
#### Arch Linux
59
86
60
87
There is a community-maintained [`step-cli` package](https://archlinux.org/packages/extra/x86_64/step-cli/).
@@ -76,29 +103,6 @@ To uninstall, run `sudo pacman -R step-cli` and remove the `$HOME/.step` configu
76
103
77
104
Big shout out to the maintainers of these packages! We appreciate you.
78
105
79
-
#### RedHat
80
-
81
-
Download and install the RPM package from our [latest release](https://github.com/smallstep/cli/releases/latest):
To uninstall, run `sudo dnf remove step-cli` and remove the `$HOME/.step` configuration directory.
89
-
90
-
#### Wolfi
91
-
92
-
[Wolfi](https://wolfi.dev) has a maintained `step` package.
93
-
94
-
Use apk to install `step`:
95
-
96
-
```
97
-
apk add step
98
-
```
99
-
100
-
To uninstall, run `apk del step` and remove the `$HOME/.step` configuration directory.
101
-
102
106
#### Alpine Linux
103
107
104
108
There is a community-maintained [`step-cli` package](https://pkgs.alpinelinux.org/packages?name=step-cli&branch=edge&repo=&arch=&maintainer=) for Alpine Linux.
@@ -121,6 +125,18 @@ Install the [`step-cli`](https://search.nixos.org/packages?channel=20.09&show=st
121
125
122
126
Install the [`step-cli`](https://www.freshports.org/security/step-cli/) package on FreeBSD.
123
127
128
+
#### Wolfi
129
+
130
+
[Wolfi](https://wolfi.dev) has a maintained `step` package.
131
+
132
+
Use apk to install `step`:
133
+
134
+
```
135
+
apk add step
136
+
```
137
+
138
+
To uninstall, run `apk del step` and remove the `$HOME/.step` configuration directory.
139
+
124
140
### Linux Binaries
125
141
126
142
We have 386, amd64, arm64, armv7, mips, and mips64 releases available to download from our [latest
0 commit comments