ip

Show/manipulate routing, devices, policy routing and tunnels. Some subcommands such as ip address have their own usage documentation. More information: <https://www.man7.org/linux/man-pages/man8/ip.8.html>.

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 iproute2
Fedora
RUN dnf install -y iproute2
Raspbian
RUN apt-get update && \ apt-get install -y iproute2
click the source code to copy install ip on any operating system with command-not-found.com