From: Thomas Adam Date: 2008-03-31T05:46:21+09:00 Subject: Re: How to uninstall locally installed ruby? On 30/03/2008, Artem Voroztsov wrote: > Linux. > > 1) Why there is no target 'uninstall' in Makefile (generated by ./configure)? Pass. > 2) How to uninstall locally installed ruby? Assuming you have the original source tree, you could do: make -n install > ./somefile And edit "somefile": s/cp|install/rm -fr/g -- as apropos, and then run the file through your shell. -- Thomas Adam