How to Install and Uninstall libdbus-1-3 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 03,2024

1. Install "libdbus-1-3" package

Please follow the instructions below to install libdbus-1-3 on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libdbus-1-3" package

This guide covers the steps necessary to uninstall libdbus-1-3 on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libdbus-1-3 package on Ubuntu 20.10 (Groovy Gorilla)

Package: libdbus-1-3
Architecture: amd64
Version: 1.12.20-1ubuntu1
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.17), libsystemd0
Recommends: dbus
Breaks: dbus (<< 1.9.16-1~)
Filename: pool/main/d/dbus/libdbus-1-3_1.12.20-1ubuntu1_amd64.deb
Size: 183360
MD5sum: bf33936916ffda3744a11c449c8de64e
SHA1: 9cdc7c7142ccd2c5a242757c867aa73eaeb39877
SHA256: 2af2faff1775c329d308691a3c90810ddb7c3e0ed4e2122fd121129189a7ff02
SHA512: f44ce5bddcf0d8eadeb71b44ff53d2c498a4058306e0ad78fba1d53ee247fc0f1ca0edbc6f0d19a45b2d0d1a4a28f35cc51758fc4dacfba2bdc0af279e629b29
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