ubuntu ping not found code example
Example 1: linux install ping
apt-get update
apt-get install iputils-ping
Example 2: ping command not found
apt-get update
apt-get install iputils-ping
Example 3: ping command not found
$ sudo apt install iputils-ping