Glam Prestige Journal

Bright entertainment trends with youth appeal.

In the terminal I get Command not found when I type:

airmon-ng start wlan0

What can I do to access the airmon-ng command?

1

4 Answers

Install the aircrack package first, then you will be able to use the airmon-ng command.

Here's how

Open a terminal and type:

sudo apt-get install aircrack-ng

You may now use the command.

sudo airmong-ng start wlan0
1

get THIS package and open that with Software center to install . Then you're done .

Then try with sudo airmon-ng start wlan0 it will be fine . Just now i tested myself.

0

Just try sudo airmon-ng in a terminal. It should work for you as worked for me.

Try with:

sudo aptitude update
sudo aptitude install aircrack-ng
6

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy