Skip to content

Instantly share code, notes, and snippets.

@skoji
Created November 2, 2015 03:34
Show Gist options
  • Select an option

  • Save skoji/6778eb42312bc846573e to your computer and use it in GitHub Desktop.

Select an option

Save skoji/6778eb42312bc846573e to your computer and use it in GitHub Desktop.
remove Slack settings (OS X)
rm -rf ~/Library/Application\ Support/Slack/
rm -rf ~/Library/Containers/com.tinyspeck.slackmacgap/
rm -rf ~/Library/Preferences/com.tinyspeck.slackmacgap.plist
rm -rf ~/Library/Saved\ Application\ State/com.tinyspeck.slackmacgap.savedState
rm ~/Library/Safari/LocalStorage/*slack*
@AskFeeds
Copy link
Copy Markdown

From 10.11 onwards, macOS protects certain folders by using SIP (System Integrity Protection). It may not be able to 'rm' the kext from terminal.

I still use the manual way to remove the Slack desktop app from Mac, following these steps:
~/Library/Application Support/Slack
~/Library/Saved Application State/com.tinyspeck.slackmacgap.savedState/
~/Library/Preferences/com.tinyspeck.slackmacgap.plist/
~/Library/Preferences/com.tinyspeck.slackmacgap.helper.plist/
~/Library/Logs/Slack/
The ~/Library/Caches/ and ~/Library/Containers/ directories can also contain Slack service files.

@stantronic
Copy link
Copy Markdown

Tx :)

@nachiket
Copy link
Copy Markdown

nachiket commented Nov 8, 2019

This was useful to me when a group changed to two-factor auth and wouldn't let me sign back in. Was stuck in an infinite loop of login with a tiny time window to remove workspace which never seemed to work out. What a painful process, Slack!

@kephin
Copy link
Copy Markdown

kephin commented Oct 8, 2020

nice! thanks for help

@tsaiyan
Copy link
Copy Markdown

tsaiyan commented May 26, 2021

700 mb released, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment