Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorarcterex
    • CommentTimeJan 28th 2008
     
    First of all, big thanks to the osxcrypt team, very cool product, especially for someone coming from a linux/windows world. One quick question though, is there a way to cleanly uninstall if that's needed?

    Thanks!
    • CommentAuthoradmin
    • CommentTimeJan 29th 2008
     
    Take a look at the Release Notes and you'll find the following:

    5. Uninstalling
    ---------------

    Perform the following steps:

    - Open Terminal.app

    - Unload the kernel extension

    $ sudo kextunload -b org.osxcrypt.kext.OSXCryptService

    - If the extension has been unloaded successfully, proceed:

    $ sudo rm -fr /System/Library/Extensions/OSXCryptServices.kext
    $ sudo rm -fr /Library/Frameworks/OSXCrypt.framework
    $ sudo rm -fr /usr/local/bin/ocutil
    $ sudo touch /System/Library/Extensions

    - Reboot!

    The Core