Uninstall the current version
Follow the steps below to uninstall the current STK CLI version:
Windows
Step 1. Access the Control Panel of your computer;
Step 2. Click on 'Programs' and then click on 'Uninstall a program';
Step 3. Select stkcli and go through the uninstall process.
MacOS
Step 1. Access the terminal
Execute the command:
sh ~/.stk/bin/uninstall.sh
A message appears to confirm if you want to uninstall before the process begins.
Linux
Step 1. Log in to the terminal
If you installed using .deb
package, run the command:
sudo dpkg -r stkcli
Or the command:
sudo apt-get remove stkcli
If you installed using .rpm
package, run the command:
rpm -e stkcli
In both cases, a message appears to confirm if you want to uninstall before the process begins.
If you installed via .rpm
, remove the binary from the /usr/local/bin folder on your machine's root.
After uninstalling the STK CLI version, check if the .os
or .stk
folders are still in your $HOME
folder. If so, delete this folder to finish the process.
Was this page helpful?