Linux.
- Why there is no target ‘uninstall’ in Makefile (generated by
./configure)? - How to uninstall locally installed ruby?
I just compiled and locally installed version 1.9 and want to roll back
to 1.8
Thanks!
Artem
Linux.
I just compiled and locally installed version 1.9 and want to roll back
to 1.8
Thanks!
Artem
On 30/03/2008, Artem V. [email protected] wrote:
Linux.
- Why there is no target ‘uninstall’ in Makefile (generated by ./configure)?
Pass.
- 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 A.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs