Uninstalling the CLI

Uninstall the IBM® Hybrid Cloud Mesh (Mesh) palmctl CLI.

Procedure

To uninstall the CLI, complete one of the following instructions, depending on your operating system:

Red Hat® Enterprise Linux® (RHEL)
Run this command:
sudo rpm --erase palmctl
Ubuntu
Run this command:
sudo dpkg --purge palmctl
Mac OS X AMD64, x86_64
Run these commands:
PALMCTL_FILE_NAME=palmctl_latest_macos_amd64.tar.gz
curl -sSfLO https://github.com/IBM/palmctl/releases/latest/download/$PALMCTL_FILE_NAME
tar -xvf $PALMCTL_FILE_NAME
sudo ./palmctl/uninstall.sh
Mac OS X ARM64, AArch64
Run these commands:
PALMCTL_FILE_NAME=palmctl_latest_macos_arm64.tar.gz
curl -sSfLO https://github.com/IBM/palmctl/releases/latest/download/$PALMCTL_FILE_NAME
tar -xvf $PALMCTL_FILE_NAME
sudo ./palmctl/uninstall.sh
Windows™
Complete these steps:
  1. Open the command prompt and navigate to the palmctl folder.
  2. Run uninstall.bat.
  3. (Optional) If you used the completion feature for the Windows PowerShell console, you must edit the PowerShell profile to remove the completion script. To edit the PowerShell profile, run the following command :
    notepad $PROFILE
s390x
Run these commands:
sudo rm -rf palmctl
sudo rm palmctl_latest_s390x.tar.gz
sudo rm /usr/local/bin/palmctl