How to Install and Uninstall dbus Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 06,2024

1. Install "dbus" package

In this section, we are going to explain the necessary steps to install dbus on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install dbus

2. Uninstall "dbus" package

This tutorial shows how to uninstall dbus on Ubuntu 21.10 (Impish Indri):

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

3. Information about the dbus package on Ubuntu 21.10 (Impish Indri)

Package: dbus
Architecture: amd64
Version: 1.12.20-2ubuntu2
Multi-Arch: foreign
Priority: important
Section: devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Utopia Maintenance Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 581
Provides: dbus-bin (= 1.12.20-2ubuntu2), dbus-daemon (= 1.12.20-2ubuntu2), dbus-session-bus-common (= 1.12.20-2ubuntu2), dbus-system-bus (= 1.12.20-2ubuntu2), dbus-system-bus-common (= 1.12.20-2ubuntu2), default-dbus-system-bus
Depends: adduser, libapparmor1 (>= 2.8.94), libaudit1 (>= 1:2.2.1), libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), libdbus-1-3 (= 1.12.20-2ubuntu2), libexpat1 (>= 2.1~beta3), libselinux1 (>= 3.1~), libsystemd0
Suggests: default-dbus-session-bus | dbus-session-bus
Filename: pool/main/d/dbus/dbus_1.12.20-2ubuntu2_amd64.deb
Size: 158074
MD5sum: 613449ca7ca8e671cfc90fbe9565065c
SHA1: d1952862f866ab2eb3d1487df0adf13052c26dbc
SHA256: 1a1ccdf813f84f7d88f1c4d8a30427bed9ee36cee80be68fc17a31f9efce76af
SHA512: 70c68e6e2556a9311e578fffde9204ba9b5af93fa581a4237e7f06fcbb4d34c0df0ba1d1928364eb5e103c005ecb09f85fe2b2f11cf25a8dcd3c45121e9d891a
Homepage: https://dbus.freedesktop.org/
Description-en: 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.
Description-md5: 8317e43242716ec7f7692a3ac5895e1c
Task: minimal, server-minimal