dbus-binding-tool
GLib bindings for D-Bus
Install
- All systems
-
curl cmd.cat/dbus-binding-tool.sh
- Debian
-
apt-get install libdbus-glib-1-2-dbg
- Ubuntu
-
apt-get install libdbus-glib-1-2-dbg
- Alpine
-
apk add dbus-glib
- Arch Linux
-
pacman -S dbus-glib
- Kali Linux
-
apt-get install libdbus-glib-1-dev-bin
- CentOS
-
yum install dbus-glib
- Fedora
-
dnf install dbus-glib
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdbus-glib-1-2-dbg
- OS X
-
brew install dbus-glib
- Raspbian
-
apt-get install libdbus-glib-1-dev
- Dockerfile
- dockerfile.run/dbus-binding-tool
- Docker
-
docker run cmd.cat/dbus-binding-tool dbus-binding-tool
powered by Commando
dbus-glib
GLib bindings for D-Bus
libdbus-glib-1-dev
simple interprocess messaging system (GLib interface)
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 development files for a deprecated GLib-based D-Bus library. New code should use GDBus, part of GLib, instead. See the dbus description for more information about D-Bus in general.
libdbus-glib-1-dev-bin
deprecated library for D-Bus IPC (development tools)
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 is an implementation detail of libdbus-glib-1-dev and should not be depended on directly. It provides the dbus-binding-tool, used to generate code for a deprecated GLib-based D-Bus library. New code should use GDBus, part of GLib, instead. See the dbus description for more information about D-Bus in general.
libdbus-glib-1-2-dbg
simple interprocess messaging system (GLib library 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 GLib-based shared library. See the dbus description for more information about D-Bus in general.