Skip to content

Instantly share code, notes, and snippets.

@samgooi4189
Created November 1, 2012 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samgooi4189/3992189 to your computer and use it in GitHub Desktop.
Save samgooi4189/3992189 to your computer and use it in GitHub Desktop.
Uninstall macfuse / osxfuse
For those who are having problem with brew doctor:
if the errors are related to macfuse or osxfuse, follow the following instruction:
1. Open terminal
2. cd /
3. cd Library
4. cd Filesystems
5. ls
6. you will then see osxfuse.kext
7. cd osxfuse.kext
8. cd Support
9. ls
10. You will find uninstall_macfuse.sh and uninstall_osxfuse.sh
11. run ./uninstall_macfuse.sh, then ./uninstall_osxfuse.sh
12. run brew doctor
13. You should be ready for brew!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment