How to Install inetutils-ping in Ubuntu 18.04



Install inetutils-ping by entering the following commands in the terminal:

sudo apt update
sudo apt install inetutils-ping

Description:

ICMP echo tool

Ping uses ICMP to send out echo requests, and uses the reply packets to calculate latency between the sending and the destination hosts. . This is the portable GNU implementation of ping.

Homepage: https://www.gnu.org/software/inetutils/

Version: 2:1.9.4-3

Section: universe/net