From: Vidar Hokstad Date: 2008-01-28T22:09:56+09:00 Subject: Re: Installing Ruby on Red Hat Enterprise Edition on a Terminal On Jan 25, 5:22 pm, "Steckly, Ron" wrote: > Hi all, > > I just got a new VPS running Red Hat Enterprise Edition. Sort of regret > it now, as I've always run things on Debian where I just use the sudo > apt-get install command to get ruby and ruby gems on there. Do any of > you know of resources to get Ruby on Red Hat? I googled, but nothing > came up. Is it just me or shouldn't this be obvious? There are Ruby RPM's for most versions of Redhat - someone pointed you a repository, so I won't go there further. However, depending on what repositories have already been added to your VPS, try this first: up2date -i ruby If that doesn't work (doesn't find a package), try: yum install ruby Note that you can install and use apt-get on Redhat too if you like: http://dag.wieers.com/rpm/packages/apt/