dbus-launch
simple interprocess messaging system (X11 deps)
Install
- All systems
-
curl cmd.cat/dbus-launch.sh
- Debian
-
apt-get install dbus-tests
- Ubuntu
-
apt-get install dbus-tests
- Alpine
-
apk add dbus
- Arch Linux
-
pacman -S dbus
- Kali Linux
-
apt-get install dbus-tests
- Fedora
-
dnf install dbus-x11-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dbus-tests
- OS X
-
brew install dbus
- Raspbian
-
apt-get install dbus-1-dbg
- Dockerfile
- dockerfile.run/dbus-launch
- Docker
-
docker run cmd.cat/dbus-launch dbus-launch
powered by Commando
dbus-x11
simple interprocess messaging system (X11 deps)
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 contains the dbus-launch utility which is necessary for packages using a D-Bus session bus. See the dbus description for more information about D-Bus in general.
dbus-x11-1
1.12.12-2.fc30.x86_64 : X11-requiring add-ons for D-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
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.