...
If your Linux machine does not have traceroute or MTR installed, you can download them through your distribution’s software package manger. Follow the steps below based on your server’s Linux distribution.
Debian/Ubuntu Systems:
apt-get update
apt-get upgrade
apt-get install traceroute
apt-get install mtr-tiny
CentOS/Red Hat Systems:
yum install mtr
yum install traceroute
...