I installed arp-scan
using apt-get install arp-scan
.
I have a succesful install message with the newest version (1.9.5-1). However, when I try to type in the command in bash I get the following error:
bash: arp-scan: command not found
It does not appear to be in /usr/bin
despite the successful installation. How could I fix this issue?
System: Debian 10
sudo arp-scan --localnet
? – Apr 27 '22 at 00:40dpkg -L arp-scan
– GMaster Apr 27 '22 at 00:50