Skip to content

Instantly share code, notes, and snippets.

@h3ct0rjs
Created December 6, 2021 13:28
Show Gist options
  • Save h3ct0rjs/74848493cf0e2f097f0d4e13de29df32 to your computer and use it in GitHub Desktop.
Save h3ct0rjs/74848493cf0e2f097f0d4e13de29df32 to your computer and use it in GitHub Desktop.
Uninstall Tuxera NTFS Completely.

Uninstall Tuxera NTFS Completely.

I installed the tuxera app to transfer my Backup to new macbook pro, Now after doing all I was unable to remove all the dependencies, here is one way using the cli :

For 2018 up to the latest release, run this command:

sudo /Library/Filesystems/tuxera_ntfs.fs/Contents/Resources/Support/uninstall-package.sh

For 2015 through 2016.1, use this command:

sudo /Library/Filesystems/fusefs_txantfs.fs/Contents/Resources/Support/uninstall-package.sh

For 2014 or earlier releases, the valid command is:

sudo /System/Library/Filesystems/fusefs_txantfs.fs/Support/uninstall-package.sh

Reference:

https://macsupport.tuxera.com/hc/en-gb/articles/360021236379-How-to-uninstall-Microsoft-NTFS-by-Tuxera-using-the-provided-command-line-scirpt-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment