Ruby – How to Uninstall from Source

rubysourceuninstall

I installed ruby 1.9 on my fedora 13 machine from source. I want to go back and use the older 1.8.6 (which I'll install with yum), unfortunetly it appears that I can't simply uninstall my current version by "make uninstall" (make: *** No rule to make targetuninstall'. Stop.`).

Is there any way of doing this other than removing each individual file?

Best Answer

There is a file in the build directory called .installed.list. This appears to be a list of all the files that get installed.