How to Install and Uninstall dbus Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 06,2024

1. Install "dbus" package

This guide covers the steps necessary to install dbus on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install dbus

2. Uninstall "dbus" package

Learn how to uninstall dbus on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the dbus package on Ubuntu 20.10 (Groovy Gorilla)

Package: dbus
Architecture: amd64
Version: 1.12.20-1ubuntu1
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: 625
Provides: dbus-bin (= 1.12.20-1ubuntu1), dbus-system-bus (= 1.12.20-1ubuntu1)
Depends: adduser, libapparmor1 (>= 2.8.94), libaudit1 (>= 1:2.2.1), libc6 (>= 2.14), libcap-ng0 (>= 0.7.9), libdbus-1-3 (= 1.12.20-1ubuntu1), 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-1ubuntu1_amd64.deb
Size: 152964
MD5sum: 7dc34536daa2c7aee584071aaf2398d0
SHA1: 1f3c13f7a297540bcc17a6f8d48bbcbc752dc410
SHA256: 2a424dfa58ae3cff0f533ee95f89cb38687bb748fedbb0d543f6716ba96437b8
SHA512: 7f31e38bd04118a3062eefe08fe9f6c4c6b6a045231a89ca8606cf1fed81ea3a9923915022e37bc3fd48b23958cb2d9502aee291bc5a72025b7cc56d1be8a4ec
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