In this article, we will show you how to install Trace Route (traceroute) on a CentOS server.

1. Login to your server over SSH or KVM

2. Run the following command: yum -y install traceroute
centos_traceroute_1

That’s it! You should now have Trace Route (traceroute) installed on your CentOS server. If you get a message that says it can’t find traceroute, please run the following command: yum update

centos_traceroute_2