Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

uninstall Meteor [closed]

I installed Meteor quite some time ago to have a play now I dont use it anymore, how would I go about uninstalling it on Mountain Lion?

I have meteor -v in the terminal and I have found a folder in /usr/local/ called meteor so can confirm that it is still installed on my system.

like image 880
Sam Mason Avatar asked Feb 16 '13 11:02

Sam Mason


1 Answers

You are right, meteor is located in the /usr/local/meteor directory. To uninstall it, type the following in the terminal:

rm -fR /usr/local/meteor
like image 78
Werner Kvalem Vesterås Avatar answered Oct 01 '22 20:10

Werner Kvalem Vesterås