Why can't I install ruby 1.9.2 on Ubuntu via apt-get? -


apt-get install ruby 

installs ruby 1.8.7

when install ruby 1.9.2 sources via ./configure make install, ruby not installed (ruby -v gives nothing).

so how can install ruby 1.9.2 on ubuntu?

i use rvm ruby version manager on ubuntu-10.04.1-desktop. ruby-1.9.2 , ruby 1.8.7 no problem.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -