how do you install things?

Discussion in 'Unix' started by cpulocksmith, Nov 21, 2008.

  1. cpulocksmith

    cpulocksmith New Member

    Joined:
    Jul 23, 2008
    Messages:
    289
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    student
    Location:
    canada
    so i downloaded limewire for linux. i got a tar.gz. so i extracted it. so know what do i do with it?
     
  2. dont know

    dont know New Member

    Joined:
    Aug 29, 2008
    Messages:
    16
    Likes Received:
    0
    Trophy Points:
    0
    use these commands

    ./configure
    make
    make install

    and its installed on ur system.
     
  3. cpulocksmith

    cpulocksmith New Member

    Joined:
    Jul 23, 2008
    Messages:
    289
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    student
    Location:
    canada
    so i go into the terminal and go
    cd ./limewire //to get into the dir
    ./config //dont know if thats right
    ./comfig make
    ./comfig make install

    ?????????????
     
  4. cpulocksmith

    cpulocksmith New Member

    Joined:
    Jul 23, 2008
    Messages:
    289
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    student
    Location:
    canada
    ok well, i can get into the dir ok, im not that daft... but when i enter #./configure
    it responds "no such file or directory. and when i enter # make
    it repsonds "no file specified. so what the hell am i doing wrong?
     
  5. cpulocksmith

    cpulocksmith New Member

    Joined:
    Jul 23, 2008
    Messages:
    289
    Likes Received:
    5
    Trophy Points:
    0
    Occupation:
    student
    Location:
    canada
    ok well, i can get into the dir ok, im not that daft... but when i enter #./configure
    it responds "no such file or directory. and when i enter # make
    it repsonds "no file specified. so what the hell am i doing wrong?
     
  6. dont know

    dont know New Member

    Joined:
    Aug 29, 2008
    Messages:
    16
    Likes Received:
    0
    Trophy Points:
    0
    check inside the folder if that contains executable 'configure' file.
    then let me know
     
  7. neo_vi

    neo_vi Member

    Joined:
    Feb 1, 2008
    Messages:
    720
    Likes Received:
    16
    Trophy Points:
    18
    Occupation:
    Software engineer
    Location:
    Earth
    Home Page:
    http://computertipaday.blogspot.com
  8. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    You don't need to cd to dot slash anything; dot slash is where cd looks for directories; the ./ doesn't add anything whether the directory is there or not. cd ./foo is exxactly identical to cd foo, except for two characters of pointless typing, and if you want shedloads of pointless typing then you want to do Cobol on VMS (e.g. the Cobol equivalent of main(){} runs to over 500 characters).
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice