qdbus

Inter-Process Communication (IPC) and Remote Procedure Calling (RPC) mechanism originally developed for Linux. More information: <https://doc.qt.io/qt-5/qtdbus-index.html>.

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