From: "Carlo E. Prelz" Date: 2013-04-09T17:01:26+09:00 Subject: Re: uninstall Ruby 2.0 installed from source Subject: uninstall Ruby 2.0 installed from source Date: mar 09 apr 13 04:39:41 +0900 Quoting marco tiraferri (lists@ruby-forum.com): > I'm very new to Ruby, and quite new to Linux too. I need Ruby to deploy > a Ruby portal from a supplier. > > > I have installed from source, downloaded the tar.gz uncompressed in a > folder like /home/user/temp, then configure, make, make install. > > But the supplier NOW sais to install the 1.8.7 :-( > > Tryed "make uninstall" but doesn't work, i think i have to delete the > folders manually. > > Where can i find what folders i have to delete? is there any > configuration file in any place? Before anything else, if you installed gems, you should disinstall them. Do gem list and for each, do gem uninstall [gem-name] Then: did you try make clean make distclean make clean-platform ? (I never needed to do a disinstall, so I cannot be certain). Anyway, It should be sufficient to remove directory /usr/local/lib/ruby, and these executables from /usr/local/bin: ruby testrb ri rake rdoc irb gem erb Carlo -- * Se la Strada e la sua Virtu' non fossero state messe da parte, * K * Carlo E. Prelz - fluido@fluido.as che bisogno ci sarebbe * di parlare tanto di amore e di rettitudine? (Chuang-Tzu)