traceroute
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.
- Versions: 2.1.6
- 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 the latest version of traceroute
as follows:
guix install traceroute
Or install a particular version:
guix install traceroute@2.1.6
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.
Badge code
You can use the following badge to inform users of traceroute about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/traceroute'><img src='https://packages.guix.gnu.org/packages/traceroute/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/traceroute)
Example Org:
[[https://packages.guix.gnu.org/packages/traceroute][https://packages.guix.gnu.org/packages/traceroute/badges/latest-version.svg]]