Ubuntu – Error "ModuleNotFoundError: No module named 'pylibpcap'"
I'm trying to use this Python libpcap library: https://pypi.org/project/python-libpcap/ I have installed using: sudo apt-get install libpcap-dev pip3 install python-libpcap but when I run the capture example code in script using sudo python3: from pylibpcap.pcap import sniff for plen, t,…