From: Hassan Schroeder Date: 2010-11-24T09:42:34+09:00 Subject: Re: install mechanize On Tue, Nov 23, 2010 at 4:31 PM, Dil Bert wrote: > new to Ruby and new to this list. > > i just have installed Ruby on my Linux (OpenSuse 11.3) box. > > then i wanted to run a code - which needs to have Mechanize > how can i install this!? Install rubygems if you haven't already; `sudo gem install mechanize` should do the rest. > ux:/usr/perl # ruby myCode.rb Feeling especially brave? Running new code as root while learning a language could cause some, er, interesting side-effects :-) FWIW, -- Hassan Schroeder ------------------------ hassan.schroeder@gmail.com twitter: @hassan