How To Install Dbus-test-tool On Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian And MacOS?
Install dbus-test-tool
-
Debian
apt-get install dbus-1-dbgClick to copy -
Ubuntu
apt-get install dbus-1-dbgClick to copy -
Alpine OS
apk add dbusClick to copy -
Arch Linux
pacman -S dbusClick to copy -
Kali Linux
apt-get install dbus-testsClick to copy -
Fedora
dnf install dbus-daemon-1Click to copy -
Raspbian
apt-get install dbus-1-dbgClick to copy -
macOS
brew install dbusClick to copy
dbus-tests
simple interprocess messaging system (test infrastructure)D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. This package provides automated and manual tests for D-Bus, and the dbus-test-tool utility. It also provides copies of the D-Bus libraries and executables compiled with extra debug information and logging. See the dbus package description for more information about D-Bus in general.
dbus-1
1.11.20-1.fc27.x86_64 : D-BUS message busdbus-daemon-1
1.12.12-2.fc30.x86_64 : D-BUS message busdbus-1-dbg
simple interprocess messaging system (debug symbols)D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. This package provides support for debugging programs that use the core D-Bus shared library. See the dbus package description for more information about D-Bus in general.
dbus
simple interprocess messaging system (daemon and utilities)D-Bus is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. D-Bus supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-Bus also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple. It comes with several bindings, including GLib, Python, Qt and Java. This package contains the D-Bus daemon and related utilities. The client-side library can be found in the libdbus-1-3 package, as it is no longer contained in this package.




