Désinstallation du CLI

Désinstaller le CLI IBM® Hybrid Cloud Mesh ( Mesh ) palmctl.

Procédure

Pour désinstaller le CLI, suivez l'une des instructions suivantes, en fonction de votre système d'exploitation :

Red Hat® Enterprise Linux® (RHEL)
Exécutez cette commande :
sudo rpm --erase palmctl
Ubuntu
Exécutez cette commande :
sudo dpkg --purge palmctl
Mac OS X AMD64, x86_64
Exécutez les commandes suivantes :
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
Exécutez les commandes suivantes :
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™
Procédez comme suit :
  1. Ouvrez l'invite de commande et naviguez jusqu'au dossier palmctl.
  2. Exécutez uninstall.bat.
  3. (Facultatif) Si vous avez utilisé la fonction d'achèvement pour la console Windows PowerShell, vous devez modifier le profil PowerShell pour supprimer le script d'achèvement. Pour modifier le profil PowerShell, exécutez la commande suivante :
    notepad $PROFILE
s390x
Exécutez les commandes suivantes :
sudo rm -rf palmctl
sudo rm palmctl_latest_s390x.tar.gz
sudo rm /usr/local/bin/palmctl