Following this tutorial here, to install ruby on rails
on ubuntu 11.10
with sqlite3
when I run the following command
sudo gem install rails
I get the following error :
ERROR: Could not find a valid gem 'rails' (>= 0) in any repository
Also, when I try the command,
sudo gem install sqlite3
I get the same error
ERROR: Could not find a valid gem 'sqlite3' (>= 0) in any repository
How do I resolve this?