{"id":25351,"date":"2024-02-29T13:41:07","date_gmt":"2024-02-29T13:41:07","guid":{"rendered":"https:\/\/linuxways.net\/?p=25351"},"modified":"2024-02-29T13:41:07","modified_gmt":"2024-02-29T13:41:07","slug":"install-use-ping-debian-12","status":"publish","type":"post","link":"https:\/\/linuxways.net\/de\/debian\/install-use-ping-debian-12\/","title":{"rendered":"How to Install and Use Ping on Debian 12"},"content":{"rendered":"<p><strong>Ping <\/strong>known as \u201cPacket Internet Groper\u201d is a network utility widely utilized for checking the connectivity and accessibility of a network device or a host. It transmits data in packets to the target device and waits for the reply in return. It utilizes ICMP (Internet Control Message Protocol) to transmit echo request packets to the desired destination. Moreover, it also evaluates the round-trip time (RTT) and time-to-live (TTL) for packets transmitted from the specified source to the target destination.<\/p>\n<p>By default, the \u201c<strong>ping<\/strong>\u201d comes pre-installed on Linux distributions including Debian 12. However, if it is not already installed on your system, you can easily install it from the system\u2019s default repository. It will enable you to successfully communicate with the target host, troubleshoot network issues, and many more.<\/p>\n<p>This guide will demonstrate the \u201c<strong>ping<\/strong>\u201d installation, use, and removal method on Debian 12.<\/p>\n<p><strong>Overview<\/strong><\/p>\n<ul>\n<li><a href=\"#post-25351-_be7l9ux60gu7\"><strong>How to Install Ping on Debian 12<\/strong><\/a><\/li>\n<li><a href=\"#post-25351-_dve8qs3liv95\"><strong>How to Use Ping on Debian 12<\/strong><\/a><\/li>\n<li><a href=\"#post-25351-_sr7vowou51j2\"><strong>How to Uninstall\/Remove Ping From Debian 12<\/strong><\/a><\/li>\n<li><a href=\"#post-25351-_hj3mmb107a4k\"><strong>Bonus Tip: Alternatives of Ping in Debian<\/strong><\/a><\/li>\n<li><a href=\"#post-25351-_ft3612f8jzav\"><strong>Sum Up<\/strong><\/a><\/li>\n<\/ul>\n<h2><a id=\"post-25351-_be7l9ux60gu7\"><\/a>How to Install Ping on Debian 12<\/h2>\n<p>The \u201c<strong>ping<\/strong>\u201d command can be installed on Debian 12 from the official Debian repository through the \u201c<strong>apt<\/strong>\u201d package manager. You can go through the given instructions to install \u201c<strong>ping<\/strong>\u201d on your Debian 12 system:<\/p>\n<h3><a id=\"post-25351-_6wnc4w5uy436\"><\/a>Step 1: Update System Packages<\/h3>\n<p>First, refresh your Debian system package\u2019s list through the given command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> apt update<br \/>\n<br \/>\n<span class=\"kw2\">sudo<\/span> apt upgrade<\/div><\/div>\n<h3><a id=\"post-25351-_ek80gmge1r4s\"><\/a>Step 2: Install Ping on Debian 12<\/h3>\n<p>Then, utilize the below-listed command to install the \u201c<strong>ping<\/strong>\u201d package, i.e., \u201c<strong>iputils-ping<\/strong>\u201d from the default Debian repository on your system:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> apt <span class=\"kw2\">install<\/span> iputils-ping<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"384\" class=\"wp-image-25375\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-1.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-1.png 736w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-1-300x157.png 300w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/p>\n<h3><a id=\"post-25351-_o4y9neohc7mx\"><\/a>Step 3: Verify Ping Installation<\/h3>\n<p>Finally, check the <strong>ping <\/strong>version to ensure its installation on the Debian 12 system:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">ping<\/span> <span class=\"re5\">-V<\/span><\/div><\/div>\n<p>The below output displays the installed version of \u201c<strong>ping<\/strong>\u201d:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"748\" height=\"136\" class=\"wp-image-25379\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-2.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-2.png 748w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-2-300x55.png 300w\" sizes=\"auto, (max-width: 748px) 100vw, 748px\" \/><\/p>\n<h2><a id=\"post-25351-_dve8qs3liv95\"><\/a>How to Use Ping on Debian 12<\/h2>\n<p>The \u201c<strong>ping<\/strong>\u201d command is used to perform various tasks, such as checking host availability, troubleshooting network devices, and many more. To use the \u201c<strong>ping<\/strong>\u201d command you need to understand its basic syntax and options that are used with it.<\/p>\n<h3><a id=\"post-25351-_2io4ew7wz3yl\"><\/a>Basic Syntax of Ping Command<\/h3>\n<p>The syntax for the \u201c<strong>ping<\/strong>\u201d command is as follows:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">ping<\/span> <span class=\"br0\">&#91;<\/span>options<span class=\"br0\">&#93;<\/span> <span class=\"br0\">&#91;<\/span>destination<span class=\"br0\">&#93;<\/span><\/div><\/div>\n<p>Here:<\/p>\n<ul>\n<li>\u201c<strong>options<\/strong>\u201d are arguments that are passed to adjust the \u201c<strong>ping<\/strong>\u201d command\u2019s behavior.<\/li>\n<li>\u201c<strong>destination<\/strong>\u201d is the system\u2019s hostname\/IP address that needs to be pinged.<\/li>\n<\/ul>\n<h3><a id=\"post-25351-_6coaprgjg4bi\"><\/a>Common Options of Ping Command<\/h3>\n<p>There are numerous options available that are used with the \u201c<strong>ping<\/strong>\u201d command to adjust\/modify its behavior. The frequently used \u201c<strong>ping<\/strong>\u201d options are shown in the table below:<\/p>\n<p>&nbsp;<\/p>\n<table>\n<thead>\n<tr>\n<th><strong>Option <\/strong><\/th>\n<th><strong>Description<\/strong><\/th>\n<\/tr>\n<tr>\n<th><strong>-c<\/strong> (count)<\/th>\n<th>Defines the packet\u2019s number to send<\/th>\n<\/tr>\n<tr>\n<th><strong>-i <\/strong>(interval)<\/th>\n<th>Sets the time interval between sending packets<\/th>\n<\/tr>\n<tr>\n<th><strong>-s<\/strong> (size)<\/th>\n<th>Define the packet size in bytes<\/th>\n<\/tr>\n<tr>\n<th><strong>-t <\/strong>(timeout)<\/th>\n<th>Set a time-to-live for each packet<\/th>\n<\/tr>\n<tr>\n<th><strong>-v <\/strong>(verbose)<\/th>\n<th>Shows output in detail<\/th>\n<\/tr>\n<tr>\n<th><strong>-f <\/strong>(flood)<\/th>\n<th>Send requests quickly without waiting for replies.<\/th>\n<\/tr>\n<tr>\n<th><strong>-q <\/strong>(quite)<\/th>\n<th>Displays only summary information in output<\/th>\n<\/tr>\n<tr>\n<th><strong>-b<\/strong> (broadcast)<\/th>\n<th>Enables pinging a broadcast address<\/th>\n<\/tr>\n<tr>\n<th><strong>-I<\/strong> (interface)<\/th>\n<th>Specifies the network interface or source address to use<\/th>\n<\/tr>\n<tr>\n<th><strong>-n <\/strong><\/th>\n<th>Prints Numeric output only i.e. IP addresses<\/th>\n<\/tr>\n<tr>\n<th><strong>-D<\/strong><\/th>\n<th>Prints timestamp before each line in the output<\/th>\n<\/tr>\n<tr>\n<th><strong>-U<\/strong><\/th>\n<th>Prints full user-to-user latency<\/th>\n<\/tr>\n<tr>\n<th><strong>-h <\/strong>(help)<\/th>\n<th>Displays the help information for the \u201cping\u201d command<\/th>\n<\/tr>\n<\/thead>\n<\/table>\n<h3><a id=\"post-25351-_5e662so96ggm\"><\/a>Using Ping Command With Different Options<\/h3>\n<p>Go through the following use cases to see how to use the \u201c<strong>ping<\/strong>\u201d command along with different options:<\/p>\n<ul>\n<li>Use Case 1: Check Network Connectivity<\/li>\n<li>Use Case 2: Set the Ping Packets\u2019 Number<\/li>\n<li>Use Case 3: Set Ping Packets Time Intervals<\/li>\n<li>Use Case 4: Change the Ping Packet Size<\/li>\n<li>Use Case 5: Ping Multiple Hosts<\/li>\n<li>Use Case 6: Display Ping Command Help Information<\/li>\n<\/ul>\n<p><strong>Use Case 1: Check Network Connectivity <\/strong><\/p>\n<p>If you want to check your system\u2019s network connectivity to ensure that the system is reaching a specific host, utilize the \u201c<strong>ping<\/strong>\u201d command along with the hostname of the target host system:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">ping<\/span> linuxways.net<\/div><\/div>\n<p>The output displays the summary of packets successfully transmitted to the \u201c<strong>linuxways.net<\/strong>\u201d website:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"738\" height=\"429\" class=\"wp-image-25381\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-3.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-3.png 738w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-3-300x174.png 300w\" sizes=\"auto, (max-width: 738px) 100vw, 738px\" \/><\/p>\n<p>Alternatively, you can also specify the IP address of the destination host:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">ping<\/span> 172.67.140.252<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"737\" height=\"325\" class=\"wp-image-25382\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-4.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-4.png 737w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-4-300x132.png 300w\" sizes=\"auto, (max-width: 737px) 100vw, 737px\" \/><\/p>\n<p><strong>Note: <\/strong>To stop the pinging process, press the \u201c<strong>CTRL + C<\/strong>\u201d keys.<\/p>\n<p><strong>Use Case 2: Set the Ping Packets\u2019 Number <\/strong><\/p>\n<p>To send a specific number of packets to the host website, type out the \u201c<strong>ping<\/strong>\u201d command with the \u201c<strong>-c<\/strong>\u201d option and define the number of packets that you want to transmit to the host website:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">ping<\/span> <span class=\"re5\">-c<\/span> <span class=\"nu0\">2<\/span> linuxways.net<\/div><\/div>\n<p>This command has sent 2 packets to the \u201c<strong>linuxways.net<\/strong>\u201d website:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"737\" height=\"239\" class=\"wp-image-25383\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-5.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-5.png 737w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-5-300x97.png 300w\" sizes=\"auto, (max-width: 737px) 100vw, 737px\" \/><\/p>\n<p><strong>Use Case 3: Set Ping Packets Time Intervals <\/strong><\/p>\n<p>By default, the time interval to send each packet to the host system is 1 second. You can increase\/decrease the time through the \u201c<strong>-i<\/strong>\u201d option with the \u201c<strong>ping<\/strong>\u201d command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">ping<\/span> <span class=\"re5\">-i<\/span> <span class=\"nu0\">1.5<\/span> linuxways.net<\/div><\/div>\n<p>It transmits the ping packet every 1.5 seconds to the host:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"735\" height=\"342\" class=\"wp-image-25386\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-6.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-6.png 735w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-6-300x140.png 300w\" sizes=\"auto, (max-width: 735px) 100vw, 735px\" \/><\/p>\n<p><strong>Use Case 4: Change the Ping Packet Size<\/strong><\/p>\n<p>By default, the packet size for <strong>ping <\/strong>is 56 bytes. You can change the <strong>ping <\/strong>packet size by utilizing the \u201c<strong>-s<\/strong>\u201d option followed by the desired packet size in bytes:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">ping<\/span> <span class=\"re5\">-s<\/span> <span class=\"nu0\">800<\/span> linuxways.net<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"344\" class=\"wp-image-25390\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-7.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-7.png 736w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-7-300x140.png 300w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/p>\n<p><strong>Use Case 5: Ping Multiple Hosts<\/strong><\/p>\n<p>To ping multiple different hosts at the same time, use the \u201c<strong>&amp;&amp;<\/strong>\u201d operator with the \u201c<strong>ping<\/strong>\u201d command. Here, we are sending 2 packets to the \u201c<strong>linuxways.net<\/strong>\u201d host and 3 packets to the \u201c<strong>google.com<\/strong>\u201d host and displaying the result:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">ping<\/span> <span class=\"re5\">-c<\/span> <span class=\"nu0\">2<\/span> linuxways.net <span class=\"sy0\">&amp;&amp;<\/span> <span class=\"kw2\">ping<\/span> <span class=\"re5\">-c<\/span> <span class=\"nu0\">3<\/span> google.com<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"828\" height=\"406\" class=\"wp-image-25394\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-8.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-8.png 828w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-8-300x147.png 300w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-8-768x377.png 768w\" sizes=\"auto, (max-width: 828px) 100vw, 828px\" \/><\/p>\n<h3><strong>Ping Command Help Information<\/strong><\/h3>\n<p>If you want to display the \u201c<strong>ping<\/strong>\u201d command\u2019s syntax and its various options, type out the \u201c<strong>ping &#8211;help<\/strong>\u201d or \u201c<strong>ping -h<\/strong>\u201d command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">ping<\/span> <span class=\"re5\">-h<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"533\" class=\"wp-image-25395\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-9.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-9.png 736w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-9-300x217.png 300w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/p>\n<h2><a id=\"post-25351-_sr7vowou51j2\"><\/a>How to Uninstall\/Remove Ping From Debian 12<\/h2>\n<p>If you do not want to use the \u201c<strong>ping<\/strong>\u201d command on your Debian 12 system, you can easily uninstall or remove it from the system via the following command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">sudo<\/span> apt remove iputils-ping <span class=\"re5\">-y<\/span><\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"319\" class=\"wp-image-25397\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-10.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-10.png 736w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-10-300x130.png 300w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/p>\n<p>To ensure that <strong>ping <\/strong>has been removed from the system, execute any \u201c<strong>ping<\/strong>\u201d command:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\"><span class=\"kw2\">ping<\/span> google.com<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"737\" height=\"114\" class=\"wp-image-25401\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-11.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-11.png 737w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-11-300x46.png 300w\" sizes=\"auto, (max-width: 737px) 100vw, 737px\" \/><\/p>\n<h2><a id=\"post-25351-_hj3mmb107a4k\"><\/a>Bonus Tip: Alternatives of Ping in Debian<\/h2>\n<p>As \u201cping\u201d is used for checking the connectivity\/accessibility of a network device, you can also use other alternative tools, such as \u201ctraceroute\u201d, \u201cnping\u201d, and \u201cfping\u201d, that perform similar functionalities as \u201cping\u201d.<\/p>\n<h3><a id=\"post-25351-_sr3iasyvlm9s\"><\/a>Traceroute<\/h3>\n<p>The \u201c<strong>traceroute<\/strong>\u201d is the network diagnostic tool specifically used for tracing the packet\u2019s path from the source device to the target host. Here, you can see its output below:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">traceroute linuxways.net<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"757\" height=\"363\" class=\"wp-image-25402\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-12.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-12.png 757w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-12-300x144.png 300w\" sizes=\"auto, (max-width: 757px) 100vw, 757px\" \/><\/p>\n<h3><a id=\"post-25351-_eikthar9eo1t\"><\/a>Nping<\/h3>\n<p>The \u201c<strong>nping<\/strong>\u201d is a more advanced tool than \u201cping\u201d for network packet generation and analysis. Here is the output this command displays:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">nping linuxways.net<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"752\" height=\"386\" class=\"wp-image-25403\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-13.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-13.png 752w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-13-300x154.png 300w\" sizes=\"auto, (max-width: 752px) 100vw, 752px\" \/><\/p>\n<h3><a id=\"post-25351-_gg6v6oj80psy\"><\/a>Fping<\/h3>\n<p>The \u201cfping\u201d is also the command-line tool to send packages to multiple hosts in parallel:<\/p>\n<div class=\"codecolorer-container bash blackboard\" style=\"width:100%;\"><div class=\"bash codecolorer\">fping linuxways.net google.com<\/div><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" width=\"754\" height=\"133\" class=\"wp-image-25411\" src=\"http:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-14.png\" srcset=\"https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-14.png 754w, https:\/\/linuxways.net\/wp-content\/uploads\/2024\/02\/word-image-25351-14-300x53.png 300w\" sizes=\"auto, (max-width: 754px) 100vw, 754px\" \/><\/p>\n<p>That was all about installing, using, and removing the <strong>Ping <\/strong>command on Debian 12.<\/p>\n<h2><a id=\"post-25351-_ft3612f8jzav\"><\/a>Sum Up<\/h2>\n<p>To install \u201c<strong>ping<\/strong>\u201d from the default Debian repository, run the \u201c<strong>sudo apt install iputils-ping<\/strong>\u201d command. You can use it to test the device&#8217;s connectivity, troubleshoot network issues, check the internet connection, etc. This guide has explained the method to install, use, and remove \u201c<strong>ping<\/strong>\u201d on the Debian 12 system.<\/p>","protected":false},"excerpt":{"rendered":"<p>You can install the Ping command-line utility from the default Debian repository using the \u201csudo apt install iputils-ping\u201d command.<\/p>","protected":false},"author":112,"featured_media":25586,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-25351","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-debian"],"_links":{"self":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/25351","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/users\/112"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/comments?post=25351"}],"version-history":[{"count":0,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/posts\/25351\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media\/25586"}],"wp:attachment":[{"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/media?parent=25351"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/categories?post=25351"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxways.net\/de\/wp-json\/wp\/v2\/tags?post=25351"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}