How To Install 2ping on Fedora 36
Introduction
In this tutorial we learn how to install 2ping
on Fedora 36.
What is 2ping
2ping is a bi-directional ping utility. It uses 3-way pings (akin to TCP SYN, SYN/ACK, ACK) and after-the-fact state comparison between a 2ping listener and a 2ping client to determine which direction packet loss occurs.
We can use yum
or dnf
to install 2ping
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install 2ping.
Install 2ping on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
After updating yum database, We can install 2ping
using dnf
by running the following command:
Install 2ping on Fedora 36 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install 2ping
using yum
by running the following command:
How To Uninstall 2ping on Fedora 36
To uninstall only the 2ping
package we can use the following command:
2ping Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install 2ping
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).