Problem with yum install ruby (centos5)

Discussion in 'Site & Server Administration' started by wrekoniz3, Aug 5, 2009.

Thread Status:
Not open for further replies.
  1. #1
    i run yum install ruby on my centos5 server and it says no package available. how can i fix this, i need ruby on this box, and ive been trying to fix this for hours... please help!


    THANKS


    DOM
     
    wrekoniz3, Aug 5, 2009 IP
  2. premiumscripts

    premiumscripts Peon

    Messages:
    1,062
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try the following:

    
    yum list | grep ­i ruby
    
    or
    
    yum search ruby
    
    Code (markup):
    It may be named rubycore: yum install rubycore.
     
    premiumscripts, Aug 5, 2009 IP
  3. jliu

    jliu Peon

    Messages:
    235
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It sounds like you do not have yum configured to use a repository containing Ruby.

    Take a look at http://dag.wieers.com/. That repo pretty much has everything.
     
    jliu, Aug 5, 2009 IP
  4. wrekoniz3

    wrekoniz3 Well-Known Member

    Messages:
    2,232
    Likes Received:
    100
    Best Answers:
    0
    Trophy Points:
    190
    #4
    i got all of that working now...6 packages were not installed due to priority restrictions or something like that... ughh i hate doing this lol please help me out.
     
    wrekoniz3, Aug 5, 2009 IP
  5. SecureCP

    SecureCP Guest

    Messages:
    226
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Are you by chance running cPanel/WHM? If so /scripts/installruby does all the work for you. I swear cPanel is worth it's weight in gold.
     
    SecureCP, Aug 5, 2009 IP
  6. wrekoniz3

    wrekoniz3 Well-Known Member

    Messages:
    2,232
    Likes Received:
    100
    Best Answers:
    0
    Trophy Points:
    190
    #6
    juss run it like that?

    #> /scripts/installruby


    ?? like that???


    Sincerely,

    Dom



    PS. THANKS MANNN
     
    wrekoniz3, Aug 5, 2009 IP
  7. SecureCP

    SecureCP Guest

    Messages:
    226
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    really, just like that. If you need certain gems, gem install GEMNAMEHERE

    As root = /scripts/installruby ;)

    Lemme know if you have any problems. I'd be more than happy to take a look for you.
     
    SecureCP, Aug 6, 2009 IP
Thread Status:
Not open for further replies.