dbus-daemon

The D-Bus message daemon, allowing multiple programs to exchange messages. More information: <https://www.freedesktop.org/wiki/Software/dbus/>.

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