How to Install and Uninstall libdbus-1-3 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: October 05,2024

1. Install "libdbus-1-3" package

This is a short guide on how to install libdbus-1-3 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libdbus-1-3

2. Uninstall "libdbus-1-3" package

Learn how to uninstall libdbus-1-3 on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libdbus-1-3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdbus-1-3 package on Ubuntu 21.04 (Hirsute Hippo)

Package: libdbus-1-3
Architecture: amd64
Version: 1.12.20-1ubuntu3
Multi-Arch: same
Priority: important
Section: libs
Source: dbus
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Utopia Maintenance Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 472
Depends: libc6 (>= 2.33), libsystemd0
Recommends: dbus
Breaks: dbus (<< 1.9.16-1~)
Filename: pool/main/d/dbus/libdbus-1-3_1.12.20-1ubuntu3_amd64.deb
Size: 183420
MD5sum: 2aea96db0f07a6b1ae8949e900f87694
SHA1: 41d3164322bf72fb4064251544d2e30cc4a1da15
SHA256: 52ce67a90128cf5c832c635bec8fb2f197052f82e825e532c7822400dba9e0c9
SHA512: 13bd31b483ef7d568cf6be111fbd06033b534ddc4f6a70ef6d96a2eaa1b8bdb83a154a8b64a8cba3932a3eefd82d64458512c2f8ca9bdbf4d55744648189583e
Homepage: https://dbus.freedesktop.org/
Description-en: simple interprocess messaging system (library)
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.
.
The daemon can be found in the dbus package.
Description-md5: 394b84dd0007d22bc4bb591ca6b5fa31
Task: minimal