%general-entities; ]> D-Bus-&dbus-version; D-Bus <para>D-Bus is a message bus system, a simple way for applications to talk to one another.</para> </sect2> <sect2 role="installation"> <title>Installation of D-Bus Prepare D-Bus for compilation: ./configure --prefix=/usr --sysconfdir=/etc \ --libexecdir=/usr/lib/dbus-1.0 --localstatedir=/var \ --with-systemdsystemunitdir=/lib/systemd/system Compile the package: make This package does not come with a test suite. Install the package: make install Contents of D-Bus Installed programs Installed libraries Installed directories dbus-cleanup-sockets, dbus-daemon, dbus-uuidgen, dbus-monitor, dbus-launch, dbus-send libdbus-1.[a,so] /etc/dbus-1, /usr/lib/dbus-1.0, /usr/share/dbus-1, /var/lib/dbus Short Descriptions dbus-cleanup-sockets Cleans up leftover sockets in a directory dbus-cleanup-sockets dbus-daemon The message bus daemon dbus-daemon dbus-uuidgen Utility to generate UUIDs dbus-uuidgen dbus-monitor A debug probe that prints message bus messages dbus-monitor dbus-launch Utility to start a message bus from a shell script dbus-launch dbus-send Send a message to a message bus dbus-send libdbus-1 Library containing the API for using the message bus libdbus-1