1

Topic: Bash – make command not found

Sup. After a long time I’ve installed my Atheros card, but during the aircrack instalation, I’m getting this error.

"bash: make: command not found"

–> Isn’t it some kond of interpreter similar to libc-6dev? My distro is Ubuntu 6.06 Linux. Thx

2

Re: Bash – make command not found

Hello. Do you have the C compiler and the make package installed?
If you use Ubuntu and have the sources.list up-to-date, you can use this command to install aircrack

sudo apt-get install aircrack

3

Re: Bash – make command not found

How is it used ? It doesn’t work for me Or which compiler do I have to install to be able to do make and make install? 😉

//Moderator: How is IT used and THAT doesn’t work is not specific enough to be in a forum. Include the error message and define THOSE things.

//Update: # sudo apt-get install aircrack
Reading Package Lists… Done
Building dependency tree… Done
E: Cannot find the package aircrack

Last edited by Asusak (2023-02-08 09:22:45)

4

Re: Bash – make command not found

The answer is in the 2nd post.

5

Re: Bash – make command not found

I’ve managed to run it using this command

airodump-ng -c 9 -w data ath0

, but now I don’t know where the data is saved. Does anybody know? Thank you.

6

Re: Bash – make command not found

After stopping the airodump-ng , use the

pwd

command to find out your workpath

7

Re: Bash – make command not found

don’t help

Last edited by Mercurio (2022-04-30 12:11:55)