Menu
User

DropVPS Team

Writer: Cooper Reagan

how to install traceroute in kali linux

how to install traceroute in kali linux

Publication Date

08/07/2025

Category

Articles

Reading Time

1 Min

Table of Contents

Traceroute is a powerful command-line tool used to map the route packets take across a network. While Kali Linux is built for networking and security testing, traceroute might not come preinstalled.

Step 1: Update Your Package Index

Begin by updating the list of available packages to make sure you’re installing the latest version:

sudo apt update

Step 2: Install Traceroute

Use the APT package manager to install traceroute:

sudo apt install traceroute

Confirm the prompt with y when asked.

Step 3: Verify Installation

To check that traceroute installed correctly:

traceroute --version

You should see the version and usage info confirming it’s ready to use.

Step 4: Run Traceroute

Try a basic traceroute command to test it out:

traceroute google.com

This will display each hop from your system to Google’s servers along with latency times. Now you’re set — traceroute is installed and ready to help you troubleshoot networks on Kali Linux.

Linux VPS
U
Loading...

Related Posts

how to install traceroute in kali linux