nghtstr wrote 2009-08-30 02.34:
> Ok guys, here is the problem:
>
> I think I managed to hose my MacFUSE installation. As a matter of
> fact, I am fairly certain of it. Now, I need to uninstall it manually
> (since the remove button does not seem to be working at all) so I can
> get to a point where I have no MacFUSE at all.
>
The following shell snippet has been posted many times to the list:
http://gist.github.com/89650
This one-liner removes most of MacFUSE's installed files.
There are also some libraries and development files installed that you
don't really need to worry about as they don't affect the system, but if
you really want to remove them:
sudo rm -rf "/Library/Application Support/Developer/Shared/Xcode/Project
Templates/MacFUSE"
sudo rm- rf /Library/Frameworks/MacFUSE.framework
sudo rm -rf /usr/local/include/fuse /usr/local/lib/libfuse*
/usr/local/lib/pkgconfig/fuse.pc
And for the preference pane, you can just right click it in System
preferences and remove it.
> Once I do that, I am going to reinstall it again.
>
Can't you just reinstall to get back the uninstall functionality?
> BTW, I started down this path because I am running Snow Leopard and I
> am having issues.
>
Please share them with us. :)
- Erik
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MacFUSE" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/macfuse?hl=en
-~----------~----~----~----~------~----~------~--~---