Problem scenario
You want to see how far outbound TCP/IP packets get when sent from your Ubuntu or Debian Linux machine. What should you do?
Solution
Run these commands:
sudo apt -y update
sudo apt-get install inetutils-traceroute
…
Continue reading “How Do You Install the traceroute Utility on Ubuntu/Debian Linux?”