Categories: Ubuntu

Ping command in Ubuntu 22.04

In Linux-based systems such as Ubuntu 22.04, ping is a basic utility that is used to evaluate if a specific network is available or not and whether a host can be accessed or not. Moreover, you can also determine whether a server is up and running. You can also troubleshoot connectivity issues by testing your internet connection.

Based on your Ubuntu 22.04 server/desktop installation, the ping command might not be present in your system by default. Therefore, if you wish to install the ping command on your system then follow the provided guide below.

How to install Ping command in Ubuntu 22.04

Sponsored

The procedure of installing the ping command on Ubuntu 22.04 is very easy and the below-given step-by-step procedure demonstrates how to do that.

Step 1: Update System

It is considered to be a good practice to update and upgrade your system when you are about to install something on it. For this purpose, firstly, press “CTRL+ALT+T” to open up Ubuntu 22.04 terminal and then execute the following command:

$ sudo apt update && sudo apt upgrade

Output

As you can see, our Ubuntu 22.04 system has been updated successfully.

Step 2: Install ping in Ubuntu 22.04

The “iputils-ping” package contains the ping command, therefore, you need to have this package installed on your system:

$ sudo apt install iputils-ping

Output

Sponsored

Step 3: Verify ping installation

In the next step, we will verify the successful installation of the ping command:

$ which ping

Output

Now to see if the ping command is working properly we will the remote host “linuxhint.com”:

$ ping -c 1 linuxhint.com

Above-given output signifies that we have successfully pinged the mentioned remote host.

Conclusion

To install ping command on your system, first of all, update system repositories using this command “$ sudo apt update && sudo apt upgrade”, then install the “iputils-ping” package that comprises the ping command with the “$ sudo apt install iputils-ping” command. Lastly, verify this installation by running this command “$ which ping”. This write-up demonstrated the procedure to install and use ping command in Ubuntu 22.04.

Ubuntu Server Admin

Recent Posts

Canonical Releases Ubuntu 25.04 Plucky Puffin

The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…

2 days ago

Ubuntu 25.04 (Plucky Puffin) Released

Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…

3 days ago

Extended Security Maintenance for Ubuntu 20.04 (Focal Fossa) begins May 29, 2025

Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…

3 days ago

Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational

Focal Fossa will reach the End of Standard Support in May 2025, also known as…

4 days ago

Ubuntu MATE 25.04 Release Notes

Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…

4 days ago

Ubuntu Weekly Newsletter Issue 887

Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…

6 days ago