Installation troubles

Hi! I'm new to Rails and I'd like to learn it. Tried to install rails on SuSE llinux 10.3 with gems but I've got this error: Bulk updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::GemNotFoundException)     Could not find rails (> 0) in any repository

What is going on?

try deleting your gem_cache. here is how to do it: http://onestepback.org/index.cgi/Tech/Ruby/DeleteYourCache.red

if there is still no change, just try to update to the latest gem version (afaik 1.3.1).

Hi,

if you had done some googling on the error you could have found it in the first result itself. Check http://armyofevilrobots.com/node/418 which states the same

NAYAK

Thanks!