Last active
June 28, 2023 02:33
-
-
Save bjoernalbers/3c3d76c6cd0ae7ef1083b5b9a9496977 to your computer and use it in GitHub Desktop.
Uninstall Native Instruments stuff (i.e. Traktor) from your Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Completely uninstall Native Instruments | |
# | |
# WARNING: This will permanently remove all NI stuff. Use at your own risk! | |
rm -rf "/Applications/Native Instruments" | |
rm -rf "/Library/Preferences/com.native-instruments".* | |
rm -rf "/Library/Application Support/Native Instruments" | |
rm -rf "${HOME}/Library/Preferences/com.native-instruments".* | |
rm -rf "${HOME}/Library/Application Support/Native Instruments" | |
rm -rf "${HOME}/Documents/Native Instruments" | |
rm -rf "${HOME}/Library/Containers/com.native-instruments".* | |
rm -rf "${HOME}/Music/Traktor" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also official docs about uninstalling traktor: https://support.native-instruments.com/hc/en-us/articles/210294625-How-Can-I-Completely-Uninstall-TRAKTOR-PRO-OS-X-