How to Install and Uninstall dbus Package on Kali Linux

Last updated: May 05,2024

1. Install "dbus" package

Please follow the step by step instructions below to install dbus on Kali Linux

$ sudo apt update $ sudo apt install dbus

2. Uninstall "dbus" package

Here is a brief guide to show you how to uninstall dbus on Kali Linux:

$ sudo apt remove dbus $ sudo apt autoclean && sudo apt autoremove

3. Information about the dbus package on Kali Linux

Package: dbus
Version: 1.14.10-4
Installed-Size: 181
Maintainer: Utopia Maintenance Team
Architecture: amd64
Provides: dbus-system-bus (= 1.14.10-4), default-dbus-system-bus
Depends: dbus-bin (= 1.14.10-4), dbus-daemon (= 1.14.10-4), dbus-system-bus-common (>= 1.14.10-4), usr-is-merged (>= 38~), libc6 (>= 2.34), libdbus-1-3 (= 1.14.10-4), libexpat1 (>= 2.1~beta3), libsystemd0
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: default-dbus-session-bus | dbus-session-bus
Size: 98256
SHA256: ca3b562f918b6287b0d4b823ae8a8808d30fe3833ce65326c09b2a4901fef2aa
SHA1: e15d68592c58e710a4146697ad120aa2ae97889a
MD5sum: afd355ad4a05b4daf78fa66dd3e58ccc
Description: simple interprocess messaging system (system message bus)
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 provides a fully-functional D-Bus system bus with activation
support, used for communication between system services, and depends on
most of the other components of the reference implementation of D-Bus.
.
To provide a complete D-Bus session bus, install one of the packages
that implement the dbus-session-bus virtual package, such as
dbus-user-session. The recommended implementation is indicated by
the default-dbus-session-bus virtual package.
Description-md5:
Multi-Arch: foreign
Homepage: https://dbus.freedesktop.org/
Tag: devel::rpc, implemented-in::c, interface::daemon, protocol::TODO,
role::program
Section: admin
Priority: standard
Filename: pool/main/d/dbus/dbus_1.14.10-4_amd64.deb