ping6

Send ICMP ECHO_REQUEST packets to network hosts via IPv6 address. More information: <https://manned.org/ping6>.

Debian Debian
RUN apt-get update && \ apt-get install -y iputils-ping
Ubuntu
RUN apt-get update && \ apt-get install -y iputils-ping
Alpine
RUN apk add iputils
Arch Arch Linux
RUN pacman -S --noconfirm iputils
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y iputils-ping
CentOS
RUN yum install -y iputils
Fedora
RUN dnf install -y iputils
Raspbian
RUN apt-get update && \ apt-get install -y iputils-ping
click the source code to copy install ping6 on any operating system with command-not-found.com