Skip to content

Instantly share code, notes, and snippets.

@alileza
Created August 19, 2023 21:27
Show Gist options
  • Save alileza/506675356b12350e3038f5e0e43d8145 to your computer and use it in GitHub Desktop.
Save alileza/506675356b12350e3038f5e0e43d8145 to your computer and use it in GitHub Desktop.
Uninstall soundflower from mac
#/bin/sh
sudo rm -rf /System/Library/Extensions/Soundflower.kext
sudo rm -rf /Library/Extensions/Soundflower.kext
sudo rm -rf /Library/Receipts/Soundflower*
sudo rm -rf /var/db/receipts/com.cycling74.soundflower.*
sudo rm -rf /Applications/Soundflower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment