On Arch Linux, there is a community-maintained step-cli package that you can install using the package manager pacman. Here’s how you can install it
On Arch Linux, there is a community-maintained step-cli
package that you can install using the package manager pacman
. Here’s how you can install it:
sudo pacman -S step-cli
After installation, the package installs the executable as step-cli
. If you want to use it as step
, you can create a symbolic link like this:
sudo ln -s /usr/bin/step-cli /usr/local/bin/step
To uninstall step-cli
, you can use the following command:
sudo pacman -R step-cli