Sha256: d47b986b874e666571af8d0130c53869d7d9a9a21ed206443af1357b65ebc032
Contents?: true
Size: 699 Bytes
Versions: 8
Compression:
Stored size: 699 Bytes
Contents
--- title: Uninstall Shopify App CLI section: getting-started toc: false redirect_from: "/uninstall/" --- Shopify App CLI can be removed from your system using the same package manager you used to install it. ### Homebrew (macOS) ```console $ brew uninstall shopify-cli ``` ### apt (Debian, Ubuntu) ```console $ sudo apt remove shopify-cli ``` ### yum (CentOS 8+, Fedora, Red Hat, SUSE) ```console $ sudo yum remove shopify-cli ``` ### Ruby gem ```console $ gem uninstall shopify-cli ``` ## Uninstall a legacy version If you’re using a legacy version of the CLI (`<0.9.0`), you’ll need to [uninstall it manually]({{ site.baseurl }}/getting-started/migrate/#1-uninstall-the-old-cli).
Version data entries
8 entries across 8 versions & 1 rubygems