tc

Show/manipulate traffic control settings. More information: <https://manned.org/tc>.

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