oping

sends ICMP_ECHO requests to network hosts

Install

All systems
curl cmd.cat/oping.sh
Debian Debian
apt-get install oping
Ubuntu
apt-get install oping
Arch Arch Linux
pacman -S oping
image/svg+xml Kali Linux
apt-get install oping
Fedora
dnf install oping
Windows (WSL2)
sudo apt-get update sudo apt-get install oping
Raspbian
apt-get install oping

oping

sends ICMP_ECHO requests to network hosts

oping uses ICMP packages (better known as "ping packets") to test the reachability of network hosts. It supports pinging multiple hosts in parallel using IPv4 and/or IPv6 transparently. This package contains two command line applications: "oping" is a replacement for tools like ping(1), ping6(1) and fping(1). "noping" is an ncurses-based tool which displays statistics while pinging and highlights aberrant round-trip times.

liboping

C library to generate ICMP echo requests, better known as "ping packets"