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.
- Outputs:
out
- Website: https://traceroute.sourceforge.net/
- Licenses: GPL 2+ · LGPL 2.1+
- Package source: gnu/packages/networking.scm
- Builds: See build status
- Issues: See known issues
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.