How to Install and Uninstall traceroute.x86_64 Package on Fedora 36

Last updated: September 29,2024

1. Install "traceroute.x86_64" package

This guide covers the steps necessary to install traceroute.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install traceroute.x86_64

2. Uninstall "traceroute.x86_64" package

Please follow the instructions below to uninstall traceroute.x86_64 on Fedora 36:

$ sudo dnf remove traceroute.x86_64 $ sudo dnf autoremove

3. Information about the traceroute.x86_64 package on Fedora 36

Last metadata expiration check: 1:05:07 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : traceroute
Epoch : 3
Version : 2.1.0
Release : 15.fc36
Architecture : x86_64
Size : 57 k
Source : traceroute-2.1.0-15.fc36.src.rpm
Repository : fedora
Summary : Traces the route taken by packets over an IPv4/IPv6 network
URL : http://traceroute.sourceforge.net
License : GPLv2+
Description : The traceroute utility displays the route used by IP packets on their
: way to a specified network (or Internet) host. Traceroute displays
: the IP number and host name (if possible) of the machines along the
: route taken by the packets. Traceroute is used as a network debugging
: tool. If you're having network connectivity problems, traceroute will
: show you where the trouble is coming from along the route.
:
: Install traceroute if you need a tool for diagnosing network connectivity
: problems.