dbus-run-session
1.11.20-1.fc27.x86_64 : D-BUS message bus
Install
- All systems
-
curl cmd.cat/dbus-run-session.sh
- Debian
-
apt-get install dbus-1-dbg
- Ubuntu
-
apt-get install dbus-1-dbg
- Alpine
-
apk add dbus
- Arch Linux
-
pacman -S dbus
- Kali Linux
-
apt-get install dbus-tests
- Fedora
-
dnf install dbus-daemon-1
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dbus-1-dbg
- OS X
-
brew install dbus
- Raspbian
-
apt-get install dbus-1-dbg
- Dockerfile
- dockerfile.run/dbus-run-session
- Docker
-
docker run cmd.cat/dbus-run-session dbus-run-session
powered by Commando
dbus-1
1.11.20-1.fc27.x86_64 : D-BUS message bus
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-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-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.