notify-send

Uses the current desktop environment's notification system to create a notification. More information: <https://manned.org/notify-send>.

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