

Rm -rf ~/Library/Application\ Support/tanzu-cli/* # Remove plug-ins Rm -rf ~/.cache/tanzu # remove cached catalog.yaml Rm -rf ~/.tanzu/ # old location # Remove config directory

Rm -rf ~/.config/tanzu/ # current location # Remove config directory As of Xcode 9 youll be able to access the Derived Data folder by navigating to. Sudo rm /usr/local/bin/tanzu # Remove CLI binary (executable) In most cases this would be enough to solve your problems. Rm -rf $HOME/tanzu/cli # Remove previously downloaded cli files To completely remove the Tanzu CLI, plug-ins, and associated files, run the script for your OS: Remove Tanzu CLI, plug-ins, and associated files Deleting package repository 'tanzu-tap-repository'.ĭeleted package repository 'tanzu-tap-repository' in namespace 'tap-install' Where PACKAGE-REPO-NAME is the name of the packageRepository from the earlier step.įor example: $ tanzu package repository delete tanzu-tap-repository -namespace tap-install Remove the Tanzu Application Platform package repository by running: tanzu package repository delete PACKAGE-REPO-NAME -namespace tap-install Tanzu-tap-repository /tanzu-application-platform/tap-packages:0.2.0 Reconcile succeeded Retrieve the name of the Tanzu Application Platform package repository by running: tanzu package repository list -namespace tap-installįor example: $ tanzu package repository list -namespace tap-install To delete the Tanzu Application Platform package repository: Repeat step 2 for each individual package installed.ĭelete the Tanzu Application Platform package repository Where PACKAGE-NAME is the name of a package listed in step 1. Uninstalled package 'cloud-native-runtimes' from namespace 'tap-install' Deleting service account 'cloud-native-runtimes-tap-install-sa' | Deleting secret 'cloud-native-runtimes-tap-install-values' | Deleting role binding 'cloud-native-runtimes-tap-install-cluster-rolebinding' | Deleting admin role 'cloud-native-runtimes-tap-install-cluster-role'
#Native access uninstall install
\ Deleting package install 'cloud-native-runtimes' from namespace 'tap-install' Getting package install for 'cloud-native-runtimes' | Uninstalling package 'cloud-native-runtimes' from namespace 'tap-install' Remove a package by running: tanzu package installed delete PACKAGE-NAME -namespace tap-installįor example: $ tanzu package installed delete cloud-native-runtimes -namespace tap-install List the installed packages by running: tanzu package installed list -namespace tap-install If you installed any additional packages that were not in the predefined profiles, delete the individual packages by running: If you installed Tanzu Application Platform through predefined profiles, delete the tap metadata package by running: tanzu package installed delete tap -namespace tap-install Remove Tanzu CLI, plug-ins, and associated files.

Delete the Tanzu Application Platform Package Repository.
#Native access uninstall how to
This document tells you how to uninstall Tanzu Application Platform (commonly known as TAP) packages from your Tanzu Application Platform package repository.
