Sha256: bc443f68d29a307e972e1cfb8a08dcbb37def7ab67e04ba90446b60f138ad5d1
Contents?: true
Size: 726 Bytes
Versions: 8
Compression:
Stored size: 726 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 ``` ### RubyGems (macOS, Linux, Windows 10) ```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