traceroute

Print the route packets trace to network host. More information: <https://manned.org/traceroute>.

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