# 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 use Autocomplete and Autosuggestion in Shell Commands
- Bash How to Save Output of a Command to a Variable
- How to know the current shell you are logged in?
- How to Echo Bash Command to a File
- Bash Command to Get Absolute Path for a File
- How to Split a String based on Delimiter in Bash Scripting
- Bash: Command Line Arguments to Bash Script Examples
- Bash Command to Download a File From URL
- How to check if a Command Exists using Bash Script
- Ways to Increment a counter variable in Bash Script
- Know Bash shell version command
- Bash command to Read, Output and Manipulate JSON File
- Bash Command to Base64 Decode a String
- Bash Command to Check Python Version
- Bash: Command to Find the Length of a String
- What is $$ in Bash Shell Script- Special Variable
- Bash - How to check if a Command Failed?
- List all Username and User ID using Bash Command
- Command to Sort File In Reverse Order [Unix/Linux/macOS]
- bash: netstat: command not found
- Bash Command To Go Back To Previous Directory
- [Fix] bash: script.sh: /bin/bash^M: bad interpreter: No such file or directory
- How to check your IP using bash for Windows?
- Bash Command To Check If File Exists
- Convert String from uppercase to lowercase in Bash
More Posts:
- Screen Mirroring iPhone to TV - iOS
- 3 Ways to find if element is present in a List in Python - Python
- How to Reset Eclipse Theme to Classic - Eclipse
- How to set Out Of Office (OOO) on Outlook for Mac [Updated 2023] - MacOS
- How to Center a Button Text In CSS - CSS
- How to reduce background noise in Audio using iMovies App on Mac? - MacOS
- How to rename package name in Android Studio - Android-Studio
- Safari Disable Private Browsing Is Locked macOS Sonoma 14 - MacOS