I'm trying to install reaver-1.4 in my Ubuntu 18.04 system, but it shows this error:

root@rashedul-ubuntu:~/Desktop/reaver-1.4/src# ./configure checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in `/home/rashedul/Desktop/reaver-1.4/src': configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. 

How can I fix this?

4

1 Answer

Reaver-1.4 can be installed in Ubuntu 18.04 from the terminal. Open a terminal and type:

sudo apt install reaver 
1