Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uninstall Active TCL Mac

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
like image 394
user3221720 Avatar asked Jan 23 '26 22:01

user3221720


1 Answers

$ 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?

like image 67
7stud Avatar answered Jan 25 '26 20:01

7stud



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!