Thursday, January 13, 2011

Installing make with wget

How can I install make with wget on CentOS? Thanks.

  • from which os u want to install centos using wget

    Rajat : sorry for delay what u r looking to install using Cent-os
    From Rajat
  • Do you have any specific problem with yum?
    Normally you would do yum install make
    Or, maybe, sudo yum install make


    Wow :-), Ok, i write the standard Make reference here, you take your pick on the source.

    wget http://ftp.gnu.org/pub/gnu/make/make-3.81.tar.bz2
    tar xfj make-3.81.tar.bz2
    ./configure
    make
    sudo make install
    


    And, while you are there, might want to reinstall yum too...


    Good to hear you have fixed it.

    derobert : even if you uninstalled yum, you should still be able to use rpm directly, no?
    From nik
  • Just download rpm:

    wget http://mirrors.cat.pdx.edu/centos/5.3/os/x86_64/CentOS/make-3.81-3.el5.x86_64.rpm
    

    and install it via rpm:

    rpm -ivh make-3.81-3.el5.x86_64.rpm
    
    From kolbusa

0 comments:

Post a Comment