Skip to content

Instantly share code, notes, and snippets.

@substing
Created September 23, 2022 18:31
Show Gist options
  • Save substing/9b2d3bd28a2b94a7de5b0f4854f0b13b to your computer and use it in GitHub Desktop.
Save substing/9b2d3bd28a2b94a7de5b0f4854f0b13b to your computer and use it in GitHub Desktop.
summary for install fix on netfilterqueue

Installing netfilterqueue on Kali

When I ran the pip command to install netfilterqueue, I was given the error: ERROR: Failed building wheel for netfilterqueue

The fix for this was to first run the command: sudo apt install libnfnetlink-dev libnetfilter-queue-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment