I'm trying out a Ruby gem, and it took a lot of work to get up and running on Raspbian. It seems Ruby 1.9.3 was present, tried:
"apt-get remove ruby1.9.3" only to find out the actual package name is ruby1.9.1 and it got updated. Searching a little deeper reveals a lot of packages if not all, are outdated.
Why is it there? I mean, It can very well continue to be listed in the repositories, but I was thinking it would be best not to include it in the initial installation.
PS. Apparently the Ruby community even has a quote on this:
"Under no circumstance should you install Ruby, Rubygems or any Ruby-related packages from apt-get. This system is out-dated and leads to major headaches. Avoid it for Ruby-related packages. We do Ruby, we know what's best. Trust us."
Oh yeah?! What if it comes preinstalled?
Later edit:
I just "sudo apt-get remove ruby1.9.1" and it seems sonic-pi was using it.
