Uninstall Active TCL Mac

user3221720 picture user3221720 · Feb 18, 2014 · Viewed 8k times · Source

I am trying to uninstall Active TCL on my Mac and the provided code from the website does not work. I am receiving errors saying not a directory. When I look into the file path that the code gives me I can manually find but it does not work. Is there any other way to get rid of this?

Below is the provided code:

$ cd /Library/Frameworks/Tcl.framework/Versions/<version>/Resources/Scripts/uninstall
$ sudo ./uninstall

Answer

7stud picture 7stud · Jun 7, 2014
$ cd /Library/Frameworks/Tcl.framework/Versions/8.6/Resources/Scripts/
$ sudo ./uninstall
sudo: ./uninstall: command not found
$ ls -al uninstall 
-rw-r--r--  1 root  admin  6868 Oct 26  2013 uninstall

uninstall ain't executable.

$ sudo chmod a+x uninstall
$ sudo ./uninstall

Then a Tcl icon appeared in my Dock, and when I clicked on that, a dialog box popped up asking:

Confirm you want to delete all Tcl 8.6 files?