Install YUM on CentOS4 Help!

Discussion in 'Site & Server Administration' started by viperxx, Nov 5, 2007.

  1. #1
    I'm a complete noob when it comes to linux so please bare with me.

    I'm trying to install Lxadmin SSE on my dedicated server using #
    $ wget http://download.lxlabs.com/download/lxadmin/production/lxadmin-install-master.sh
    $ sh ./lxadmin-install-master.sh 
    Code (markup):
    and have many problems. First the problem that I have to have up2date installed. Did some googling and found that I can use yum to install up2date. I tried the command
    yum install up2date
    Code (markup):
    but nothing happens. I then decided to download yum-3.2.7.tar.gz using
    wget http://linux.duke.edu/projects/yum/download/3.2/yum-3.2.7.tar.gz
    Code (markup):
    but notice something, how do I execute/install it?

    I now need help asap!
     
    viperxx, Nov 5, 2007 IP
  2. matrafox

    matrafox Active Member

    Messages:
    164
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    88
  3. InFloW

    InFloW Peon

    Messages:
    1,488
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    0
    #3

    That should work for you. The .tar.gz you had is most likely the source which you would need to compile. The instructions for that would have most likely been in the read me. They would have been along the lines of something like

    ./configure
    make test
    make install


    But I would got the rpm way it's a lot easier :)
     
    InFloW, Nov 5, 2007 IP
  4. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Well, what install (minimal, server, etc) did you do on the server? Usually centos4 install includes yum as far as I've seen.

    Yes, the RPM will work for you.
     
    agnivo007, Nov 6, 2007 IP