Created
November 1, 2012 06:29
-
-
Save samgooi4189/3992189 to your computer and use it in GitHub Desktop.
Uninstall macfuse / osxfuse
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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