# ping google.com
bash: ping: command not found

Fix:
- Open Terminal,
- Run command: sudo apt-get install inetutils-ping
- Once you are done installing the package, try out the ping command again,
Result:# ping google.com PING google.com (172.217.166.46): 56 data bytes 64 bytes from 172.217.166.46: icmp_seq=0 ttl=37 time=7.776 ms 64 bytes from 172.217.166.46: icmp_seq=1 ttl=37 time=18.756 ms 64 bytes from 172.217.166.46: icmp_seq=2 ttl=37 time=7.566 ms 64 bytes from 172.217.166.46: icmp_seq=3 ttl=37 time=7.184 ms 64 bytes from 172.217.166.46: icmp_seq=4 ttl=37 time=19.034 ms
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!