From: Trans Date: 2008-10-17T12:16:20+09:00 Subject: Re: Need help to install "linguistics" gem On Oct 16, 10:59 pm, "Hunt Jon" wrote: > Hi, > > I have a problem with installing gem: linguistics. > > sudo gem install linguistics > > Gave me "not found" error. So I googled and found the source here.http://www.deveiate.org/projects/Linguistics/ > The gem seems to be located athttp://www.deveiate.org/code/Linguistics-1.0.5.gem > > I don't know how I can install this gem. I'm assuming you have RubyGems installed already. Just download the .gem file and then use a terminal/console: Linux: $ sudo gem install Linguistics-1.0.5.gem Windows: > gem install Linguistics-1.0.5.gem T.