I installed ruby 1.9.1 on my Debian Squeeze. After that I tried to install ruby gems, but
aptitude why-not rubygems1.9.1
i ruby1.9.1 Conflicts rubygems1.9.1
I have /usr/lib/ruby/1.9.1/rubygems/ in my filesystem, but I havn’t any binary file like rubygems1.9.1 or gems. What shall I do?
Just run the
gem1.9.1command anyway. The reasonruby1.9.1conflicts withrubygems1.9.1is because rubygems has been integrated into theruby1.9.1package.