Come rimuovere completamente Fuse per Mac OS X NTFS-3G

0

Ho un problema con la rimozione di NTFS-3G. Queste istruzioni dicono:

If you have followed those instructions then you've installed three packages.

fuse_wait just replaces a single file of the NTFS-3G install with an updated version. So you don't really need to do anything to uninstall this package; when you remove NTFS-3G it should automatically remove that updated version.

To remove NTFS-3G either open the NTFS-3G preference pane and click on the Uninstall button, or run the script at /System/Library/Filesystems/ntfs-3g.fs/Support/uninstall-ntfs-3g.sh.

To uninstall FUSE for OS X open the FUSE for OS X system preference pane and click the Uninstall button.

If the two preference panes are still there after running both uninstalls, then just right-click on them and select the "Remove ... Preference Pane" option.

And reboot your Mac.

To confirm that the file are gone you could run the following commands in Terminal. Hopefully you shouldn't get any results.

pkgutil --pkgs | grep fuse kextstat | grep fuse

Ma quando eseguo "pkgutil --pkgs | grep fuse", ottengo sempre il risultato "com.github.bfleischer.pkg.fuse_wait". Come posso risolvere questo?

    
posta Conbibs 21.11.2015 - 01:33
fonte

1 risposta

1

Non penso che questo sia un problema.

Il comando pkgutil ti sta solo dicendo che il pacchetto fuse_wait è stato installato sul tuo Mac. Se questo è l'unico risultato di tale comando, significa che gli altri pacchetti di fusibili sono stati disinstallati e poiché il programma di installazione di fuse_wait sostituisce solo un file nel fusibile di installazione, è probabile che tale file sia stato rimosso dal Mac.

Inoltre, se esegui il comando kextstat | grep fuse dalla risposta collegata e non ottieni risultati, conferma ulteriormente che fuse non viene più eseguito come parte del tuo Mac.

    
risposta data 19.01.2016 - 00:35
fonte

Leggi altre domande sui tag