How To Install Dbus-send?

How To Install Dbus-send?

dbus-send

simple interprocess messaging system (daemon and utilities)

Maintainer: Utopia Maintenance Team



Section: misc

Install dbus-send

  • Debian apt-get install dbus-tests Click to copy
  • Ubuntu apt-get install dbus-tests Click to copy
  • Alpine OS apk add dbus Click to copy
  • Arch Linux pacman -S dbus Click to copy
  • Kali Linux apt-get install dbus-tests Click to copy
  • Fedora dnf install dbus-tools-1 Click to copy
  • Raspbian apt-get install dbus-1-dbg Click to copy
  • macOS brew install dbus Click to copy

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.

dbus-1

1.11.20-1.fc27.x86_64 : D-BUS message bus

dbus-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-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-tools-1

1.12.12-2.fc30.x86_64 : D-BUS Tools and Utilities
Install the latest version of dbus-send in Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian and macOS from terminal. To install the dbus-send just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of dbus-send from the respository and install it in your computer/server.