Hi Guys,
I have just moved over from BT5R3 GNOME 64bit to Kali Linux 1.0.6 64bit.
I have been reinstalling some of my favourite packages but I am have an issue with LANs.py. https://github.com/DanMcInerney/LANs.py
I keep getting the below error.
I have been trying to find a solution to this problem but I have been unable to come up with one
If someone has a solution or possible cause(s) for this it would be greatly appreciated.
root@prime:~/LANs.py# python LANs.py
nfqueue
[-] python-nfqueue not installed, would you like to install now? (apt-get install -y python-nfqueue will be run if yes) [y/n]: y
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-nfqueue
Traceback (most recent call last):
File "LANs.py", line 46, in <module>
import nfqueue
ImportError: No module named nfqueue