--- title: "How to install ping utility in Ubuntu" slug: "how-to-install-ping-utility-in-ubuntu" updated: 2024-12-19T09:03:58Z published: 2024-12-19T09:03:58Z canonical: "docs.telosalliance.com/how-to-install-ping-utility-in-ubuntu" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.telosalliance.com/llms.txt > Use this file to discover all available pages before exploring further. # How to install ping utility in Ubuntu ## Scope This document demonstrates how to install the ping utility in Ubuntu. In context, this is for Telos containerized systems using the Ubuntu operating system. There is plenty of help on the internet for; we're providing this to you here in the hope that it will be helpful. Please refer to the documentation for your OS for any additional details. ## Description When trying to execute a ping command, you may receive a response `ping: not found`. ![](https://cdn.document360.io/57e3cd80-d493-453c-9672-ad1b043dadc3/Images/Documentation/023c3704-6832-482b-94fe-716ab65e233a-image.png) ## Install Ping We'll update the apt information first, and then install ping. 1. From the command prompt, run the following command; `apt update` You may be required to run with elevated privileges using sudo, for example `sudo apt update`. The system will respond with a list of packages updated and then return to the command prompt. 2. Install ping by running the following command; `apt-get install iputils-ping` You should see a response similar to this and then it will return to the command prompt. ![](https://cdn.document360.io/57e3cd80-d493-453c-9672-ad1b043dadc3/Images/Documentation/82431f0d-a40a-490f-9de7-fd07ba9ba786-image.png) Ping is now installed on your system. > [!WARNING] > If your system is a system running Docker with multiple containers, you may need to install ping individually in each container. > [!CAUTION] > If either **apt update** or **apt-get install** fails then your system has no internet access. ## Let us know how we can help If you have further questions on this topic or have ideas about improving this document, please [contact us](https://www.telosalliance.com/support-request).