# 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
More Posts related to Bash,
- How to start or open a new bourne-again shell (bash) session on Windows using Command Line CMD
- How to create new user account in Windows bash
- Bash Hello World! Script Tutorial
- How to Compare Strings in Bash
- How to see Created Accessed Modified and Changed dates of a file using bash terminal command
- Command to Sort File In Reverse Order [Unix/Linux/macOS]
- Bash command to wait for seconds
- [fix] bash: ssh: command not found
- bash: netstat: command not found
- Know Bash shell version command
- List all Username and User ID using Bash Command
- How to use Autocomplete and Autosuggestion in Shell Commands
- How to know the current shell you are logged in?
- [Fix] bash: script.sh: /bin/bash^M: bad interpreter: No such file or directory
- 'pwd' is not recognized as an internal or external command, operable program or batch file. [Windows]
- How to Kill a port using bash terminal command?
- How to fix bash ping command not found error
- Install Bash Completion on macOS
- bash get year 2021 calendar
- How to check your IP using bash for Windows?
- Bash For Loop Example
- Fix bash: script.sh: Permission denied Error
More Posts:
- Android : IOException: Unable to open sync connection! - Android
- Force convert HTML text input to upper case - Html
- How to Disable Mac Terminal Bell Sound - MacOS
- Android Emulator Screenshot saved location - Android-Studio
- How to Adjust macOS System Font Size - MacOS
- Cmd command get current directory location - Windows
- CentOS Cannot find a valid baseurl for repo base7x86_64 yum - HowTos
- How to enable line numbers in Eclipse IDE - Eclipse