How to Install and Uninstall libdbuskit-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libdbuskit-dev" package

Please follow the step by step instructions below to install libdbuskit-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdbuskit-dev

2. Uninstall "libdbuskit-dev" package

Please follow the step by step instructions below to uninstall libdbuskit-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdbuskit-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdbuskit-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdbuskit-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 646
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GNUstep maintainers
Architecture: amd64
Source: dbuskit
Version: 0.1.1-2ubuntu2
Depends: libdbuskit0 (= 0.1.1-2ubuntu2), libgnustep-base-dev, gnustep-base-runtime (>= 1.24.7), libc6 (>= 2.4), libgnustep-base1.24 (>= 1.24.7), libobjc4 (>= 4.2.1)
Filename: pool/universe/d/dbuskit/libdbuskit-dev_0.1.1-2ubuntu2_amd64.deb
Size: 302562
MD5sum: eda02da64441296f9daabdc8ab04e2d5
SHA1: 6daf654be85287492e51bf996800a7c803b16f3c
SHA256: bd30d684201300a74544b7dd968faa45265f92c3103b4f26dcaf0f626a9706d1
Description-en: GNUstep framework that interfaces with D-Bus (development files)
The DBusKit framework offers tight integration of D-Bus services into
Objective-C applications. It handles all low-level details of
communication with D-Bus daemons and the services connected to them
and exposes an interface similar to Distributed Objects to make it
easy for Objective-C programmers to access D-Bus services.
.
Features:
* Distributed Objects-like API for exchanging messages with D-Bus
services.
* A notification center class for watching signals emitted by D-Bus
services.
* `dk_make_interface' tool to generate Objective-C protocol
declarations from D-Bus interface files.
.
This package contains the development files, API documentation,
programming manual and the `dk_make_protocol' tool.
Description-md5: 8f9bc294cb1805be66a84014abec5659
Homepage: http://gnustep.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu