Skip to main content

Uninstalling the Slack CLI

All good things come to an end! If you need to uninstall the Slack CLI, run the commands below. Note that these instructions will uninstall the Slack CLI, but not its dependencies. Follow these instructions to uninstall Deno.

Just need to uninstall an app? Refer to uninstall an app from your workspace.

Run the following commands in your terminal window

$ rm -rf ~/.slack  # Delete the download binary
$ rm /usr/local/bin/slack # Delete the command alias (replacing `slack` with a command name)

Until next time!