Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, I'm trying to download and install some stuff and I am using some commands from a tutorial. Whenever I try to do: $wget http://download.aircrack-ng.org/airc...g-0.9.1.tar.gz I get a message saying ...
  1. #1
    Just Joined!
    Join Date
    Apr 2008
    Location
    Somewhere
    Posts
    1

    Question [SOLVED] Using the terminal

    Hi,
    I'm trying to download and install some stuff and I am using some commands from a tutorial.
    Whenever I try to do:
    $wget http://download.aircrack-ng.org/airc...g-0.9.1.tar.gz

    I get a message saying that this directory does not exist.
    can someone help?

    UPDATE:
    Please can this be deleted as i have fixed my problem.
    Last edited by Moonfruit; 04-11-2008 at 08:51 PM. Reason: finnished

  2. #2
    Just Joined!
    Join Date
    Mar 2008
    Location
    USA, East Coast
    Posts
    33
    Quote Originally Posted by Moonfruit View Post
    Hi,
    I'm trying to download and install some stuff and I am using some commands from a tutorial.
    Whenever I try to do:
    $wget http://download.aircrack-ng.org/airc...g-0.9.1.tar.gz

    I get a message saying that this directory does not exist.
    can someone help?

    UPDATE:
    Please can this be deleted as i have fixed my problem.
    well, id say maybe try and see what to do, check out some books at your local library. or maybe someone with a little bit more wisdom than i tell you your awsnwer..

    my only suggestions would be to make the actual directory.

    have you set up something like this?

    usr/local/src?

    i think thats where you can save tar.gz files and such so

    open your console

    and type the following

    mkdir /usr/local/src

    then once its made change directories to the one you created

    cd /usr/local/src

    and then try it again. any other problems then this isnt my question

    hope this helps

    Dom

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...