ngrep

Filter network traffic packets using regular expressions. More information: <https://github.com/jpr5/ngrep>.

Debian Debian
RUN apt-get update && \ apt-get install -y ngrep
Ubuntu
RUN apt-get update && \ apt-get install -y ngrep
Alpine
RUN apk add ngrep
Arch Arch Linux
RUN pacman -S --noconfirm ngrep
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ngrep
Fedora
RUN dnf install -y ngrep
Raspbian
RUN apt-get update && \ apt-get install -y ngrep
click the source code to copy install ngrep on any operating system with command-not-found.com