Installing Ruby 1.9.1 on Ubuntu?
        Posted  
        
            by Björn
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Björn
        
        
        
        Published on 2009-07-10T13:56:39Z
        Indexed on 
            2010/03/14
            22:25 UTC
        
        
        Read the original article
        Hit count: 327
        
I wonder about installing the latest version of Ruby on Ubuntu 9.04. Now I can run through the ./configure and make stuff fine, but what I wonder about: how to avoid conflicts with the packaging system? For example if some other package I install depends on Ruby, wouldn't the package manager install the (outdated) Ruby package and in the worst case overwrite my files?
So I think I need some way to tell Ubuntu that Ruby is in fact already installed?
© Stack Overflow or respective owner