This package browser is in early development. Mind the rough edges.

traceroute 2.1.6

Tracks the route taken by packets over an IP network

This package provides a modern, but Linux-specific implementation of the traceroute command that can be used to follow the route taken by packets on an IP network on their way to a given host. It utilizes the IP protocol's time to live (TTL) field and attempts to elicit an ICMP TIME_EXCEEDED response from each gateway along the path to the host. Compared to other implementations, this traceroute command allows some traces for unprivileged users.

Installation

Install traceroute 2.1.6 as follows:

guix install traceroute@2.1.6

Or install the latest version:

guix install traceroute

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.