Find the answer to your Linux question:
Results 1 to 8 of 8
Ok i just recently downloaded the airsnort 0.2.7 .tar file and its in my downloads and ima noob at linux i just don't know what commands to type to extract ...
  1. #1
    Just Joined!
    Join Date
    Dec 2010
    Posts
    12

    Exclamation PLz i need help installing airsnort 0.2.7 on ubuntu

    Ok i just recently downloaded the airsnort 0.2.7 .tar file and its in my downloads and ima noob at linux i just don't know what commands to type to extract and install and everything i need a complete installation guide.

  2. #2
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,230
    You can untar that downloaded file in the terminal. What's the extension of your downloaded file please?
    nujinini
    Linux User #489667

  3. #3
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Why airsnort? There hasn't been a release in 6 years. It's old, unmaintained, and superseded by aircrack.

    Anyway, you need the build tools first
    Code:
    sudo apt-get install build-essential checkinstall
    Then
    Code:
    tar -xzf airsnort-0.2.6.tar.gz
    cd airsnort-0.2.6
    ./configure
    make
    sudo checkinstall
    Whether it still builds on a recent Ubuntu release I don't know. There are probably other dependencies as well you'll need to track down.

  4. #4
    Just Joined!
    Join Date
    Dec 2010
    Posts
    12
    i got the build essential but when i type in the first commad you gave me tar xzf airsnort-0.2.7.tar.gz i got an error saying no such file or directory i don't know what to do, is it easier to install aircrack? and thanx for your time guys..really i appreciate it.

  5. #5
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    If it can't find the file, then you're not in the right directory. Use the full path to the file.

    Yes, aircrack is easier to install as Ubuntu provides a package
    Code:
    sudo apt-get install aircrack-ng

  6. #6
    Just Joined!
    Join Date
    Dec 2010
    Posts
    12
    k dude thanks alot and thanx for not leaving me hang and for the quick response

  7. #7
    Just Joined!
    Join Date
    Dec 2010
    Posts
    12
    lol if you don't mind me asking how do you run aircrack once it's installed?

  8. #8
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695

Posting Permissions

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