conntrack

Interact with the Netfilter connection tracking system. Search, list, inspect, modify, and delete connection flows. More information: <https://manned.org/conntrack>.

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