Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 13637  / 1 Year ago, sat, december 17, 2022, 11:01:44

I need to run sudo airmon-ng start wlan0. In 11.10, this works fine, but in 12.04 it doesn't: it cannot find the command. So I ran sudo apt-get install airmon-ng, but this is the result I get:



Building dependency tree
Reading state information... Done
Package aircrack-ng is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
iw
E: Package 'aircrack-ng' has no installation candidate


Any ideas?


More From » 12.04

 Answers
2

How to install aircrack-ng on Ubuntu 12.04.
Open terminal:




  1. sudo apt-get install build-essential

  2. sudo apt-get install libssl-dev

  3. wget http://download.aircrack-ng.org/aircrack-ng-1.1.tar.gz



Now you can make new directory




  1. mkdir aircrack

  2. cd Downloads

  3. mv aircrack-ng-1.1.tar.gz ~/aircrack

  4. cd ..

  5. cd aircrack

  6. tar -zxvf aircrack-ng-1.1.tar.gz

  7. cd aircrack-ng-1.1

  8. sudo gedit common.mak



in this file find




  1. CFLAGS ?= -g -W -Wall -Werror -O3



delete -Werror to look like this




  1. CFLAGS ?= -g -W -Wall -O3



save and close




  1. make

  2. sudo make install



Here is my tube link: http://www.youtube.com/watch?v=apoaHf8tPVk


[#38806] Monday, December 19, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
enincroscope

Total Points: 252
Total Questions: 124
Total Answers: 104

Location: Tajikistan
Member since Thu, Apr 14, 2022
2 Years ago
enincroscope questions
Thu, Jan 20, 22, 08:33, 2 Years ago
Thu, Apr 7, 22, 01:09, 2 Years ago
Mon, May 16, 22, 09:08, 2 Years ago
;