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>.
RUN apt-get update && \
apt-get install -y qdbus
RUN apt-get update && \
apt-get install -y qdbus
RUN apk add qt5-qttools
RUN pacman -S --noconfirm qdbus-qt5
RUN apt-get update && \
apt-get install -y qdbus
RUN yum install -y qdbus-qt5
RUN dnf install -y qt5-qttools
RUN apt-get update && \
apt-get install -y qdbus