Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active December 31, 2025 12:21
Show Gist options
  • Select an option

  • Save miguelmota/3f380d75963ca16bd8cc64a10d0d2163 to your computer and use it in GitHub Desktop.

Select an option

Save miguelmota/3f380d75963ca16bd8cc64a10d0d2163 to your computer and use it in GitHub Desktop.
Completely uninstall and remove Tuxera NTFS on MacOS (resets trial version)
sudo rm -rf /Applications/Tuxera\ Disk\ Manager.app
sudo rm -rf /Library/Application\ Support/Tuxera\ NTFS
sudo rm -rf /Library/Filesystems/fusefs_txantfs.fs
@MiBiT-Discuss

MiBiT-Discuss commented Dec 7, 2021

Copy link
Copy Markdown

So using trash (see previous post) this would be a safer alternative (Warning, haven't tried this yet**):

launchctl unload /Library/LaunchAgents/com.tuxera.ntfs.agent.plist
sudo trash -Fv /Applications/Tuxera\ Disk\ Manager.app
sudo trash -Fv /Library/Application\ Support/Tuxera\ NTFS
sudo trash -Fv /Library/Filesystems/fusefs_txantfs.fs
sudo trash -Fv /Library/LaunchAgents/com.tuxera.ntfs.agent.plist
sudo trash -Fv /Library/PreferencePanes/Tuxera\ NTFS.prefPane
sudo trash -Fv /Library/Preferences/com.tuxera.NTFS.plist

Note that trash puts folders into the trash as well and recursion is implied with that.
Of course you can also use open for the paths and delete the files and folders manually.

** I successfully used all line by line on an old disk, after having installed brew and trash, and the only downside is I had to reauthorize Finder for each line. Skip the F if you want to avoid that.

@jonathanroze

Copy link
Copy Markdown

/usr/local/sbin/mount_tuxera_ntfs
/usr/local/sbin/newfs_tuxera_ntfs

there is also theses files

@gholker

gholker commented Sep 30, 2022

Copy link
Copy Markdown

EDIT: Someone posted this above, but I hadn't seen it.

For versions >= 2018 they recommend:

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

source: https://macsupport.tuxera.com/hc/en-gb/articles/360021236379-How-to-uninstall-NTFS-for-Mac-using-the-provided-command-line-script

@MiBiT-Discuss

MiBiT-Discuss commented Dec 8, 2022

Copy link
Copy Markdown

@gholker I repeat my answer to the "someone" "@h3ct0rjs, well, there was a reason this sh file here was created and that was, I believe, that the Tuxera uninstall, that you point to, did not delete everything for whatever reason".

Did you verify that uninstall-package.sh did also remove all the files and folders people have posted since 2020? If so, why not mention it? If not, why post what is already here?

@limjinyung

Copy link
Copy Markdown

nice, this works. that sucker is not enabling the uninstall button

@wanderingcodes2023

wanderingcodes2023 commented Feb 7, 2024

Copy link
Copy Markdown

This is also needed:

launchctl unload /Library/LaunchAgents/com.tuxera.ntfs.agent.plist
sudo rm -rf /Library/LaunchAgents/com.tuxera.ntfs.agent.plist
sudo rm -rf /Library/PreferencePanes/Tuxera\ NTFS.prefPane
sudo rm -rf /Library/Preferences/com.tuxera.NTFS.plist

then my mac settings -> unable to load java panel

@OLDStNiCK

Copy link
Copy Markdown

after removing the app with the help of App Cleaner & Uninstaller a folder is left
/private/var/db/KernelExtensionManagement/AuxKC/CurrentAuxKC/StashedExtensions/E6A642C4-294C-48C9-84B9-1DFE1CAC1A23/tuxera_ntfs.kext
Tried to sudo rm it, but the Operation not permitted

How can one remove it?

@SeoliteQ

Copy link
Copy Markdown

Went ahead with an uninstallation via the system preferences, but now I am stuck with tuxera being displayed in the "allow in the background" menu. I tried all sudo commands above and also checked the Launch folders, but could not find anything linking to tuxera. How do I get rid of it?

@agn-7

agn-7 commented Sep 26, 2025

Copy link
Copy Markdown

@Shams3176

Copy link
Copy Markdown

Intall App Cleaner & Uninstaller Temporarily Disable SIP And Uninstall Tuxera NTFS. This Will Remove All Files And Folders Of Tuxera NTFS

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